pkgsrc-WIP-changes archive

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

py-goulib: fix PLIST



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Sep 11 20:20:13 2016 +0200
Changeset:	318ce0b219023fe023f0cc2e7c0f123ac8739fed

Modified Files:
	py-goulib/Makefile

Log Message:
py-goulib: fix PLIST

Add missing dependency.

Mark as not ready for python-3.x.

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

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

diffstat:
 py-goulib/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/py-goulib/Makefile b/py-goulib/Makefile
index 36df2be..11b3792 100644
--- a/py-goulib/Makefile
+++ b/py-goulib/Makefile
@@ -17,9 +17,12 @@ DEPENDS+=		${PYPKGPREFIX}-networkx>=1.8.1:../../math/py-networkx
 DEPENDS+=		${PYPKGPREFIX}-scipy>=0.12.0:../../math/py-scipy
 DEPENDS+=		${PYPKGPREFIX}-lxml>=3.3.5:../../textproc/py-lxml
 DEPENDS+=		${PYPKGPREFIX}-xlrd>=0.9.2:../../textproc/py-xlrd
+BUILD_DEPENDS+=		${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
 
 USE_LANGUAGES=	# none
 
+PYTHON_VERSIONS_INCOMPATIBLE=	34 35 # as of 1.7.1
+
 .include "../../graphics/py-matplotlib/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../math/py-numpy/buildlink3.mk"


Home | Main Index | Thread Index | Old Index