summaryrefslogtreecommitdiff
path: root/graphics/py-uniconvertor
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
committeradam <adam@pkgsrc.org>2015-12-05 21:25:27 +0000
commit2019fddeb4a03f35d05240122f8adaba399b2031 (patch)
tree8b5f4c0229ace56a6e65a847dbf43b53a26b9dea /graphics/py-uniconvertor
parent576e28830879dd1e62f4d61c31a43700bc131bc7 (diff)
downloadpkgsrc-2019fddeb4a03f35d05240122f8adaba399b2031.tar.gz
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Diffstat (limited to 'graphics/py-uniconvertor')
-rw-r--r--graphics/py-uniconvertor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/py-uniconvertor/Makefile b/graphics/py-uniconvertor/Makefile
index 2fe571ff07d..fd8764f812b 100644
--- a/graphics/py-uniconvertor/Makefile
+++ b/graphics/py-uniconvertor/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2014/05/09 07:37:08 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2015/12/05 21:25:46 adam Exp $
DISTNAME= uniconvertor-1.1.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -16,7 +16,7 @@ DEPENDS+= ${PYPKGPREFIX}-sk1libs-[0-9]*:../../graphics/py-sk1libs
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
PYTHON_SELF_CONFLICT= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # py-sk1libs
+PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-sk1libs
REPLACE_PYTHON+= src/__init__.py
.include "../../lang/python/application.mk"