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:           Wed Oct 19 12:45:00 UTC 2016

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

Log Message:
Add a comment about possible dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 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.5 pkgsrc/devel/py-hypothesis/Makefile:1.6
--- pkgsrc/devel/py-hypothesis/Makefile:1.5     Wed Oct 19 12:42:56 2016
+++ pkgsrc/devel/py-hypothesis/Makefile Wed Oct 19 12:45:00 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2016/10/19 12:42:56 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2016/10/19 12:45:00 wiz Exp $
 
 DISTNAME=      hypothesis-3.5.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -14,6 +14,11 @@ DEPENDS+=    ${PYPKGPREFIX}-sqlite3-[0-9]*:
 
 USE_LANGUAGES= # none
 
+# check if these (unpackaged) modules are needed:
+# py-xdis
+# py-spark-parser
+# py-uncompyle
+
 # actual tests only in github distfile, but that needs py-test and
 # py-test depends on py-hypothesis...
 



Home | Main Index | Thread Index | Old Index