pantry/projects/pypa.io/trove-classifiers/package.yml
2024-03-12 17:24:01 -04:00

24 lines
504 B
YAML

distributable:
url: https://github.com/pypa/trove-classifiers/archive/refs/tags/{{version.tag}}.tar.gz
strip-components: 1
versions:
github: pypa/trove-classifiers
dependencies:
python.org: ~3.12
runtime:
env:
PYTHONPATH: ${{prefix}}/lib/python3.12/site-packages:$PYTHONPATH
build:
dependencies:
pypa.io/setuptools: '*'
script:
python -m pip install --prefix={{prefix}} .
test:
- python -m trove_classifiers | grep 'Environment'
- python -c 'import trove_classifiers;'