+github.com/cpburnz/python-pathspec (#5203)

* new file:   projects/github.com/cpburnz/python-pathspec/package.yml

* ~3.11 & remove symlinking
This commit is contained in:
Andrew 2024-02-15 18:27:25 +02:00 committed by GitHub
parent 007cc1d713
commit 9bb1f60f3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,20 @@
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}}