mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
17 lines
460 B
YAML
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
|