pkgsrc-WIP-changes archive

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

py-minidb: add new package



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Thu Feb 4 15:32:11 2016 +0100
Changeset:	156f4070c5c538a3b3686b338f3bffd3ba10d9b0

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

Log Message:
py-minidb: add new package

minidb 2 makes it easy to store Python objects in a SQLite 3 database
and work with the data in an easy way with concise syntax.

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

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

diffstat:
 py-minidb/DESCR    |  2 ++
 py-minidb/Makefile | 18 ++++++++++++++++++
 py-minidb/PLIST    |  5 +++++
 py-minidb/distinfo |  6 ++++++
 4 files changed, 31 insertions(+)

diffs:
diff --git a/py-minidb/DESCR b/py-minidb/DESCR
new file mode 100644
index 0000000..b5cf52b
--- /dev/null
+++ b/py-minidb/DESCR
@@ -0,0 +1,2 @@
+minidb 2 makes it easy to store Python objects in a SQLite 3 database
+and work with the data in an easy way with concise syntax.
diff --git a/py-minidb/Makefile b/py-minidb/Makefile
new file mode 100644
index 0000000..755a78e
--- /dev/null
+++ b/py-minidb/Makefile
@@ -0,0 +1,18 @@
+# $NetBSD$
+
+DISTNAME=	minidb-2.0.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	databases
+MASTER_SITES=	https://thp.io/2010/minidb/
+
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	https://thp.io/2010/minidb/
+COMMENT=	Simple python object store
+LICENSE=	isc
+
+DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/distutils.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-minidb/PLIST b/py-minidb/PLIST
new file mode 100644
index 0000000..d672f01
--- /dev/null
+++ b/py-minidb/PLIST
@@ -0,0 +1,5 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/minidb.py
+${PYSITELIB}/minidb.pyc
+${PYSITELIB}/minidb.pyo
diff --git a/py-minidb/distinfo b/py-minidb/distinfo
new file mode 100644
index 0000000..5ca1858
--- /dev/null
+++ b/py-minidb/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (minidb-2.0.1.tar.gz) = 972c6dbe2fb6901236923db9bfe1e8d4aaa7e8ee
+RMD160 (minidb-2.0.1.tar.gz) = 7e2bbf9fea05754ef176a45c1dda5ae81a8ec86b
+SHA512 (minidb-2.0.1.tar.gz) = 98be264ba669ef08f180c469ca8375540436244228ee4e0c4e4b0511425b909eb4c64dc812a27d0b490af5972e0897538f905590b7d2dd19f6fdd160280a6b4b
+Size (minidb-2.0.1.tar.gz) = 13848 bytes


Home | Main Index | Thread Index | Old Index