mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 18:45:19 +03:00
21 lines
476 B
YAML
21 lines
476 B
YAML
distributable:
|
|
url: https://github.com/sqlalchemy/mako/archive/rel_{{version.major}}_{{version.minor}}_{{version.patch}}.tar.gz
|
|
strip-components: 1
|
|
versions:
|
|
github: sqlalchemy/mako/releases
|
|
strip:
|
|
- /rel_/
|
|
dependencies:
|
|
python.org: ~3.11
|
|
runtime:
|
|
env:
|
|
PYTHONPATH: "{{prefix}}/venv/lib/python3.11/site-packages:$PYTHONPATH"
|
|
build:
|
|
script:
|
|
- python-venv.sh {{prefix}}/bin/mako-render
|
|
provides:
|
|
- bin/mako-render
|
|
test:
|
|
script:
|
|
- python test.py
|