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