+github.com/kjd/idna (#5201)

* new file:   projects/github.com/kjd/idna/package.yml

* ~3.11 & remove symlinking
This commit is contained in:
Andrew 2024-02-15 18:27:46 +02:00 committed by GitHub
parent e74afb36a2
commit d50cb63272
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/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}}