* update python-cachecontrol to 1:0.13.1-1
This commit is contained in:
parent
1d382db1f8
commit
862dc3aa88
@ -4,16 +4,31 @@
|
||||
|
||||
_name=cachecontrol
|
||||
pkgname=python-cachecontrol
|
||||
pkgver=0.12.11
|
||||
pkgrel=2
|
||||
pkgver=0.13.1
|
||||
pkgrel=1
|
||||
epoch=1
|
||||
pkgdesc="httplib2 caching for requests"
|
||||
arch=(any)
|
||||
url="https://github.com/ionrock/${_name}"
|
||||
license=(Apache)
|
||||
depends=(python-msgpack python-requests)
|
||||
makedepends=(python-build python-installer python-setuptools python-wheel)
|
||||
checkdepends=(python-cherrypy python-lockfile python-mock python-pytest python-redis)
|
||||
depends=(
|
||||
python
|
||||
python-filelock
|
||||
python-msgpack
|
||||
python-requests
|
||||
python-urllib3
|
||||
)
|
||||
makedepends=(
|
||||
python-build
|
||||
python-flit-core
|
||||
python-installer
|
||||
python-wheel)
|
||||
checkdepends=(
|
||||
python-cherrypy
|
||||
python-mock
|
||||
python-pytest
|
||||
python-redis
|
||||
)
|
||||
optdepends=(
|
||||
'python-lockfile: for filecache'
|
||||
'python-redis: for redis cache'
|
||||
@ -21,8 +36,8 @@ optdepends=(
|
||||
# not tests in dist tarball on pypi.org: https://github.com/ionrock/cachecontrol/issues/281
|
||||
# source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
|
||||
source=($_name-$pkgver.tar.gz::https://github.com/ionrock/$_name/archive/refs/tags/v$pkgver.tar.gz)
|
||||
sha256sums=('06f9ad43ed6bb9ed23883fda838bacada949a00dc557e7f41aecbd19787efdcf')
|
||||
b2sums=('09ce2336216b69dbe9796d658db9f5b0d378259484cba3a78ecd789843e19683adc2b1b90d579cea8700d07ed55a93ecc3a56e5da2c8ab025e5084d2847d4dbf')
|
||||
sha256sums=('d385996b1874b7a12b34bf4735bd1df6cec3abed83252e0fc7095c9bfb5f7e0a')
|
||||
b2sums=('67179719c224aaee52b3b61a128caadd25b26137e8ee6bbd77f36074f8d8889bf27a56a6bfe41ad376361b4055c49be046f46b964cd6a0cff3b670c9d8e5af9d')
|
||||
|
||||
build() {
|
||||
cd $_name-$pkgver
|
||||
|
Loading…
x
Reference in New Issue
Block a user