mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
+github.com/urllib3/urllib3 (#5200)
* new file: projects/github.com/urllib3/urllib3/package.yml * ~3.11 & remove symlinking
This commit is contained in:
parent
d50cb63272
commit
a2f11fcc18
16
projects/github.com/urllib3/urllib3/package.yml
Normal file
16
projects/github.com/urllib3/urllib3/package.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
distributable:
|
||||||
|
url: git+https://github.com/urllib3/urllib3.git
|
||||||
|
ref: ${{version.tag}}
|
||||||
|
|
||||||
|
versions:
|
||||||
|
github: urllib3/urllib3
|
||||||
|
|
||||||
|
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 urllib3; print(urllib3.__version__)' | grep {{version}}
|
Loading…
Reference in a new issue