Search Criteria
Package Details: python-portalocker 2.7.0-4
Git Clone URL: | https://aur.archlinux.org/python-portalocker.git (read-only, click to copy) |
---|---|
Package Base: | python-portalocker |
Description: | Easy, portable file locking API. |
Upstream URL: | https://github.com/WoLpH/portalocker |
Licenses: | PSF |
Submitter: | eta-carinae |
Maintainer: | eta-carinae |
Last Packager: | eta-carinae |
Votes: | 3 |
Popularity: | 0.015127 |
First Submitted: | 2016-04-27 16:56 (UTC) |
Last Updated: | 2023-08-05 15:47 (UTC) |
Dependencies (8)
- python (python32AUR, python37AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
- python-redis (check)
- python-redis (optional) – redis lock support
Required by (18)
- autosuspend
- autosuspend-git
- dune-common
- offlineimap3-git (optional)
- paperless-ngx
- python-amulet-core
- python-amulet-leveldb-git
- python-concurrent-log-handler
- python-fvcore-git
- python-gluoncv
- python-iopath
- python-mdit_plain-git
- python-msal-extensions
- python-pyzm-git
- python-qmake2cmake
- python-sacrebleu
- python-torchdata
Latest Comments
carsme commented on 2023-11-24 19:19 (UTC)
Hey, this has been out of date for some time. If you'd add me as co-maintainer I can help keep it up-to-date. Thanks!
eta-carinae commented on 2023-08-05 15:47 (UTC)
Fixed, thanks.
carlosal1015 commented on 2023-08-04 23:34 (UTC)
Thanks for the changes, only
python-setuptools
is missing, the wiki allows you to choose the appropriate backend betweenpython-setuptools
,poetry-core
,python-flit-core
,python-hatch
,maturin
, etc.eta-carinae commented on 2023-08-04 15:25 (UTC)
Hi Carlos,
Thanks for the suggestions. I've updated the PKGBUILD, incorporating most of your changes. I also added you as a contributor. Thanks again!
carlosal1015 commented on 2023-08-03 16:38 (UTC)
Hi, thanks for maintain this module. I would like to leave some comments about.
First, recently to avoid this warning message
we can use the tools in PEP 517 according to Python package guidelines.
Second, in the section PKGBUILD#license, the Python Software License will be nice to include in the package.
So, this is what the PKGBUILD would look like
languitar commented on 2023-05-07 19:59 (UTC)
Can you bump the pkrel after Python has been moved to 3.11 to force a reinstallation?
eta-carinae commented on 2020-12-10 11:20 (UTC)
Removed the python 2 build. Thanks for the reminder!
fordprefect commented on 2020-12-07 21:19 (UTC)
Hi, considering the python2 EOL you could remove the python2 branch from this package. This would relieve users of the burden to either have the py2 makedepends or having to edit the PKGBUILD every time. Just a suggestion, your decision. Thanks for maintaining!