new file: projects/markupsafe.palletsprojects.com/package.yml

This commit is contained in:
Andrii Riabchenko 2023-09-05 01:08:09 +03:00 committed by Jacob Heider
parent 6536e7f381
commit f45a2fd18a

View 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"