aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-axolotl-curve25519/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-axolotl-curve25519/APKBUILD')
-rw-r--r--testing/py3-axolotl-curve25519/APKBUILD27
1 files changed, 0 insertions, 27 deletions
diff --git a/testing/py3-axolotl-curve25519/APKBUILD b/testing/py3-axolotl-curve25519/APKBUILD
deleted file mode 100644
index 504b6774fae..00000000000
--- a/testing/py3-axolotl-curve25519/APKBUILD
+++ /dev/null
@@ -1,27 +0,0 @@
-# Maintainer: Marian Buschsieweke <marian.buschsieweke@ovgu.de>
-pkgname=py3-axolotl-curve25519
-_pkgname="python-${pkgname#py3-}"
-pkgver=0.4.1b
-_pkgver=0.4.1-2
-pkgrel=4
-pkgdesc="A python wrapper for curve25519 library with ed25519 signatures"
-options="!check" # No testsuite
-url="https://github.com/tgalal/python-axolotl-curve25519"
-arch="all"
-license="GPL-3.0-only"
-makedepends="py3-setuptools python3-dev"
-source="$pkgname-$pkgver.tar.gz::https://github.com/tgalal/$_pkgname/archive/$_pkgver.tar.gz"
-builddir="$srcdir"/$_pkgname-$_pkgver
-
-replaces="py-axolotl-cuve25519" # Backwards compatibility
-provides="py-axolotl-cuve25519=$pkgver-r$pkgrel" # Backwards compatibility
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="cbc7c6caa47a9a811640c247a1be727d7b1b68bcdb4c5336e02b4d1eaf9fd2c57b7438b0da466a379a1c0f3f146756b9b7eea3c9b7945ce88478d4bf0b8a1e0d py3-axolotl-curve25519-0.4.1b.tar.gz"