Package Details: python-requests-cache 1.2.1-1

Git Clone URL: https://aur.archlinux.org/python-requests-cache.git (read-only, click to copy)
Package Base: python-requests-cache
Description: A persistent cache for python requests
Upstream URL: https://github.com/requests-cache/requests-cache
Keywords: cache dynamodb http mongodb performance redis requests sqlite web webscraping
Licenses: custom:BSD-2-clause
Submitter: Shibumi
Maintainer: carlosal1015 (JWCook, flying-sheep, AutoUpdateBot)
Last Packager: AutoUpdateBot
Votes: 29
Popularity: 0.000035
First Submitted: 2015-09-21 13:55 (UTC)
Last Updated: 2024-06-19 07:56 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »

JWCook commented on 2021-09-07 20:19 (UTC)

@carlosal1015 Hah, I was just about to comment on this; requests-cache v0.8 was released a few minutes ago, and yes, cattrs is required now. I've also added more comments here to make it more obvious what dependencies are required vs. optional and why: https://github.com/reclosedev/requests-cache/blob/master/pyproject.toml#L26

Is there anything else I can do to make downstream packaging easier?

carlosal1015 commented on 2021-09-07 20:10 (UTC)

Thank you very much @JWCook, according to pip installation

(Tue Sep  7 03:03:03 PM -05 2021) Successfully installed attrs-21.2.0 cattrs-1.8.0 requests-cache-0.8.0 url-normalize-1.4.3.

the package python-cattrs is missing, please include in the PKGBUILD.

python-itsdangerous is not a dependency, please add in the right optional=true dependency in the PKGBUILD.

JWCook commented on 2021-08-21 16:05 (UTC)

@carlosal1015 cattrs is optional (but recommended) for the current stable release of requests-cache (0.7.x). It will be required in a future release, though (0.8).

@flying-sheep If you run into any more problems with packaging requests-cache for AUR, please let me know by creating an issue on the project repo: https://github.com/reclosedev/requests-cache/issues

lmartinez-mirror commented on 2021-07-15 07:42 (UTC)

This package requires python-url-normalize as a dependency.

willemw commented on 2021-06-22 15:31 (UTC)

It should be: arch=('any'). "python" in "depends" and "git" in "makedepends" are not necessary.

yjun commented on 2021-05-22 16:08 (UTC) (edited on 2021-05-22 16:09 (UTC) by yjun)

:100644 100644 08e4373 0000000 M        PKGBUILD

diff --git a/PKGBUILD b/PKGBUILD
index 08e4373..58b9756 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@ pkgname="python-requests-cache"
 pkgver=0.6.3
 pkgrel=1
 pkgdesc="Transparent persistent cache for http://python-requests.org/ library."
-arch=("x86_64")
+arch=("any")
 url="https://github.com/reclosedev/requests-cache"
 license=("BSD")
-depends=("python" "python-requests")
+depends=("python" "python-requests" "python-itsdangerous" "python-url-normalize")
 makedepends=("git" "python-setuptools")
 provides=("python-requests-cache")
 conflicts=("python2-requests-cache")

add missing depends and set arch to any