mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
new file: projects/markupsafe.palletsprojects.com/package.yml
This commit is contained in:
parent
6536e7f381
commit
f45a2fd18a
1 changed files with 16 additions and 0 deletions
16
projects/markupsafe.palletsprojects.com/package.yml
Normal file
16
projects/markupsafe.palletsprojects.com/package.yml
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
distributable:
|
||||||
|
url: https://github.com/pallets/markupsafe/releases/download/{{version}}/MarkupSafe-{{version}}.tar.gz
|
||||||
|
strip-components: 1
|
||||||
|
versions:
|
||||||
|
github: pallets/markupsafe
|
||||||
|
dependencies:
|
||||||
|
python.org: ^3.11
|
||||||
|
runtime:
|
||||||
|
env:
|
||||||
|
PYTHONPATH: "{{prefix}}/lib/python{{deps.python.org.version.marketing}}/site-packages:$PYTHONPATH"
|
||||||
|
build:
|
||||||
|
script:
|
||||||
|
- python -m pip install . --prefix="{{prefix}}"
|
||||||
|
test:
|
||||||
|
script:
|
||||||
|
- python -c "from markupsafe import escape"
|
Loading…
Reference in a new issue