diff --git a/.compilation-options b/.compilation-options new file mode 100644 index 0000000..9c7aafe --- /dev/null +++ b/.compilation-options @@ -0,0 +1 @@ +ARCH=any diff --git a/pkg.info b/pkg.info index 2cbd036..e3297ab 100644 --- a/pkg.info +++ b/pkg.info @@ -1,7 +1,10 @@ name: python-jinja description: A simple pythonic template language written in Python version: 3.1.3 +revision: 2 url: https://jinja.palletsprojects.com/en/3.1.x/ license: BSD-3-Clause architecture: any +depends: ["python-markupsafe","python3"] +make_depends: ["python-markupsafe","python3","python-setuptools","python-wheel"] type: source