pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-hypothesis



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Aug 22 13:16:16 UTC 2016

Modified Files:
        pkgsrc/devel/py-hypothesis: Makefile

Log Message:
Add missing py-sqlite3 dependency. Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-hypothesis/Makefile

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

Modified files:

Index: pkgsrc/devel/py-hypothesis/Makefile
diff -u pkgsrc/devel/py-hypothesis/Makefile:1.2 pkgsrc/devel/py-hypothesis/Makefile:1.3
--- pkgsrc/devel/py-hypothesis/Makefile:1.2     Wed Jun  8 17:49:19 2016
+++ pkgsrc/devel/py-hypothesis/Makefile Mon Aug 22 13:16:16 2016
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.2 2016/06/08 17:49:19 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2016/08/22 13:16:16 wiz Exp $
 
 DISTNAME=      hypothesis-3.1.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/hypothesis/}
 
@@ -10,6 +11,8 @@ HOMEPAGE=     https://pypi.python.org/pypi/h
 COMMENT=       Python library for property based testing
 LICENSE=       mpl-2.0
 
+DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
+
 USE_LANGUAGES= # none
 
 .include "../../lang/python/egg.mk"



Home | Main Index | Thread Index | Old Index