aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py3-cachecontrol
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-02-25 16:45:05 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-02-25 19:50:20 -0300
commit2271b7ea33c75474829a61ac2c87bd85a1417bd2 (patch)
treebca725fff998a95629618ddc272125125b8940a0 /testing/py3-cachecontrol
parent6e5989932f8c7a614356dd33632c72b9dc94d891 (diff)
downloadaports-2271b7ea33c75474829a61ac2c87bd85a1417bd2.tar.bz2
aports-2271b7ea33c75474829a61ac2c87bd85a1417bd2.tar.xz
community/py3-cachecontrol: move from testing
Diffstat (limited to 'testing/py3-cachecontrol')
-rw-r--r--testing/py3-cachecontrol/APKBUILD25
1 files changed, 0 insertions, 25 deletions
diff --git a/testing/py3-cachecontrol/APKBUILD b/testing/py3-cachecontrol/APKBUILD
deleted file mode 100644
index 5945570391..0000000000
--- a/testing/py3-cachecontrol/APKBUILD
+++ /dev/null
@@ -1,25 +0,0 @@
-# Contributor: Leo <thinkabit.ukim@gmail.com>
-# Maintainer:
-pkgname=py3-cachecontrol
-_realname=CacheControl
-pkgver=0.12.6
-pkgrel=0
-pkgdesc="httplib2 caching for requests"
-options="!check" # Later
-url="https://github.com/ionrock/cachecontrol"
-arch="noarch"
-license="Apache-2.0"
-depends="python3 py3-requests py3-msgpack py3-lockfile"
-makedepends="py3-setuptools"
-source="https://files.pythonhosted.org/packages/source/${_realname:0:1}/$_realname/$_realname-$pkgver.tar.gz"
-builddir="$srcdir/$_realname-$pkgver"
-
-build() {
- python3 setup.py build
-}
-
-package() {
- python3 setup.py install --prefix=/usr --root="$pkgdir"
-}
-
-sha512sums="5269624dd523c4f94b258ba4d35d2fce65779377c601c1ade01b1058a6616319725fde10b188fbc7015ac263537fb11085272fbbb9b595e87c187521066a567a CacheControl-0.12.6.tar.gz"