pkgsrc-WIP-changes archive

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

py-zict: 2.1.0



Module Name:	pkgsrc-wip
Committed By:	Matthew Danielson <matthewd%fastmail.us@localhost>
Pushed By:	matthewd
Date:		Mon Apr 4 13:39:14 2022 -0700
Changeset:	487e58ee1b22f6808fbba2bf7d8d434fdbdcd53b

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

Log Message:
py-zict: 2.1.0

zict is a library for composable mutable mappings

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

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

diffstat:
 py-zict/DESCR    |  1 +
 py-zict/Makefile | 26 ++++++++++++++++++++++++++
 py-zict/PLIST    | 34 ++++++++++++++++++++++++++++++++++
 py-zict/distinfo |  5 +++++
 4 files changed, 66 insertions(+)

diffs:
diff --git a/py-zict/DESCR b/py-zict/DESCR
new file mode 100644
index 0000000000..546d49a095
--- /dev/null
+++ b/py-zict/DESCR
@@ -0,0 +1 @@
+Mutable Mapping interfaces.
diff --git a/py-zict/Makefile b/py-zict/Makefile
new file mode 100644
index 0000000000..3cb59d0e04
--- /dev/null
+++ b/py-zict/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD$
+
+DISTNAME=	zict-2.1.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=z/zict/}
+
+
+MAINTAINER=	matthewd%fastmail.us@localhost
+HOMEPAGE=	https://github.com/dask/zict/
+COMMENT=	Mutable Mapping Interfaces
+LICENSE=	modified-bsd
+
+
+DEPENDS+=	${PYPKGPREFIX}-HeapDict-[0-9]*:../../wip/py-HeapDict
+DEPENDS+=	${PYPKGPREFIX}-lmdb-[0-9]*:../../databases/py-lmdb
+
+TEST_DEPENDS+=	${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+do-test:
+	cd ${WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHONBIN} -m pytest
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-zict/PLIST b/py-zict/PLIST
new file mode 100644
index 0000000000..22a88a067d
--- /dev/null
+++ b/py-zict/PLIST
@@ -0,0 +1,34 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/zict/__init__.py
+${PYSITELIB}/zict/__init__.pyc
+${PYSITELIB}/zict/__init__.pyo
+${PYSITELIB}/zict/buffer.py
+${PYSITELIB}/zict/buffer.pyc
+${PYSITELIB}/zict/buffer.pyo
+${PYSITELIB}/zict/common.py
+${PYSITELIB}/zict/common.pyc
+${PYSITELIB}/zict/common.pyo
+${PYSITELIB}/zict/file.py
+${PYSITELIB}/zict/file.pyc
+${PYSITELIB}/zict/file.pyo
+${PYSITELIB}/zict/func.py
+${PYSITELIB}/zict/func.pyc
+${PYSITELIB}/zict/func.pyo
+${PYSITELIB}/zict/lmdb.py
+${PYSITELIB}/zict/lmdb.pyc
+${PYSITELIB}/zict/lmdb.pyo
+${PYSITELIB}/zict/lru.py
+${PYSITELIB}/zict/lru.pyc
+${PYSITELIB}/zict/lru.pyo
+${PYSITELIB}/zict/sieve.py
+${PYSITELIB}/zict/sieve.pyc
+${PYSITELIB}/zict/sieve.pyo
+${PYSITELIB}/zict/zip.py
+${PYSITELIB}/zict/zip.pyc
+${PYSITELIB}/zict/zip.pyo
diff --git a/py-zict/distinfo b/py-zict/distinfo
new file mode 100644
index 0000000000..2d76e635da
--- /dev/null
+++ b/py-zict/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (zict-2.1.0.tar.gz) = 0a9732b881a3425694f9a1a3aefefc5c85fa19ef8f0d0d2a0bf82c10b347fe3c
+SHA512 (zict-2.1.0.tar.gz) = 9e2070c122749d9dd42c6e985a84f0e39c21bd737ee23bbd98af4d26f6ac85ec7629235ee8b1517283f417cf0262bd0f639f7144e0cba00c870375bbbeecb5e6
+Size (zict-2.1.0.tar.gz) = 13639 bytes


Home | Main Index | Thread Index | Old Index