aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/python-jinja2/abuild
diff options
context:
space:
mode:
Diffstat (limited to 'repos/extra/python-jinja2/abuild')
-rw-r--r--repos/extra/python-jinja2/abuild9
1 files changed, 0 insertions, 9 deletions
diff --git a/repos/extra/python-jinja2/abuild b/repos/extra/python-jinja2/abuild
deleted file mode 100644
index 76627896..00000000
--- a/repos/extra/python-jinja2/abuild
+++ /dev/null
@@ -1,9 +0,0 @@
-name=python-jinja2
-version=3.1.6
-release=1
-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
-}