aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-07-02 22:43:49 +0300
committerprspkt <prspkt@protonmail.com>2019-07-02 22:46:10 +0300
commit2a19a9c478309612bc91e64c342178d9c6088a4f (patch)
tree3277fd0b2f1142dd0bdaef6aade1ec26c481319f
parenteba913ffed8f304099b1e75c323109fd385b05ae (diff)
downloadaports-2a19a9c478309612bc91e64c342178d9c6088a4f.tar.bz2
aports-2a19a9c478309612bc91e64c342178d9c6088a4f.tar.xz
testing/py-timeat: remove
* Broken. It uses a deprecated google charts API at: https://maps.googleapis.com/maps/api
-rw-r--r--testing/py-timeat/APKBUILD41
1 files changed, 0 insertions, 41 deletions
diff --git a/testing/py-timeat/APKBUILD b/testing/py-timeat/APKBUILD
deleted file mode 100644
index b497737ba7..0000000000
--- a/testing/py-timeat/APKBUILD
+++ /dev/null
@@ -1,41 +0,0 @@
-# Contributor: Fabian Affolter <fabian@affolter-engineering.ch>
-# Maintainer: Fabian Affolter <fabian@affolter-engineering.ch>
-pkgname=py-timeat
-_pkgname=timeat
-pkgver=1.0.1
-pkgrel=0
-pkgdesc="A Python module that shows local time at given location"
-url="https://bitbucket.org/tebeka/py-timeat"
-arch="noarch"
-license="MIT"
-depends="python2"
-depends_dev=""
-makedepends="python2-dev py-setuptools"
-install=""
-subpackages=""
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-_builddir="$srcdir"/$_pkgname-$pkgver
-prepare() {
- local i
- cd "$_builddir"
- for i in $source; do
- case $i in
- *.patch) msg $i; patch -p1 -i "$srcdir"/$i || return 1;;
- esac
- done
-}
-
-build() {
- cd "$_builddir"
- python2 setup.py build || return 1
-}
-
-package() {
- cd "$_builddir"
- python2 setup.py install --prefix=/usr --root="$pkgdir" || return 1
-}
-
-md5sums="01ed6a106801f04068592025249028d4 timeat-1.0.1.tar.gz"
-sha256sums="6368f21407915b9a6b6ef5c583301c96c46faa30d40ac8ebd95138235413d365 timeat-1.0.1.tar.gz"
-sha512sums="27d749d4ebbf43aedf358be047c86e4cf7f9ff1987fdff8676ccbbc291fb7b747464d9da7f38af69e64fe062cf92c6ea2fd4cf7c0e46e57db0eb4e1854ac0a65 timeat-1.0.1.tar.gz"