pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

add py-portalocker-2.3.0 to pkgsrc-wip



Module Name:	pkgsrc-wip
Committed By:	Niclas Rosenvik <nros%NetBSD.org@localhost>
Pushed By:	nros
Date:		Thu Apr 1 19:11:05 2021 +0000
Changeset:	453dfd075d7eb7aa0bd85757c3640084bad76301

Modified Files:
	Makefile
Added Files:
	py-portalocker/DESCR
	py-portalocker/Makefile
	py-portalocker/PLIST
	py-portalocker/distinfo

Log Message:
add py-portalocker-2.3.0 to pkgsrc-wip

add py-portalocker version 2.3.0 to pkgsrc-wip
Portalocker is a Python library that provides an easy api to file locking

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=453dfd075d7eb7aa0bd85757c3640084bad76301

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                |  1 +
 py-portalocker/DESCR    |  1 +
 py-portalocker/Makefile | 16 ++++++++++++++++
 py-portalocker/PLIST    | 28 ++++++++++++++++++++++++++++
 py-portalocker/distinfo |  6 ++++++
 5 files changed, 52 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 391a8df664..441c14cde2 100644
--- a/Makefile
+++ b/Makefile
@@ -4252,6 +4252,7 @@ SUBDIR+=	py-poissongeometry
 SUBDIR+=	py-polygon3
 SUBDIR+=	py-polynomial
 SUBDIR+=	py-poppy
+SUBDIR+=	py-portalocker
 SUBDIR+=	py-portray
 SUBDIR+=	py-poster
 SUBDIR+=	py-postgresfixture
diff --git a/py-portalocker/DESCR b/py-portalocker/DESCR
new file mode 100644
index 0000000000..be543d0b6e
--- /dev/null
+++ b/py-portalocker/DESCR
@@ -0,0 +1 @@
+Portalocker is a Python library that provies an easy API to file locking.
diff --git a/py-portalocker/Makefile b/py-portalocker/Makefile
new file mode 100644
index 0000000000..80a8b950a7
--- /dev/null
+++ b/py-portalocker/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	portalocker-2.3.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	sysutils python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/portalocker/}
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://github.com/WoLpH/portalocker/
+COMMENT=	Python library for file locking
+LICENSE=	python-software-foundation
+
+DEPENDS+=	${PYPKGPREFIX}-redis-[0-9]*:../../databases/py-redis
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-portalocker/PLIST b/py-portalocker/PLIST
new file mode 100644
index 0000000000..9fd072ed96
--- /dev/null
+++ b/py-portalocker/PLIST
@@ -0,0 +1,28 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/portalocker/__about__.py
+${PYSITELIB}/portalocker/__about__.pyc
+${PYSITELIB}/portalocker/__about__.pyo
+${PYSITELIB}/portalocker/__init__.py
+${PYSITELIB}/portalocker/__init__.pyc
+${PYSITELIB}/portalocker/__init__.pyo
+${PYSITELIB}/portalocker/constants.py
+${PYSITELIB}/portalocker/constants.pyc
+${PYSITELIB}/portalocker/constants.pyo
+${PYSITELIB}/portalocker/exceptions.py
+${PYSITELIB}/portalocker/exceptions.pyc
+${PYSITELIB}/portalocker/exceptions.pyo
+${PYSITELIB}/portalocker/portalocker.py
+${PYSITELIB}/portalocker/portalocker.pyc
+${PYSITELIB}/portalocker/portalocker.pyo
+${PYSITELIB}/portalocker/py.typed
+${PYSITELIB}/portalocker/redis.py
+${PYSITELIB}/portalocker/redis.pyc
+${PYSITELIB}/portalocker/redis.pyo
+${PYSITELIB}/portalocker/utils.py
+${PYSITELIB}/portalocker/utils.pyc
+${PYSITELIB}/portalocker/utils.pyo
diff --git a/py-portalocker/distinfo b/py-portalocker/distinfo
new file mode 100644
index 0000000000..64d27b2ac7
--- /dev/null
+++ b/py-portalocker/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (portalocker-2.3.0.tar.gz) = 4e47cbec5f45331ff9cbadc344dc3c16e16caf3e
+RMD160 (portalocker-2.3.0.tar.gz) = 6abff927b0c6f36fc9d1da0b1bf7a2a8a4b74dac
+SHA512 (portalocker-2.3.0.tar.gz) = 3d2431509db8367f963c0e810002efa7ee15f0b0ac8f5ca52cd5ebabfcd94ee9f62771dc0574e14c3195b9868e119e3bd1eef01459d69b6a0d1c6f23915f9b57
+Size (portalocker-2.3.0.tar.gz) = 20142 bytes


Home | Main Index | Thread Index | Old Index