From 2271b7ea33c75474829a61ac2c87bd85a1417bd2 Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 25 Feb 2020 16:45:05 -0300 Subject: community/py3-cachecontrol: move from testing --- testing/py3-cachecontrol/APKBUILD | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 testing/py3-cachecontrol/APKBUILD (limited to 'testing/py3-cachecontrol') 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 -# 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" -- cgit v1.2.3