pkgsrc-WIP-changes archive

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

(cad/py-picture-to-gds) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36



Module Name:	pkgsrc-wip
Committed By:	Makoto Fujiwara (CF-SX2) <makoto%ki.nu@localhost>
Pushed By:	mef
Date:		Tue Mar 20 21:55:45 2018 +0900
Changeset:	a02794d4df0a8cb22483cd6cadda4012d67894ac

Modified Files:
	py-picture-to-gds/Makefile

Log Message:
(cad/py-picture-to-gds) +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36

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

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

diffstat:
 py-picture-to-gds/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/py-picture-to-gds/Makefile b/py-picture-to-gds/Makefile
index 99d76083f6..954cdbfb78 100644
--- a/py-picture-to-gds/Makefile
+++ b/py-picture-to-gds/Makefile
@@ -20,9 +20,10 @@ NO_BUILD=	yes
 WRKSRC=		${WRKDIR}/picture-to-gds-${DISTNAME}
 INSTALL_DIR=	${PREFIX}/bin
 SHARE_DIR=	${PREFIX}/picture-to-gds/share
-
 USE_LANGUAGES=	# empty
 
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
+
 do-install:
 	( cd ${WRKSRC};\
 	${MKDIR}                   ${DESTDIR}${INSTALL_DIR};\


Home | Main Index | Thread Index | Old Index