Search Criteria
Package Details: py-cidr 3.11.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/py-cidr.git (read-only, click to copy) |
|---|---|
| Package Base: | py-cidr |
| Description: | python module providing network / CIDR tools |
| Upstream URL: | https://github.com/gene-git/py-cidr |
| Licenses: | GPL-2.0-or-later |
| Submitter: | GeneArch |
| Maintainer: | GeneArch |
| Last Packager: | GeneArch |
| Votes: | 2 |
| Popularity: | 0.000712 |
| First Submitted: | 2025-01-18 19:17 (UTC) |
| Last Updated: | 2026-01-04 22:10 (UTC) |
Dependencies (8)
- lockmgrAUR
- python
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- python-uv-build (make)
- rsync (rsync-gitAUR, rsync-reflink-gitAUR, rsync-reflinkAUR) (make)
- uv (make)
- python-pytest (check)
- python-pytest-asyncio (check)
Latest Comments
GeneArch commented on 2026-01-12 14:20 (UTC)
Terrific @simona
simona commented on 2026-01-12 14:16 (UTC)
solved
GeneArch commented on 2026-01-12 11:59 (UTC) (edited on 2026-01-12 12:20 (UTC) by GeneArch)
Hi @simona - sorry you're having trouble building the package. This seems to be failing due to missing a module. After python was updated to 3.14 all python packages need to be rebuilt.
Can you please rebuild / reinstall the pynotify package (and any other AUR python package) and see if that fixes it for you..
simona commented on 2026-01-12 11:45 (UTC)
GeneArch commented on 2025-07-17 09:52 (UTC)
@piater - so sorry about that and thanks for letting me know. The getlogin line was accidentally left instead of being deleted. Should be fixed in 3.7.0
piater commented on 2025-07-17 07:47 (UTC)
The
os.getlogin()error duringcheck()is back despite an apparent attempt in the code to work around it:GeneArch commented on 2025-05-20 23:05 (UTC)
@piater thanks for letting me know - good catch. Should be fixed in 3.4.0. Let me know if you have any further issues.
piater commented on 2025-05-20 20:16 (UTC)
When building in a clean chroot (I guess this triggers the problem),
check()fails because one test contains aos.getlogin()that throws an exception. Presumably his test should be rewritten to e.g. use thetempfilemodule instead.GeneArch commented on 2025-05-19 09:29 (UTC)
Fixed in 3.2.2 - thank you for letting me know @reylak
Reylak commented on 2025-05-19 07:00 (UTC)
Hello, this PKGBUILD is missing py-test in checkdepends.