pkgsrc-WIP-changes archive

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

more PYTHON_VERSIONS_INCOMPATIBLE



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Mon Oct 19 20:00:50 2015 +0200
Changeset:	9c4862ba5b4d33ede2fa5e8b6e2802ba8f27154c

Modified Files:
	py-premailer/Makefile
	py-scikit-image/Makefile

Log Message:
more PYTHON_VERSIONS_INCOMPATIBLE

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

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

diffstat:
 py-premailer/Makefile    | 2 ++
 py-scikit-image/Makefile | 2 ++
 2 files changed, 4 insertions(+)

diffs:
diff --git a/py-premailer/Makefile b/py-premailer/Makefile
index e2b8b74..ace4810 100644
--- a/py-premailer/Makefile
+++ b/py-premailer/Makefile
@@ -13,6 +13,8 @@ COMMENT=	Prepare HTML for email embedd CSS to inline
 DEPENDS+=	${PYPKGPREFIX}-cssutils>=1.0:../../textproc/py-cssutils
 DEPENDS+=	${PYPKGPREFIX}-beautifulsoup>=3.2.1:../../www/py-beautifulsoup
 
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # use py-beautifulsoup4 for python-3.x
+
 USE_LANGUAGES=	# none
 
 .include "../../lang/python/egg.mk"
diff --git a/py-scikit-image/Makefile b/py-scikit-image/Makefile
index 8766e5b..ace9738 100644
--- a/py-scikit-image/Makefile
+++ b/py-scikit-image/Makefile
@@ -15,6 +15,8 @@ DEPENDS+=	${PYPKGPREFIX}-six>=1.9.0:../../lang/py-six
 DEPENDS+=	${PYPKGPREFIX}-networkx>=1.9:../../math/py-networkx
 DEPENDS+=	${PYPKGPREFIX}-scipy>=0.15.1:../../math/py-scipy
 
+PYTHON_VERSIONS_INCOMPATIBLE=	33 34 # py-networkx
+
 WRKSRC=	${WRKDIR}/scikit-image-0.11.3
 
 .include "../../devel/py-cython/buildlink3.mk"


Home | Main Index | Thread Index | Old Index