pantry/projects/github.com/benjaminp/six/package.yml
Andrii Riabchenko 89dfd08079 new file: projects/github.com/benjaminp/six/package.yml
new file:   projects/github.com/benjaminp/six/test.py
2023-09-05 00:47:33 +02:00

17 lines
460 B
YAML

distributable:
url: https://github.com/benjaminp/six/archive/{{version}}.tar.gz
strip-components: 1
versions:
github: benjaminp/six/tags
dependencies:
python.org: ^3.11
runtime:
env:
PYTHONPATH: "{{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages/six-{{version}}-py{{deps.python.org.version.marketing}}.egg:$PYTHONPATH"
build:
script:
- python setup.py install --prefix={{prefix}}
test:
script:
- python test.py