mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 10:35:17 +03:00
d50cb63272
* new file: projects/github.com/kjd/idna/package.yml * ~3.11 & remove symlinking
21 lines
456 B
YAML
21 lines
456 B
YAML
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}}
|