mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/pypa.io/trove-classifiers/package.yml
This commit is contained in:
parent
8b75175322
commit
32192613d9
1 changed files with 23 additions and 0 deletions
23
projects/pypa.io/trove-classifiers/package.yml
Normal file
23
projects/pypa.io/trove-classifiers/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
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;'
|
Loading…
Reference in a new issue