Package Details: python-requests-cache 1.2.0-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: 30
Popularity: 0.003941
First Submitted: 2015-09-21 13:55 (UTC)
Last Updated: 2024-02-18 07:57 (UTC)

Latest Comments

« First ‹ Previous 1 .. 4 5 6 7 8 9

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

phyxmeow commented on 2021-04-27 09:16 (UTC) (edited on 2021-04-27 09:28 (UTC) by phyxmeow)

Please add dependencies of new version(0.6+):
python-url-normalize (which is not in aur currently)
python-itsdangerous

https://github.com/reclosedev/requests-cache/blob/master/setup.py:

setup(
    name='requests-cache',
    packages=find_packages(exclude=['tests*']),
    version=__version__,
    author='Roman Haritonov',
    author_email='reclosedev@gmail.com',
    url='https://github.com/reclosedev/requests-cache',
    install_requires=['itsdangerous', 'requests>=2.0.0', 'url-normalize>=1.4'],
    extras_require=extras_require,
    python_requires='>=3.6',
    include_package_data=True,
)

major commented on 2019-08-11 17:22 (UTC)

Hello @bigcajun826. Thank you for your recommendation. I usually check and then commit/push my changes. However, your method looks much easier and probably worth using.

bigcajun826 commented on 2019-08-08 14:36 (UTC) (edited on 2019-08-08 14:40 (UTC) by bigcajun826)

Thanks for adopting this package @major. Would you consider adding a .gitignore file in the root of the project like this: https://gist.github.com/emerkle826/1e6225758bbeb2b3d1a337e70fbeaace

so that the download and build artifacts don't appear as unstaged changes?

major commented on 2019-08-01 16:13 (UTC)

The package has not been updated for a while. I will be updating it, but another important thing to note is that it is a package base. In simple words, if you want to install for Python 3, you will be forced to install Python 2, and vice-versa.

Given the nature of the package, I will split it by next week. This should give enough time to everyone to make backups, ready your system, etc (all you want to do). Therefore, I will update the package be next week as well.