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/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py3-gnupg/APKBUILD b/testing/py3-gnupg/APKBUILD
deleted file mode 100644
index 13afd241b48..00000000000
--- a/testing/py3-gnupg/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Contributor: Rasmus Thomsen <oss@cogitri.dev>
-# Maintainer: Rasmus Thomsen <oss@cogitri.dev>
-pkgname=py3-gnupg
-pkgver=0.4.5
-pkgrel=1
-pkgdesc="A 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"
-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 python3 test_gnupg.py
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="441b49e1f87a7e8e3abf2d6e90f677dc33f1b66a36483787f972378127f31308bacc5e200ae254dd75942191d2fabd61ca5a2f200cf5400be70957942f889ca4 python-gnupg-0.4.5.tar.gz"