aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-hcloud/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py3-hcloud/APKBUILD')
-rw-r--r--testing/py3-hcloud/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py3-hcloud/APKBUILD b/testing/py3-hcloud/APKBUILD
deleted file mode 100644
index c0b43119f58..00000000000
--- a/testing/py3-hcloud/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Michał Polański <michal@polanski.me>
-# Maintainer: Michał Polański <michal@polanski.me>
-pkgname=py3-hcloud
-_pyname=hcloud
-pkgver=1.13.0
-pkgrel=0
-pkgdesc="Official Hetzner Cloud Python library"
-url="https://github.com/hetznercloud/hcloud-python"
-license="MIT"
-arch="noarch"
-depends="python3 py3-requests py3-dateutil"
-makedepends="py3-setuptools"
-checkdepends="py3-pytest py3-mock"
-source="https://files.pythonhosted.org/packages/source/h/hcloud/hcloud-$pkgver.tar.gz"
-builddir="$srcdir/$_pyname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-check() {
- pytest
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir" --skip-build
-}
-
-sha512sums="
-5efcb29ffec0dfbb52ee9e1e62c4f4a8560feaa353ef399ca88ab1d00ddca62ad0cdb7a0654040e86b92af1e08a299daa20f337a05b7a149c5bff9618d2aa186 hcloud-1.13.0.tar.gz
-"