mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
9bb1f60f3f
* new file: projects/github.com/cpburnz/python-pathspec/package.yml * ~3.11 & remove symlinking
21 lines
479 B
YAML
21 lines
479 B
YAML
distributable:
|
|
url: git+https://github.com/cpburnz/python-pathspec.git
|
|
ref: ${{version.tag}}
|
|
|
|
versions:
|
|
github: cpburnz/python-pathspec
|
|
|
|
dependencies:
|
|
python.org: ~3.11
|
|
|
|
runtime:
|
|
env:
|
|
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH
|
|
|
|
build:
|
|
dependencies:
|
|
flit.pypa.io: '*'
|
|
script: python -m pip install --prefix={{prefix}} .
|
|
|
|
test: python -c 'import pathspec; print(pathspec.__version__)' | grep {{version}}
|