Search Criteria
Package Details: pkgbrowser 0.28.1-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/pkgbrowser.git (read-only, click to copy) |
---|---|
Package Base: | pkgbrowser |
Description: | A utility for browsing pacman databases and the AUR |
Upstream URL: | https://codeberg.org/kachelaqa/pkgbrowser |
Licenses: | GPL2 |
Submitter: | kachelaqa |
Maintainer: | kachelaqa |
Last Packager: | kachelaqa |
Votes: | 282 |
Popularity: | 0.28 |
First Submitted: | 2011-04-20 18:18 (UTC) |
Last Updated: | 2024-09-16 22:12 (UTC) |
Dependencies (6)
- pacman (pacman-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-pyqt5 (python-pyqt5-sip4AUR, python-pyqt5-webkitAUR)
- python-setuptools (make)
Latest Comments
1 2 3 4 5 6 .. 19 Next › Last »
rafaelff commented on 2024-12-17 04:37 (UTC)
Python 3.13.1 landed core-testing repository and it breaks the 'python<3.13' dependency in the PKGBUILD.
galvez_65 commented on 2024-09-15 16:35 (UTC)
1+ for @siliconmeadow's patch applied it and it build successfully
siliconmeadow commented on 2024-09-15 14:45 (UTC)
Due to pacman 7 out now, I did part of what @becko suggested and removed the upper limit version of pacman:
Cody_Learner commented on 2024-04-28 18:44 (UTC) (edited on 2024-04-28 19:22 (UTC) by Cody_Learner)
Had to add
python-setuptools
to the depends array in the PKGBUILD to get it to build.EDIT:
OK, I rebuild pkgbrowser adding a makedepends array in the PKGBUILD. ie:
makedepends=('python-setuptools')
inserted below the depends array.Pkgbrowser doesn't need
python-setuptools
to run, so no point in having it listed as a dependency.I build both with my AUR helper, https://github.com/Cody-Learner/aurch , and in a clean chroot using
pkgctl build
. The 'pkgctl' script is provided by thedevtools
package.yochananmarqos commented on 2024-04-27 21:30 (UTC) (edited on 2024-04-28 14:21 (UTC) by yochananmarqos)
@galvez_65: How do you figure?
-- https://peps.python.org/pep-0632/#specification
EDIT: Adding
python-setuptools
to makedepends() allows it to build successfully.blackhole commented on 2024-04-27 20:42 (UTC)
I agree!
becko commented on 2024-04-27 20:41 (UTC)
I believe that removing the pacman<6.1 and python<3.12 restrictions would make it more robust, there would be no need to fix after every pacman and python update. Those updates might break but they would break it anyway.
galvez_65 commented on 2024-04-27 18:47 (UTC)
editing the PKGBUILD file changing python from <3.12 to <3.13 and bumping the release allows this to be installed. I've not done extensive testing but it starts and does a simple search.
becko commented on 2024-04-27 14:42 (UTC)
installing python (3.12.3-1) breaks dependency 'python<3.12' required by pkgbrowser
burster commented on 2024-03-17 00:42 (UTC) (edited on 2024-03-17 00:42 (UTC) by burster)
@siliconmeadow: Thanks, too.
@galvez_65: Yes, it does.
1 2 3 4 5 6 .. 19 Next › Last »