Search Criteria
Package Details: python-glean-parser 15.2.0-1
Package Actions
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: | MPL-2.0 |
Conflicts: | python-glean_parser |
Provides: | python-glean_parser |
Submitter: | PolarianDev |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 1 |
Popularity: | 0.000571 |
First Submitted: | 2023-08-28 21:29 (UTC) |
Last Updated: | 2024-10-27 20:43 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-appdirs (python-appdirs-gitAUR)
- python-click
- python-diskcacheAUR
- python-jinja
- python-jsonschema
- python-yaml (python-yaml-gitAUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
Required by (1)
- mozillavpn-git (make)
Latest Comments
Swivel commented on 2024-11-03 07:33 (UTC)
Latest update broke the build. Solution was to do a clean!
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.