pkgsrc-WIP-changes archive

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

py-minidb: update to 2.0.2.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Jan 22 15:57:02 2017 +0100
Changeset:	70f929315e13ae00b8d8ea3ce76a7d55f1281a6b

Modified Files:
	TODO
	py-minidb/Makefile
	py-minidb/distinfo

Log Message:
py-minidb: update to 2.0.2.

Changes not found.

Add test target.

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

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

diffstat:
 TODO               | 1 -
 py-minidb/Makefile | 7 ++++++-
 py-minidb/distinfo | 8 ++++----
 3 files changed, 10 insertions(+), 6 deletions(-)

diffs:
diff --git a/TODO b/TODO
index 50cdb08..26d2365 100644
--- a/TODO
+++ b/TODO
@@ -103,7 +103,6 @@ Suggested package updates
 	o pike-7.8.700
 	o py-PyPE-2.9
 	o py-bitstring-3.1.3
-	o py-minidb-2.0.2
 	o py-rpyc-3.2.1
 	o py-scrapy-1.2.1
 	o py-smmap-2.0.1
diff --git a/py-minidb/Makefile b/py-minidb/Makefile
index 755a78e..c1d111b 100644
--- a/py-minidb/Makefile
+++ b/py-minidb/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	minidb-2.0.1
+DISTNAME=	minidb-2.0.2
 PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=	databases
 MASTER_SITES=	https://thp.io/2010/minidb/
@@ -11,8 +11,13 @@ COMMENT=	Simple python object store
 LICENSE=	isc
 
 DEPENDS+=	${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+# TEST_DEPENDS
+BUILD_DEPENDS+=	${PYPKGPREFIX}-nose-[0-9]*:../../devel/py-nose
 
 USE_LANGUAGES=	# none
 
+do-test:
+	cd ${WRKSRC}/test && PYTHONPATH=.. ${PYTHONBIN} test_minidb.py
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"
diff --git a/py-minidb/distinfo b/py-minidb/distinfo
index 5ca1858..99ee15c 100644
--- a/py-minidb/distinfo
+++ b/py-minidb/distinfo
@@ -1,6 +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
+SHA1 (minidb-2.0.2.tar.gz) = 009c01e6cdab5293f0d628ef330534ab1b682427
+RMD160 (minidb-2.0.2.tar.gz) = 115d6fb0d797d88d763a34960b917069cc182f5e
+SHA512 (minidb-2.0.2.tar.gz) = 92879d6df61b0f9f72f9fe8f1cf38d559477983c6bba8c88ed02289570daff02f6f8d7010c0a95ffce049ab67be69323c47caefdfe3a8b008038377235ed9a5f
+Size (minidb-2.0.2.tar.gz) = 13928 bytes


Home | Main Index | Thread Index | Old Index