aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-07-21 01:27:15 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-07-21 14:23:09 -0300
commit49cf394a021d7169cf79544f92adce3ee558c992 (patch)
tree257ba31c6878a84bf3d56d7ad3a06a91555181c3 /testing
parentc483a780b8ab9c527cad0507cc611ab659358e25 (diff)
downloadaports-49cf394a021d7169cf79544f92adce3ee558c992.tar.bz2
aports-49cf394a021d7169cf79544f92adce3ee558c992.tar.xz
testing/py-google-apputils: remove
- Python2 only - Deprecated
Diffstat (limited to 'testing')
-rw-r--r--testing/py-google-apputils/APKBUILD31
1 files changed, 0 insertions, 31 deletions
diff --git a/testing/py-google-apputils/APKBUILD b/testing/py-google-apputils/APKBUILD
deleted file mode 100644
index e3c27e360b..0000000000
--- a/testing/py-google-apputils/APKBUILD
+++ /dev/null
@@ -1,31 +0,0 @@
-# Contributor: Corentin Henry <corentinhenry@gmail.com>
-# Maintainer: Corentin Henry <corentinhenry@gmail.com>
-pkgname=py-google-apputils
-_pkgname=${pkgname#py-}
-pkgver=0.4.2
-pkgrel=1
-pkgdesc="Google Application Utilities for Python"
-url="https://github.com/google/google-apputils"
-arch="noarch"
-license="Apache-2.0"
-depends="python2 py-dateutil>=1.4 py-gflags>=1.4 py-tz>=2010"
-makedepends="py-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz"
-
-builddir="$srcdir"/$_pkgname-$pkgver
-
-build() {
- python2 setup.py build
-}
-
-package() {
- python2 setup.py install --prefix=/usr --root="$pkgdir"
-
- # Workaround for https://github.com/google/google-apputils/issues/4.
- # The files under google_apputils.egg-info lack read permission for
- # "other", which causes `python setup.py build` failures for packages
- # using google-apputils.
- chmod o+r "$pkgdir"/usr/lib/python2.7/site-packages/google_apputils-$pkgver-py2.7.egg-info/*
-}
-
-sha512sums="d7579ec461292bb01ad5b8e1b09e161c66af0e85361f43f6065b837c90bddb9711a2d56db2b73d780dc25945375d4dad2f646507512b9acfeefd517613feacd4 google-apputils-0.4.2.tar.gz"