aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-jinja2/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2024-07-26 23:28:32 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2024-07-26 23:28:32 +0800
commit35f02354fde275bcbb6998087e4b8b64017d4c1a (patch)
treedf8c4351b70e466f80283a63e13569b715164d74 /repos/extra/python-jinja2/abuild
parenta8f118c5a113c804c14f140baa9c1f1ab5314cc3 (diff)
downloadalicelinux-35f02354fde275bcbb6998087e4b8b64017d4c1a.tar.gz
alicelinux-35f02354fde275bcbb6998087e4b8b64017d4c1a.zip
python-jinja2: updated to 3.1.4
Diffstat (limited to 'repos/extra/python-jinja2/abuild')
-rw-r--r--repos/extra/python-jinja2/abuild9
1 files changed, 7 insertions, 2 deletions
diff --git a/repos/extra/python-jinja2/abuild b/repos/extra/python-jinja2/abuild
index c534f191..b0968f10 100644
--- a/repos/extra/python-jinja2/abuild
+++ b/repos/extra/python-jinja2/abuild
@@ -1,4 +1,9 @@
name=python-jinja2
-version=3.1.3
+version=3.1.4
release=1
-source="https://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-${version}.tar.gz"
+source="https://github.com/pallets/jinja/releases/download/${version}/jinja2-${version}.tar.gz"
+
+build() {
+ gpep517 build-wheel --wheel-dir .dist --output-fd 3 3>&1 >&2
+ python3 -m installer -d $PKG .dist/*.whl
+}