Package Details: namcap-git 3.4.2.r14.g58592b0-1

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.000232
First Submitted: 2007-07-25 02:57 (UTC)
Last Updated: 2023-12-26 18:55 (UTC)

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 to PATH="$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:

FAIL: test_pydepends (Namcap.tests.package.test_pydepends.PyDependsTest)
Package with missing pacman dependency
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/build/namcap-git/src/namcap-git/Namcap/tests/package/test_pydepends.py", line 66, in test_pydepends
    self.assertEqual(w, [])
AssertionError: Lists differ: [('dependency-not-needed %s', 'python-six')] != []

First list contains 1 additional elements.
First extra element 0:
('dependency-not-needed %s', 'python-six')

- [('dependency-not-needed %s', 'python-six')]
+ []

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

chown: invalid group: ‘root:storage’