Search Criteria
Package Details: python-dacite 1.8.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-dacite.git (read-only, click to copy) |
---|---|
Package Base: | python-dacite |
Description: | Simplify creation of data classes (PEP 557) from dictionaries. |
Upstream URL: | https://github.com/konradhalas/dacite |
Licenses: | MIT |
Submitter: | phijor |
Maintainer: | phijor (fordprefect) |
Last Packager: | phijor |
Votes: | 14 |
Popularity: | 1.31 |
First Submitted: | 2022-03-30 11:59 (UTC) |
Last Updated: | 2023-07-16 14:13 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Required by (13)
- pcs
- pocsuite3
- python-fx
- python-soundcloud-v2
- python-ydata-profiling
- python-ytsaurus-client (make)
- python-ytsaurus-local (make)
- python-ytsaurus-native-driver (make)
- python-ytsaurus-proto (make)
- python-ytsaurus-rpc-driver (make)
- python-ytsaurus-yson (make)
- spotdl
- ytsaurus (make)
Latest Comments
pekkarr commented on 2024-05-06 11:49 (UTC)
@lahwaacz @MarsSeed probably meant extra/rebuild-detector, which detects python packages built against old python versions in a pacman hook.
lahwaacz commented on 2024-05-06 11:40 (UTC)
@MarsSeed There is no pacman hook in core/python, what are you talking about?
MarsSeed commented on 2024-05-06 08:59 (UTC)
@HLFH, re OOD flag message,
AUR packages should not be flagged for such, and they don't need pkgrel bump for newer Python release. Arch/extra/python already includes a pacman hook that checks if the user has any package that was built with older python and requires rebuild.
Please kindly remove the OOD flag. Thank you.
pekkarr commented on 2023-07-12 19:53 (UTC)
Please change the package to build from source. Source code archives can be found on the project website. According to the Python package guidelines pre-built wheels should only be used when it's the only option:
FabioLolix commented on 2022-03-31 20:33 (UTC)