pkgsrc-WIP-changes archive

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

Import wip/py-pickleDB-0.9.2 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Fri Feb 26 11:48:30 2021 +0100
Changeset:	989a805cd617a9021a0942ca31823327d0e1a227

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

Log Message:
Import wip/py-pickleDB-0.9.2 to wip

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

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

diffstat:
 Makefile             |  1 +
 py-pickleDB/DESCR    |  2 ++
 py-pickleDB/Makefile | 14 ++++++++++++++
 py-pickleDB/PLIST    |  5 +++++
 py-pickleDB/distinfo |  6 ++++++
 5 files changed, 28 insertions(+)

diffs:
diff --git a/Makefile b/Makefile
index 120a5956a2..6e9e4898d1 100644
--- a/Makefile
+++ b/Makefile
@@ -4151,6 +4151,7 @@ SUBDIR+=	py-pg8000
 SUBDIR+=	py-pgmpy
 SUBDIR+=	py-photutils
 SUBDIR+=	py-picture-to-gds
+SUBDIR+=	py-pickleDB
 SUBDIR+=	py-pint
 SUBDIR+=	py-pip2pi
 SUBDIR+=	py-pipenv
diff --git a/py-pickleDB/DESCR b/py-pickleDB/DESCR
new file mode 100644
index 0000000000..91ead4664e
--- /dev/null
+++ b/py-pickleDB/DESCR
@@ -0,0 +1,2 @@
+pickleDB is lightweight, fast, and simple
+database based on the json module
diff --git a/py-pickleDB/Makefile b/py-pickleDB/Makefile
new file mode 100644
index 0000000000..b6f20d160f
--- /dev/null
+++ b/py-pickleDB/Makefile
@@ -0,0 +1,14 @@
+# $NetBSD$
+
+DISTNAME=	pickleDB-0.9.2
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases python
+MASTER_SITES=	${MASTER_SITE_PYPI:=p/pickleDB/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/patx/pickledb
+COMMENT=	Lightweight and simple database using json
+LICENSE=	modified-bsd
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pickleDB/PLIST b/py-pickleDB/PLIST
new file mode 100644
index 0000000000..34aa46c35a
--- /dev/null
+++ b/py-pickleDB/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/pickledb.py
+${PYSITELIB}/pickledb.pyc
+${PYSITELIB}/pickledb.pyo
diff --git a/py-pickleDB/distinfo b/py-pickleDB/distinfo
new file mode 100644
index 0000000000..04cea8c071
--- /dev/null
+++ b/py-pickleDB/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (pickleDB-0.9.2.tar.gz) = 179a55f7a2e4e0079a19896f051d50f27413131d
+RMD160 (pickleDB-0.9.2.tar.gz) = b71b347f18d7b2e5d55b63962c06ea39377450aa
+SHA512 (pickleDB-0.9.2.tar.gz) = 430651eed161f270864d175017fb206f0df1f35e249bd76417a7414d1fc08008a9d5fa59c24db94bbf7df493d482c5becc65dfb85e4d924c8c71e406fe70444f
+Size (pickleDB-0.9.2.tar.gz) = 3745 bytes


Home | Main Index | Thread Index | Old Index