[arch-commits] Commit in python-cachecontrol/trunk (PKGBUILD)
Morten Linderud
foxboron at gemini.archlinux.org
Sat Oct 30 15:12:18 UTC 2021
Date: Saturday, October 30, 2021 @ 15:12:17
Author: foxboron
Revision: 1034982
upgpkg: python-cachecontrol 0.12.6-5 - Remove python2 optional deps
Modified:
python-cachecontrol/trunk/PKGBUILD
----------+
PKGBUILD | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-30 15:05:13 UTC (rev 1034981)
+++ PKGBUILD 2021-10-30 15:12:17 UTC (rev 1034982)
@@ -4,7 +4,7 @@
pkgbase=python-cachecontrol
pkgname=('python-cachecontrol' 'python2-cachecontrol')
pkgver=0.12.6
-pkgrel=4
+pkgrel=5
pkgdesc="httplib2 caching for requests"
arch=('any')
url="https://github.com/ionrock/${_pkgname}"
@@ -48,7 +48,6 @@
package_python2-cachecontrol() {
depends=('python2-msgpack' 'python2-requests')
- optdepends=('python2-lockfile: for the FileCache')
cd "${srcdir}"/${_pkgname}-${pkgver}
python2 setup.py install --root="${pkgdir}" --optimize=1 --skip-build
More information about the arch-commits
mailing list