aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-gnupg/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-gnupg/APKBUILD')
-rw-r--r--testing/py3-gnupg/APKBUILD30
1 files changed, 0 insertions, 30 deletions
diff --git a/testing/py3-gnupg/APKBUILD b/testing/py3-gnupg/APKBUILD
deleted file mode 100644
index 0e7b7f7a029..00000000000
--- a/testing/py3-gnupg/APKBUILD
+++ /dev/null
@@ -1,30 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=py3-gnupg
-pkgver=0.4.8
-pkgrel=0
-pkgdesc="Python3 wrapper for the Gnu Privacy Guard (GPG or GnuPG)"
-url="https://gnupg.readthedocs.io/en/latest/"
-arch="noarch"
-license="BSD-3-Clause"
-depends="python3 gnupg"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest"
-source="https://pypi.io/packages/source/p/python-gnupg/python-gnupg-$pkgver.tar.gz"
-builddir="$srcdir/python-gnupg-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- NO_EXTERNAL_TESTS=no pytest -v
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-fcaa121a356595328a26e8184280f859dfc2771b9692dcf28db2d9b0fdddc77d4c1238665a8e419758ec17320616e7741aacd3638e37d449b86fe5555beef1f6 python-gnupg-0.4.8.tar.gz
-"