Search Criteria
Package Details: python-concurrent-log-handler 0.9.25-7
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-concurrent-log-handler.git (read-only, click to copy) |
---|---|
Package Base: | python-concurrent-log-handler |
Description: | RotatingFileHandler replacement with concurrency, gzip and Windows support |
Upstream URL: | https://github.com/Preston-Landers/concurrent-log-handler |
Licenses: | Apache-2.0 |
Submitter: | amo |
Maintainer: | atomicfs |
Last Packager: | atomicfs |
Votes: | 4 |
Popularity: | 0.048719 |
First Submitted: | 2021-04-01 14:14 (UTC) |
Last Updated: | 2024-05-10 10:21 (UTC) |
Dependencies (9)
- python (python37AUR, python311AUR, python310AUR)
- python-hatchling (python-hatchling-gitAUR)
- python-portalockerAUR
- git (git-gitAUR, git-glAUR) (make)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-wheel (make)
- python-hatch (python-hatch-gitAUR) (check)
- python-pytest (check)
Latest Comments
amo commented on 2024-04-10 08:07 (UTC)
Hey, @atomicfs, I'm not quite sure how exactly to go about handing over a package. So I'm adding you as co-maintainer and then disowning this package. Hopefully, you will be the default maintainer afterwards. If that works, I'll do the same for my other python dependency packages of paperless-ngx. Thank you again for taking over!
amo commented on 2024-01-10 18:58 (UTC)
Thank you @MrBlumi for reporting and @BluePeril for listing the missing make-dependencies. I just updated PKGBUILD and it should be fine now.
BluePeril commented on 2024-01-10 14:15 (UTC)
I had to add 'python-build' 'python-path' 'python-hatchling' 'python-installer' to makedepends to successfully build the package
MrBlumi commented on 2024-01-09 15:25 (UTC)
I tried to build this in a clean chroot environment (only
base
andbase-devel
installed).makepkg
complains about multiple missing python modules.StefanT commented on 2023-05-08 14:43 (UTC) (edited on 2023-05-08 14:49 (UTC) by StefanT)
Does not build with Python 3.11:
I filed an upstream bug.