Search Criteria
Package Details: python-tzdata 2023.3-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-tzdata.git (read-only, click to copy) |
---|---|
Package Base: | python-tzdata |
Description: | Provider of IANA time zone data |
Upstream URL: | https://github.com/python/tzdata |
Licenses: | Apache |
Submitter: | polyzen |
Maintainer: | jmcb |
Last Packager: | polyzen |
Votes: | 4 |
Popularity: | 0.163936 |
First Submitted: | 2023-05-19 03:23 (UTC) |
Last Updated: | 2023-05-19 03:23 (UTC) |
Dependencies (7)
- python (python32AUR, python37AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-subtests (check)
Latest Comments
joshm commented on 2023-11-07 23:19 (UTC)
I was able to resolve the error below by
rm -rf ~/.cache/pacaur/python-tzdata
but now I get:joshm commented on 2023-11-07 22:59 (UTC)
After manually installing
pytest
, I get this error:joshm commented on 2023-11-07 22:58 (UTC)
I had to manually
pip install pytest
to get this to update. It seems this is common with Python packages ... why, though? Shouldn'tpytest
be a dependency ofpython-tzdata
?