pkgsrc-WIP-changes archive

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

new package: py-randomdict in wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamelderouiche%yahoo.com@localhost>
Pushed By:	jihbed
Date:		Fri Nov 11 11:07:53 2022 +0000
Changeset:	c18c08be224fad5c56d21f1fcf1ce350df12e2db

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

Log Message:
new package: py-randomdict in wip

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

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

diffstat:
 Makefile               |  1 +
 py-randomdict/DESCR    |  4 ++++
 py-randomdict/Makefile | 16 ++++++++++++++++
 py-randomdict/PLIST    |  4 ++++
 py-randomdict/distinfo |  5 +++++
 5 files changed, 30 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index e321669c85..83cc938e17 100644
--- a/Makefile
+++ b/Makefile
@@ -4550,6 +4550,7 @@ SUBDIR+=	py-qutip
 SUBDIR+=	py-qutrub
 SUBDIR+=	py-radontea
 SUBDIR+=	py-rainbownum
+SUBDIR+=	py-randomdict
 SUBDIR+=	py-ranger
 SUBDIR+=	py-raphrase
 SUBDIR+=	py-rasterio
diff --git a/py-randomdict/DESCR b/py-randomdict/DESCR
new file mode 100644
index 0000000000..b2436aa1ba
--- /dev/null
+++ b/py-randomdict/DESCR
@@ -0,0 +1,4 @@
+Random dict is a dictionary compatible with python's dict but
+with a few methods added to facilitate fast random access of
+elements. It inherits from collections.MutableMapping so it
+behaves exactly like a python dict, once created
diff --git a/py-randomdict/Makefile b/py-randomdict/Makefile
new file mode 100644
index 0000000000..eae1db21c7
--- /dev/null
+++ b/py-randomdict/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	randomdict-0.2.0
+PKGNAME=		${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel
+MASTER_SITES=	${MASTER_SITE_PYPI:=r/randomdict/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/robtandy/randomdict
+COMMENT=	Python dictionaries with O(1) random element access
+#LICENSE=	# TODO: (see mk/license.mk)
+
+DEPENDS+=	${PYPKGPREFIX}-nose>=1.3.7:../../devel/py-nose
+
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-randomdict/PLIST b/py-randomdict/PLIST
new file mode 100644
index 0000000000..92ba51a2d7
--- /dev/null
+++ b/py-randomdict/PLIST
@@ -0,0 +1,4 @@
+@comment $NetBSD$
+@comment TODO: to fill this file with the file listing:
+@comment TODO: 1. run "/usr/bin/make package"
+@comment TODO: 2. run "/usr/bin/make print-PLIST"
diff --git a/py-randomdict/distinfo b/py-randomdict/distinfo
new file mode 100644
index 0000000000..5ec7b66c93
--- /dev/null
+++ b/py-randomdict/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (randomdict-0.2.0.tar.gz) = 3dc6dc9abfd17f77beba50a18a6e3d3c514bc9f1ebf712e41890847592a74271
+SHA512 (randomdict-0.2.0.tar.gz) = 6e84c993df31d2eb268ee67071d79f46625c8baab5ace2cd61842f683d0f642336888b6fe3afcd269421c577bfd49c7ec9ada63eae775072e17d4665ff3b197f
+Size (randomdict-0.2.0.tar.gz) = 1564 bytes


Home | Main Index | Thread Index | Old Index