Search Criteria
Package Details: namcap-git 3.4.2.r14.g58592b0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/namcap-git.git (read-only, click to copy) |
---|---|
Package Base: | namcap-git |
Description: | A Pacman package analyzer |
Upstream URL: | https://gitlab.archlinux.org/pacman/namcap |
Keywords: | best-practices linter packaging pacman utility |
Licenses: | GPL-2.0-or-later |
Conflicts: | namcap |
Provides: | namcap |
Submitter: | None |
Maintainer: | PanisSupraOmnia |
Last Packager: | PanisSupraOmnia |
Votes: | 16 |
Popularity: | 0.000004 |
First Submitted: | 2007-07-25 02:57 (UTC) |
Last Updated: | 2023-12-26 18:55 (UTC) |
Dependencies (16)
- binutils
- elfutils (elfutils-gitAUR)
- licenses
- pkgconf (pkgconf-gitAUR)
- pyalpm (pyalpm-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-license-expression
- python-pyelftools (python-pyelftools-gitAUR)
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-six (check)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, sysupdated-systemd-gitAUR, systemd-gitAUR, systemd-fmlAUR) (check)
Required by (8)
- debtap-mod (requires namcap)
- devpkgcheck (requires namcap)
- pkgtools (requires namcap) (optional)
- python-pypi2pkgbuild (requires namcap)
- python-pypi2pkgbuild-git (requires namcap)
- rpmtoarch (requires namcap)
- termux-language-server (requires namcap)
- uqm-hd (requires namcap) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
PanisSupraOmnia commented on 2022-05-29 20:16 (UTC)
Hey @yan12125, thanks for the fixes! Sorry it's taken me so long to respond, I just started a new job this month so I fell behind on other things like this. I did see about
python-six
before, but at the time was trying to verify that the solution really was to add to checkdepends, but now that I look at it again it does seem right. Now that namcap 3.3 has been released, I'll keep an eye for an update to the official PKGBUILD as well, to see if I should make any changes to align better with it.yan12125 commented on 2022-05-17 12:55 (UTC)
Here's another PKGBUILD fix for a recent upstream change [1]:
PATH="$srcdir/${pkgname}:$PATH"
should be changed toPATH="$srcdir/${pkgname}/scripts:$PATH"
as some scripts are moved.[1] https://gitlab.archlinux.org/pacman/namcap/-/merge_requests/7
yan12125 commented on 2022-05-08 03:57 (UTC)
Tests fail as python-six is no longer installed via an indirect dependency:
Could you add python-six to checkdepends?
yan12125 commented on 2021-11-25 04:12 (UTC)
No problem and thanks for the update!
PanisSupraOmnia commented on 2021-11-22 22:22 (UTC)
Hey @yan12125, sorry for the delay! I was away from my computer when you commented and by the time I was back I'd completely forgotten, my bad. I've gone ahead and added systemd to
checkdepends
.yan12125 commented on 2021-10-17 04:25 (UTC)
Thanks for picking this up! Could you add systemd to makedepends to fix the issue I mentioned below?
PanisSupraOmnia commented on 2021-10-11 23:06 (UTC)
The orphan request was accepted, so I've adopted this package. I've updated it so it should install properly now; if there are any issues let me know!
PanisSupraOmnia commented on 2021-09-21 01:03 (UTC)
I've sent @keenerd an email to see if he's still planning on actively maintaining this package. If I don't hear back in the next few days, I'll submit an orphan request.
SamLukeYes commented on 2021-09-10 10:53 (UTC)
Is this package still maintained?
yan12125 commented on 2020-07-24 03:12 (UTC)
Needs to add systemd to checkdepends, or check() fails with
« First ‹ Previous 1 2 3 4 5 Next › Last »