1
0
Fork 0

Adding upstream version 1.6.4.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 14:32:06 +01:00
parent a5555eb4a1
commit d5b8e0af0d
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
42 changed files with 3857 additions and 0 deletions

25
recipe/meta.yaml Normal file
View file

@ -0,0 +1,25 @@
package:
name: treelib
version: {{ environ['VERSION'] }}
source:
git_url: git://github.com/caesar0301/treelib.git
git_tag: {{ environ['TAG'] }}
build:
script: python setup.py install
string: {{ environ['BUILD_NAME'] }}
noarch: python
about:
home: https://treelib.readthedocs.io/en/latest/
summary: An efficient implementation of tree data structure in python 2/3.
requirements:
build:
- python
- setuptools
- pip
run:
- python