mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
+github.com/kjd/idna (#5201)
* new file: projects/github.com/kjd/idna/package.yml * ~3.11 & remove symlinking
This commit is contained in:
parent
e74afb36a2
commit
d50cb63272
1 changed files with 20 additions and 0 deletions
20
projects/github.com/kjd/idna/package.yml
Normal file
20
projects/github.com/kjd/idna/package.yml
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
distributable:
|
||||||
|
url: git+https://github.com/kjd/idna.git
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: kjd/idna/tags
|
||||||
|
|
||||||
|
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 idna; print(idna.__version__)' | grep {{version.marketing}}
|
Loading…
Reference in a new issue