Wed Oct 19 12:45:00 2016 UTC ()
Add a comment about possible dependencies.


(wiz)
diff -r1.5 -r1.6 pkgsrc/devel/py-hypothesis/Makefile

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-hypothesis/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-hypothesis/Makefile 2016/10/19 12:42:56 1.5
+++ pkgsrc/devel/py-hypothesis/Makefile 2016/10/19 12:45:00 1.6
@@ -1,21 +1,26 @@ @@ -1,21 +1,26 @@
1# $NetBSD: Makefile,v 1.5 2016/10/19 12:42:56 wiz Exp $ 1# $NetBSD: Makefile,v 1.6 2016/10/19 12:45:00 wiz Exp $
2 2
3DISTNAME= hypothesis-3.5.3 3DISTNAME= hypothesis-3.5.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel 5CATEGORIES= devel
6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=h/hypothesis/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://pypi.python.org/pypi/hypothesis/ 9HOMEPAGE= https://pypi.python.org/pypi/hypothesis/
10COMMENT= Python library for property based testing 10COMMENT= Python library for property based testing
11LICENSE= mpl-2.0 11LICENSE= mpl-2.0
12 12
13DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3 13DEPENDS+= ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
14 14
15USE_LANGUAGES= # none 15USE_LANGUAGES= # none
16 16
 17# check if these (unpackaged) modules are needed:
 18# py-xdis
 19# py-spark-parser
 20# py-uncompyle
 21
17# actual tests only in github distfile, but that needs py-test and 22# actual tests only in github distfile, but that needs py-test and
18# py-test depends on py-hypothesis... 23# py-test depends on py-hypothesis...
19 24
20.include "../../lang/python/egg.mk" 25.include "../../lang/python/egg.mk"
21.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"