pkgsrc-WIP-changes archive

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

(py-descartes,py-shapely) Can be packaged only with py27 for now



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Sat Jul 21 23:04:52 2018 +0900
Changeset:	99a890aa95b6d3505678269b75efb6a441c2554b

Modified Files:
	py-descartes/Makefile
	py-shapely/Makefile

Log Message:
(py-descartes,py-shapely) Can be packaged only with py27 for now

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

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

diffstat:
 py-descartes/Makefile | 1 +
 py-shapely/Makefile   | 1 +
 2 files changed, 2 insertions(+)

diffs:
diff --git a/py-descartes/Makefile b/py-descartes/Makefile
index 50f7c48ed5..1880757705 100644
--- a/py-descartes/Makefile
+++ b/py-descartes/Makefile
@@ -12,6 +12,7 @@ COMMENT=	Use geometric objects as matplotlib paths and patches
 LICENSE=	modified-bsd
 
 WRKSRC=		${WRKDIR}/descartes-1.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
 
 do-test:
 	${RUN} cd ${WRKSRC}; ${SETENV} ${TEST_ENV} ${PYTHONBIN} descartes/tests.py
diff --git a/py-shapely/Makefile b/py-shapely/Makefile
index 12697a9874..315677ccd0 100644
--- a/py-shapely/Makefile
+++ b/py-shapely/Makefile
@@ -11,6 +11,7 @@ COMMENT=	Geometric objects, predicates, and operations
 LICENSE=	2-clause-bsd
 
 INSTALLATION_DIRS=	share/doc/py-shapely
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37
 
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/docs/manual.txt ${DESTDIR}${PREFIX}/share/doc/py-shapely


Home | Main Index | Thread Index | Old Index