mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 16:35:07 +03:00
+attrs.org (#5204)
* new file: projects/attrs.org/package.yml * ~3.11 & remove symlinking
This commit is contained in:
parent
1c14803615
commit
007cc1d713
1 changed files with 16 additions and 0 deletions
16
projects/attrs.org/package.yml
Normal file
16
projects/attrs.org/package.yml
Normal 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}}
|
Loading…
Reference in a new issue