Search Criteria
Package Details: python-dpath 2.1.6-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-dpath.git (read-only, click to copy) |
---|---|
Package Base: | python-dpath |
Description: | A python library for accessing and searching dictionaries via /slashed/paths ala xpath |
Upstream URL: | https://pypi.org/project/dpath |
Licenses: | MIT |
Submitter: | sanerb |
Maintainer: | alerque |
Last Packager: | alerque |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2020-03-31 09:11 (UTC) |
Last Updated: | 2023-09-18 13:28 (UTC) |
Dependencies (5)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
Latest Comments
alerque commented on 2023-05-04 14:08 (UTC)
Still missing
makedepends+=(python-wheel)
required for clean chroot build.Score_Under commented on 2022-11-10 13:26 (UTC)
Echoing the python-wheel request, just encountered the same problem myself
luscinius commented on 2022-09-07 18:02 (UTC)
The package fails to build in a clean chroot, python-wheel needs to be added to makedepends.
alerque commented on 2022-01-10 11:52 (UTC)
Actually the entire array is just spelled wrong,
s/makedepents/makedepends/g
. Please also drop the python2 stuff here. that entire split package needs to go away.alerque commented on 2022-01-10 11:49 (UTC)
This is missing
makedepends=(python-setuptools)
at a minimum, hence it does not build cleanly in a chroot.