Search Criteria
Package Details: python-glean_parser 7.2.1-3
Package Actions
- View PKGBUILD / View Changes
- Download snapshot
- Search wiki
- Flag package out-of-date
- 1 pending request
- Submit Request
Git Clone URL: | https://aur.archlinux.org/python-glean_parser.git (read-only, click to copy) |
---|---|
Package Base: | python-glean_parser |
Description: | Tools for parsing the metadata for Mozilla's glean telemetry SDK |
Upstream URL: | https://github.com/mozilla/glean_parser |
Licenses: | MPL2 |
Submitter: | None |
Maintainer: | None |
Last Packager: | yochananmarqos |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-08 19:46 (UTC) |
Last Updated: | 2023-06-06 16:48 (UTC) |
Dependencies (15)
- python (python36, python32, python37, python39, python38, python310, python312)
- python-appdirs (python-appdirs-git)
- python-click
- python-diskcache
- python-iso8601
- python-jinja
- python-jsonschema (python-jsonschema26, python-jsonschema4.17)
- python-markupsafe
- python-yaml (python-yaml-git)
- python-build (make)
- python-installer (python-installer-git) (make)
- python-pytest-runner (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
leonavis commented on 2023-06-14 19:34 (UTC)
Thx for the heads-up. Then the problem is on my end.
yochananmarqos commented on 2023-06-14 16:48 (UTC)
@leonavis: It builds just fine in a clean chroot.
leonavis commented on 2023-06-14 15:52 (UTC)
Cannot be compiled on my system. Need it for mozillavpn... getting various errors in the compiling-process. Can someone confirm whether it's my system or if it's just broken in general?
yochananmarqos commented on 2023-06-04 20:29 (UTC)
@Alphabyte: ...and now you just reverted it. I don't know what you're doing to come to the conclusion that Pip is required. I can build in a clean chroot without it using my PKGBUILD.
<deleted-account> commented on 2023-06-04 17:58 (UTC)
Thanks! I went ahead and changed it.
yochananmarqos commented on 2023-06-03 22:21 (UTC)
Pip is not required. You're missing
python-setuptools-scm
from makedepends.