+attrs.org (#5204)

* new file:   projects/attrs.org/package.yml

* ~3.11 & remove symlinking
This commit is contained in:
Andrew 2024-02-15 18:26:57 +02:00 committed by GitHub
parent 1c14803615
commit 007cc1d713
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -0,0 +1,16 @@
distributable:
url: git+https://github.com/python-attrs/attrs.git
ref: ${{version.tag}}
versions:
github: python-attrs/attrs
dependencies:
python.org: ~3.11
runtime:
env:
PYTHONPATH: ${{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH
build: python -m pip install --prefix={{prefix}} .
test: python -c 'import attrs; print(attrs.__version__)' | grep {{version}}