Search Criteria
Package Details: python-tzfpy 1.1.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-tzfpy.git (read-only, click to copy) |
|---|---|
| Package Base: | python-tzfpy |
| Description: | Probably the fastest Python package to convert longitude/latitude to timezone name |
| Upstream URL: | https://github.com/ringsaturn/tzfpy |
| Licenses: | MIT |
| Submitter: | Nahouhak |
| Maintainer: | Nahouhak |
| Last Packager: | Nahouhak |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2025-09-23 20:02 (UTC) |
| Last Updated: | 2026-01-11 18:04 (UTC) |
Dependencies (6)
- python
- python-build (make)
- python-installer (make)
- python-maturin (python-maturin-gitAUR) (make)
- python-pytz (optional)
- python-tzdata (optional)
Required by (2)
- ifcopenshell (optional)
- ifcopenshell-stable (optional)
Latest Comments
iyanmv commented on 2026-01-02 11:54 (UTC)
License is wrong, and it's better not to use MD5 as hash function to check integrity of files anymore. Here is a full patch with the changes I'd make to the PKGBUILD:
If you have some extra time you could also implement the
check()function running the unit tests from upstream.iyanmv commented on 2026-01-02 11:45 (UTC) (edited on 2026-01-02 11:50 (UTC) by iyanmv)
Hello! This PKGBUILD as it is fails to build in a clean chroot env. The reason is that in
makedependsyou should includedpython-maturininstead of justmaturin. In addition, I think you should addpython-pytzandpython-tzdatatooptdepends.