mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+github.com/pyparsing/pyparsing (#5195)
* new file: projects/github.com/pyparsing/pyparsing/package.yml * ~3.11 & remove symlinking
This commit is contained in:
parent
a2f11fcc18
commit
02b6a6002a
20
projects/github.com/pyparsing/pyparsing/package.yml
Normal file
20
projects/github.com/pyparsing/pyparsing/package.yml
Normal 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}}
|
Loading…
Reference in a new issue