Search Criteria
Package Details: pyalpm-git 0.8.4.r100.gbca42ad-1
Git Clone URL: | https://aur.archlinux.org/pyalpm-git.git (read-only, click to copy) |
---|---|
Package Base: | pyalpm-git |
Description: | Libalpm bindings for Python 3 (Git version) |
Upstream URL: | https://git.archlinux.org/pyalpm.git/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | None |
Maintainer: | eschwartz |
Last Packager: | yan12125_2 |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2008-09-25 15:07 |
Last Updated: | 2019-08-28 12:48 |
Dependencies (5)
- python>=3.6 (python-dbg)
- pacman>=5 (pacman-git)
- python-pytest (check)
- git (git-git) (make)
- python-setuptools (make)
Required by (42)
- alpm-html (requires pyalpm)
- archversion-git (requires pyalpm)
- aurbs (requires pyalpm)
- aurbs-git (requires pyalpm)
- aurdupes (requires pyalpm)
- aurman (requires pyalpm)
- bacpac (requires pyalpm) (optional)
- blinky (requires pyalpm)
- buildaur (requires pyalpm)
- buildaur-git (requires pyalpm)
- communitytags-git (requires pyalpm)
- makedep (requires pyalpm)
- namcap-git (requires pyalpm)
- nvchecker-1.7 (requires pyalpm) (optional)
- nvchecker-git (requires pyalpm) (optional)
- pacmods (requires pyalpm)
- pacregex-git (requires pyalpm)
- pacroller (requires pyalpm)
- pacroller-dev-git (requires pyalpm)
- pacroller-git (requires pyalpm)
- pacserve (requires pyalpm)
- pacvis-git (requires pyalpm)
- pikaur (requires pyalpm)
- pikaur-git (requires pyalpm)
- pkg-audit (requires pyalpm)
- pkgbuilder (requires pyalpm)
- pkgbuilder-git (requires pyalpm)
- pkg_scripts (requires pyalpm)
- pm2ml (requires pyalpm)
- powerpill (requires pyalpm)
- pyakm (requires pyalpm)
- python-arch-signoff-git (requires pyalpm)
- python3-aur (requires pyalpm)
- python3-threaded_servers (requires pyalpm) (optional)
- python3-xcpf (requires pyalpm)
- repo-add_and_sign (requires pyalpm)
- taps (requires pyalpm)
- tracer (requires pyalpm)
- vrms-arch (requires pyalpm)
- vrms-arch-git (requires pyalpm)
- wfa-git (requires pyalpm)
- whoneeds-git (requires pyalpm)
Latest Comments
1 2 Next › Last »
yan12125 commented on 2019-11-15 10:18
Orphaned - switched back to extra/pyalpm.
yan12125 commented on 2019-08-28 13:02
@bartus: Thank you for the patch. I've applied the fix about python-setuptools. Howver, I'm concerned about using
pacman -Q
in PKGBUILD. Instead, I created another package https://aur.archlinux.org/packages/pyalpm-next-git/ that tracks the 'next' branch of pyalpm and is compatible with pacman-git.bartus commented on 2019-08-27 12:42
@yan12125: I've been using
pacman-git
for a few months now, and really starts missing features relaying onpyalpm
(namcap,aurman). Are you stand by what you've told @eli-schwartz, or would you consider incorporating some slick patch to allow users buildpyalpm-git
with bothpacman
andpacman-git
.Here's my suggestion: [***]
Have no idea, how far we are form next
pacman
release, but last commit on git.archlinux.org/pacman.git saysPrepare translations for next release
, so perhaps sooner than later ;)yan12125 commented on 2019-01-19 06:56
I'd like to keep the compatibility with the stable pacman. I remember the last time I installed pacman-git, many software broke as they worked with the stable pacman only. If there's a patch working for both pacman-git and pacman, I'm glad to add it into this package even if it's not merged upstream.
eschwartz commented on 2019-01-18 14:58
In order to work with pacman-git>=5.1.1.r103.ge9d91a68 the following backwards-incompatible patch is needed: https://lists.archlinux.org/pipermail/arch-projects/2019-January/005139.html
Don't know whether it makes sense to depend on pacman-git for this purpose though.
yan12125 commented on 2016-01-31 13:39
Thanks updated. Now pyalpm-git requires pacman>=5 or above, which is in [testing] only. Just skip updating pyalpm-git before pacman 5 hits [core]
sl1pkn07 commented on 2016-01-31 12:53
please add this patch
https://lists.archlinux.org/pipermail/arch-projects/2016-January/004320.html
greetings
yan12125 commented on 2015-03-03 04:33
Thanks. Adopt and update.
falconindy commented on 2015-03-02 13:35
Disowned. Feel free to update.
yan12125 commented on 2015-03-02 09:49
Also, please use `git describe --long --tags` instead of `git describe` in pkgver() as what [1] suggests.
[1] https://wiki.archlinux.org/index.php/VCS_package_guidelines