Search Criteria
Package Details: python-portalocker 3.0.0-1
Package Actions
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: | BSD-3-Clause |
Submitter: | eta-carinae |
Maintainer: | eta-carinae |
Last Packager: | eta-carinae |
Votes: | 6 |
Popularity: | 0.059080 |
First Submitted: | 2016-04-27 16:56 (UTC) |
Last Updated: | 2024-11-18 17:12 (UTC) |
Dependencies (12)
- python (python37AUR, python311AUR, python310AUR)
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-pygments (make)
- python-setuptools (make)
- python-setuptools-scm (make)
- python-wheel (make)
- python-pytest (check)
- python-pytest-cov (check)
- python-pytest-timeout (check)
- python-redis (check)
- python-redis (optional) – redis lock support
Required by (20)
- autosuspend
- autosuspend-git
- dune-common
- offlineimap3-git (optional)
- paperless-ngx
- python-amulet-core
- python-amulet-core-git
- python-amulet-leveldb
- 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-qdrant-client
- python-qmake2cmake
- python-sacrebleu
- python-torchdata
Latest Comments
1 2 Next › Last »
hias commented on 2024-04-27 18:43 (UTC) (edited on 2024-04-27 18:44 (UTC) by hias)
Hi, thanks for this AUR package :-D The build failed whith
inside of build()python-setuptools-scm 8.0.4-3 is installed btw. it would be cool someone could help me out here.
full makepkg -s output (German):
eta-carinae commented on 2023-12-10 19:31 (UTC)
Should be fixed now. That's what I get for not using a clean chroot.
micwoj92 commented on 2023-12-10 19:11 (UTC)
Add python-pygments to checkdepends.
eta-carinae commented on 2023-12-10 16:05 (UTC)
This is now up-to-date with as of version 2.8.2. Sorry, I've had COVID and been out of commission for several weeks.
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
1 2 Next › Last »