diff --git a/devel/py-portalocker/Makefile b/devel/py-portalocker/Makefile index a73134473649..f3d5c2c019f4 100644 --- a/devel/py-portalocker/Makefile +++ b/devel/py-portalocker/Makefile @@ -1,20 +1,25 @@ PORTNAME= portalocker -PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTVERSION= 2.10.1 CATEGORIES= devel python -MASTER_SITES= PYPI +MASTER_SITES= PYPI \ + https://github.com/wolph/portalocker/releases/download/v${PORTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Python library that provides an easy API to file locking -WWW= https://pypi.org/project/portalocker/ +COMMENT= Wrap the portalocker recipe for easy usage +WWW= https://portalocker.readthedocs.io/en/latest/ \ + https://github.com/wolph/portalocker -LICENSE= PSFL +LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}setuptools-scm>=0:devel/py-setuptools-scm@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} + USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include diff --git a/devel/py-portalocker/distinfo b/devel/py-portalocker/distinfo index dd61e18d82a9..4bbe90bd1bc2 100644 --- a/devel/py-portalocker/distinfo +++ b/devel/py-portalocker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1643115584 -SHA256 (portalocker-2.3.2.tar.gz) = 75cfe02f702737f1726d83e04eedfa0bda2cc5b974b1ceafb8d6b42377efbd5f -SIZE (portalocker-2.3.2.tar.gz) = 20380 +TIMESTAMP = 1761438389 +SHA256 (portalocker-2.10.1.tar.gz) = ef1bf844e878ab08aee7e40184156e1151f228f103aa5c6bd0724cc330960f8f +SIZE (portalocker-2.10.1.tar.gz) = 40891 diff --git a/devel/py-portalocker/pkg-descr b/devel/py-portalocker/pkg-descr index 5f597baa4a63..8ee2227613d1 100644 --- a/devel/py-portalocker/pkg-descr +++ b/devel/py-portalocker/pkg-descr @@ -1,9 +1,9 @@ Portalocker is a library to provide an easy API to file locking. An important detail to note is that on Linux and Unix systems the locks are -advisory by default. By specifying the -o mand option to the mount command it -is possible to enable mandatory file locking on Linux. This is generally not +advisory by default. By specifying the -o mand option to the mount command it is +possible to enable mandatory file locking on Linux. This is generally not recommended however. For more information about the subject: - https://en.wikipedia.org/wiki/File_locking - http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock - https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux +- https://en.wikipedia.org/wiki/File_locking +- http://stackoverflow.com/questions/39292051/portalocker-does-not-seem-to-lock +- https://stackoverflow.com/questions/12062466/mandatory-file-lock-on-linux