(cad/py-gdscad) PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36

This commit is contained in:
mef 2018-03-17 22:39:56 +00:00
parent cc65337e58
commit 2d99be98b0

View file

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2018/03/17 22:15:30 mef Exp $
# $NetBSD: Makefile,v 1.2 2018/03/17 22:39:56 mef Exp $
DISTNAME= gdsCAD-0.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@ -12,7 +12,7 @@ COMMENT= Package for creating, reading, and manipulating GDSII layout files
LICENSE= gnu-gpl-v3
USE_LANGUAGES= # none
#PYTHON_VERSIONS_INCOMPATIBLE= 35 36 34
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36
# PYSETUPBUILDTARGET= install
.include "../../lang/python/egg.mk"