mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
16 lines
466 B
YAML
16 lines
466 B
YAML
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" |