aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-ghp-import/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-ghp-import/APKBUILD')
-rw-r--r--testing/py3-ghp-import/APKBUILD26
1 files changed, 0 insertions, 26 deletions
diff --git a/testing/py3-ghp-import/APKBUILD b/testing/py3-ghp-import/APKBUILD
deleted file mode 100644
index a2352a38f98..00000000000
--- a/testing/py3-ghp-import/APKBUILD
+++ /dev/null
@@ -1,26 +0,0 @@
-# Contributor: David Demelier <markand@malikania.fr>
-# Maintainer: David Demelier <markand@malikania.fr>
-pkgname=py3-ghp-import
-pkgver=2.0.1
-pkgrel=0
-pkgdesc="copy your docs directly to the gh-pages branch"
-url="https://github.com/c-w/ghp-import"
-arch="noarch"
-license="Apache-2.0"
-depends="python3 py3-dateutil"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/g/ghp-import/ghp-import-$pkgver.tar.gz"
-builddir="$srcdir/ghp-import-$pkgver"
-options="!check" # No tests.
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="
-8e53b1a516a8d9780159d57b3973ebe02bbc4f60788470ec823c99608c2b026f5c43a12796506adf039420f06964a11d9e7e318cf9ea10df167faddd8b6f9707 ghp-import-2.0.1.tar.gz
-"