Search Criteria
Package Details: python-requests-cache 1.2.1-1
Package Actions
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: | 28 |
Popularity: | 0.000011 |
First Submitted: | 2015-09-21 13:55 (UTC) |
Last Updated: | 2024-06-19 07:56 (UTC) |
Dependencies (24)
- python-cattrs
- python-platformdirs
- python-requests
- python-url-normalizeAUR
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-poetry-core (python-poetry-core-gitAUR) (make)
- python-wheel (make)
- python-itsdangerous (check)
- python-pytest (check)
- python-requests-mock (check)
- python-responses (check)
- python-rich (check)
- python-time-machine (check)
- python-timeout-decoratorAUR (check)
- python-ujson (check)
- python-boto3 (optional) – Cache backend for Amazon DynamoDB database
- python-botocore (python-botocore-gitAUR) (optional) – Interface for Amazon Web Services
- python-bsonAUR (optional) – for BSON codec
- python-itsdangerous (optional) – for pass trusted data to untrusted environments
- python-pymongo (optional) – Cache backend for MongoDB database
- python-redis (optional) – Cache backend for Redis cache
- python-ujson (optional) – for JSON serializer for improved performance
- python-yaml (python-yaml-gitAUR) (optional) – for bindings yaml support
Required by (30)
- betterbib
- howdoi-git
- keyman
- lastfm_cg-git
- manubot
- mnamer
- mythtv-git
- mythtv-git (optional)
- netease-musicbox
- netease-musicbox-git
- parselcli
- plover_plugins_manager
- pyfa
- python-abi3audit
- python-akshare
- python-apts
- python-apts (make)
- python-bioservices
- python-chembl-webresource-client
- python-dwdweather2
- Show 10 more...
Latest Comments
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »
carlosal1015 commented on 2021-09-22 13:36 (UTC)
Please @flying-sheep, add Jordan as maintainer since he has experience packaging for conda-forge. For me, this PKGBUILD works.
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
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.
« First ‹ Previous 1 .. 4 5 6 7 8 9 10 Next › Last »