+github.com/pyparsing/pyparsing (#5195)

* new file:   projects/github.com/pyparsing/pyparsing/package.yml

* ~3.11 & remove symlinking
This commit is contained in:
Andrew 2024-02-15 18:27:58 +02:00 committed by GitHub
parent a2f11fcc18
commit 02b6a6002a
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/pyparsing/pyparsing.git
ref: ${{version.tag}}
versions:
github: pyparsing/pyparsing
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 pyparsing; print(pyparsing.__version__)' | grep {{version}}