mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/pytest.org/pluggy/package.yml
This commit is contained in:
parent
6042b80693
commit
eac4f4462a
1 changed files with 23 additions and 0 deletions
23
projects/pytest.org/pluggy/package.yml
Normal file
23
projects/pytest.org/pluggy/package.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
distributable:
|
||||
# Make sure you're either building from a fully intact git repository or PyPI tarballs
|
||||
url: git+https://github.com/pytest-dev/pluggy.git
|
||||
ref: ${{version.tag}}
|
||||
|
||||
versions:
|
||||
github: pytest-dev/pluggy/tags
|
||||
|
||||
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 -c 'import pluggy; print(pluggy.__version__)' | grep {{version}}
|
Loading…
Reference in a new issue