pkgsrc-WIP-changes archive

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

py-locket: 0.2.1



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Apr 4 13:48:02 2022 -0700
Changeset:	30a081c64d36bf5d379d39d1ba229d2eed660bf2

Added Files:
	py-locket/DESCR
	py-locket/Makefile
	py-locket/PLIST
	py-locket/distinfo

Log Message:
py-locket: 0.2.1

A library for File-based locks for Python for Linux and Windows

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

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

diffstat:
 py-locket/DESCR    |  1 +
 py-locket/Makefile | 20 ++++++++++++++++++++
 py-locket/PLIST    |  8 ++++++++
 py-locket/distinfo |  5 +++++
 4 files changed, 34 insertions(+)

diffs:
diff --git a/py-locket/DESCR b/py-locket/DESCR
new file mode 100644
index 0000000000..cda4d48967
--- /dev/null
+++ b/py-locket/DESCR
@@ -0,0 +1 @@
+Dask is a flexible parallel computing library for analytics
diff --git a/py-locket/Makefile b/py-locket/Makefile
new file mode 100644
index 0000000000..ff67ad0a3c
--- /dev/null
+++ b/py-locket/Makefile
@@ -0,0 +1,20 @@
+# $NetBSD$
+
+DISTNAME=	locket-0.2.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases
+MASTER_SITES=	${MASTER_SITE_PYPI:=l/locket/}
+
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://github.com/mwilliamson/locket/
+COMMENT=	File based locks for Python for Linux and Windows
+LICENSE=	modified-bsd
+
+TEST_DEPENDS+=	${PYPKGPREFIX}-nose>=1.2.1:../../devel/py-nose
+
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-locket/PLIST b/py-locket/PLIST
new file mode 100644
index 0000000000..57267ce59e
--- /dev/null
+++ b/py-locket/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/locket/__init__.py
+${PYSITELIB}/locket/__init__.pyc
+${PYSITELIB}/locket/__init__.pyo
diff --git a/py-locket/distinfo b/py-locket/distinfo
new file mode 100644
index 0000000000..d61978eed3
--- /dev/null
+++ b/py-locket/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (locket-0.2.1.tar.gz) = c98dd83d8a2f2601c5c5da88b0750dd6444406bd777ca418ac7e25d6f4f4a2e9
+SHA512 (locket-0.2.1.tar.gz) = db25454b83d176f529eb3060e4e7fff0151d8a7ccfd58a66c9bc09345445923137c2e5eb7e8a42b9d8f1bbdb3a967cb3467e91a279f19ede6f8727eaebf85857
+Size (locket-0.2.1.tar.gz) = 3936 bytes


Home | Main Index | Thread Index | Old Index