aboutsummaryrefslogtreecommitdiffstats
path: root/testing/jinja2-cli/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/jinja2-cli/APKBUILD')
-rw-r--r--testing/jinja2-cli/APKBUILD23
1 files changed, 0 insertions, 23 deletions
diff --git a/testing/jinja2-cli/APKBUILD b/testing/jinja2-cli/APKBUILD
deleted file mode 100644
index 5c48ee1bcb2..00000000000
--- a/testing/jinja2-cli/APKBUILD
+++ /dev/null
@@ -1,23 +0,0 @@
-# Contributor: Kaarle Ritvanen <kunkku@alpinelinux.org>
-# Maintainer:
-pkgname=jinja2-cli
-pkgver=0.7.0
-pkgrel=3
-pkgdesc="CLI for Jinja2"
-options="!check" # No testsuite in pypi tarball
-url=https://github.com/mattrobenolt/jinja2-cli
-arch=noarch
-license="BSD-2-Clause"
-depends="python3 py3-jinja2"
-makedepends="py3-setuptools"
-source=https://files.pythonhosted.org/packages/source/j/jinja2-cli/jinja2-cli-$pkgver.tar.gz
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --root "$pkgdir"
-}
-
-sha512sums="b1697560936c3cca9298ca6695087b0aca2177d42e5026cae5651a443df17eef45c4002c70e9a3be3a899ed47e2f451cc2d0b6978b1b30b808b863bba0d2d604 jinja2-cli-0.7.0.tar.gz"