aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-evohome-client
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-07 11:04:38 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-07 11:17:11 -0300
commit8eb444a1b2870a9c9a8b0b5131072760ed076878 (patch)
tree13bb58fd061390b6fd52e543a9d297db53032e9b /testing/py-evohome-client
parent366a0718669bf3999912acdf80f4432417b35c02 (diff)
downloadaports-8eb444a1b2870a9c9a8b0b5131072760ed076878.tar.bz2
aports-8eb444a1b2870a9c9a8b0b5131072760ed076878.tar.xz
testing/py3-evohome-client: rename from py-evohome-client
Diffstat (limited to 'testing/py-evohome-client')
-rw-r--r--testing/py-evohome-client/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py-evohome-client/APKBUILD b/testing/py-evohome-client/APKBUILD
deleted file mode 100644
index 3b6b760943..0000000000
--- a/testing/py-evohome-client/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Carlo Landmeter <clandmeter@gmail.com>
-# Maintainer:
-pkgname=py-evohome-client
-pkgver=0.2.5
-pkgrel=0
-pkgdesc="Python client to access the Evohome web service"
-url="https://github.com/watchforstock/evohome-client"
-arch="noarch"
-license="Apache-2.0"
-depends="python2 py-requests"
-depends_dev=""
-makedepends="$depends_dev py-setuptools"
-install=""
-subpackages=""
-source="evohome-client-$pkgver.tar.gz::https://github.com/watchforstock/evohome-client/archive/$pkgver.tar.gz"
-
-builddir="$srcdir"/evohome-client-$pkgver
-
-build() {
- cd "$builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="71ae416b948b367f8d0663851c976a2f evohome-client-0.2.5.tar.gz"
-sha256sums="55abbb9d2e68fb06893f9dcc39ed5721cbeae15552bbcf47122bcfb564512b71 evohome-client-0.2.5.tar.gz"
-sha512sums="d475906168371e09f81d955574a070e9225844f99309d3d9875d5adccfc383795680d784400841617f49b0c43aa0d02fc2555649ded2adfa0beeccfa38d60874 evohome-client-0.2.5.tar.gz"