Search Criteria
Package Details: python-fangfrisch 1.9.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-fangfrisch.git (read-only, click to copy) |
---|---|
Package Base: | python-fangfrisch |
Description: | Freshclam like utility that allows downloading unofficial virus definition files |
Upstream URL: | https://rseichter.github.io/fangfrisch/ |
Licenses: | GPL-3.0-or-later |
Conflicts: | clamav-unofficial-sigs |
Provides: | clamav-unofficial-sigs |
Submitter: | amish |
Maintainer: | amish (Morbius) |
Last Packager: | Morbius |
Votes: | 28 |
Popularity: | 0.55 |
First Submitted: | 2020-02-22 16:48 (UTC) |
Last Updated: | 2025-04-04 18:15 (UTC) |
Dependencies (7)
- clamav
- python-requests
- python-sqlalchemy (python-sqlalchemy-gitAUR, python-sqlalchemy1.4)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
Required by (1)
- clamav-openrc (requires clamav-unofficial-sigs) (optional)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »
Morbius commented on 2025-02-06 07:50 (UTC)
@amish: Thanks for checking!
amish commented on 2025-02-06 06:39 (UTC)
@Morbius: Yes it worked now.
Morbius commented on 2025-02-06 06:03 (UTC)
@amish: Found the issue. My existing shell environment modfied PYTHONPATH, affecting unit tests. Fixed in build 1.9.1-2.
amish commented on 2025-02-06 05:40 (UTC)
@Morbius: Python 3.13.1
Remove python-fangfrisch first and then try building.
Morbius commented on 2025-02-06 05:37 (UTC)
@amish: According to my own build logs, all 82 tests pass (14 tests skipped, as expected). I will set up a fresh Arch machine and retry. In the meantime, what Python version is running on your machine?
amish commented on 2025-02-06 04:45 (UTC) (edited on 2025-02-06 04:47 (UTC) by amish)
@Morbius: Checks failing again with this release.
The system where I am building this DOES NOT have python-fangfrish installed.
So tests are failing as follows:
So on for other tests.
If I first install old version (1.9.0) of python-fangfrisch then tests succeed.
So something is wrong somewhere.
Please check.
Morbius commented on 2024-08-21 01:35 (UTC)
@amish: Yeah, that was a weird situation. Before unpacking the source tarball, the working directory should be empty, and only the Python interpreter itself should ever create "pycache" directories anywhere in the tree. Something strange happened there on your machine.
amish commented on 2024-08-21 01:28 (UTC)
@Morbius - it worked. But I dont see any pycache directory in ~/.cache and issue never occurred earlier. Thanks.
Morbius commented on 2024-08-20 11:21 (UTC) (edited on 2024-08-20 11:41 (UTC) by Morbius)
@amish: I just built the previous Git master
2b40fd2c7b02a4d3edf6ef9f2b5d402efdd24f4a
and did not encounter any problems. I suspect that the pycache directory on your machine, which caused sed to fail, was the remnant of some previous run. In the check() function, sed runs before "python -m unittest ...", and only the latter step is expected to create any pycache directories. However, I have added a small change to increase robustness.« First ‹ Previous 1 2 3 4 5 6 7 .. 10 Next › Last »