summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
committeradam <adam@pkgsrc.org>2018-07-03 05:03:01 +0000
commit3445d075bebfeeda915b20c358b79af5b9db8895 (patch)
treef5adf48498a05775bea8c492276fdbad87e6ff60 /print
parent03a0ad1e604fe41723f37c210b16862b3e5ae9ea (diff)
downloadpkgsrc-3445d075bebfeeda915b20c358b79af5b9db8895.tar.gz
extend PYTHON_VERSIONS_ for Python 3.7
Diffstat (limited to 'print')
-rw-r--r--print/hplip/options.mk4
-rw-r--r--print/lilypond/Makefile4
-rw-r--r--print/pdfshuffler/Makefile4
-rw-r--r--print/py-pisa/Makefile4
-rw-r--r--print/py-poppler/Makefile4
-rw-r--r--print/scribus-qt4/Makefile4
6 files changed, 12 insertions, 12 deletions
diff --git a/print/hplip/options.mk b/print/hplip/options.mk
index ee3199f1cad..abad5f79b28 100644
--- a/print/hplip/options.mk
+++ b/print/hplip/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.13 2017/01/01 14:43:53 wiz Exp $
+# $NetBSD: options.mk,v 1.14 2018/07/03 05:03:30 adam Exp $
#
# HPLIP dependencies are detailed in the following page:
# http://hplipopensource.com/hplip-web/install/manual/distros/other.html
@@ -48,7 +48,7 @@ MAKE_DIRS+= ${PKG_SYSCONFDIR}/dbus-1/system.d
.include "../../security/policykit/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
DEPENDS+= ${PYPKGPREFIX}-notify-[0-9]*:../../sysutils/py-notify
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-notify
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-notify
. if !empty(PKG_OPTIONS:Mqt4)
PLIST_SRC+= PLIST.qt4
CONFIGURE_ARGS+= --enable-qt4
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile
index e819561e0f6..63c38939989 100644
--- a/print/lilypond/Makefile
+++ b/print/lilypond/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.116 2018/04/16 14:35:06 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2018/07/03 05:03:30 adam Exp $
DISTNAME= lilypond-2.18.2
PKGREVISION= 11
@@ -54,7 +54,7 @@ CONFIGURE_ARGS+= --with-ncsb-dir=${PREFIX}/share/fonts/urw
CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q}
REPLACE_PYTHON+= scripts/build/yyout2grammar.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 2.18.0
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 2.18.0
PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//}
# needs FlexLexer.h
diff --git a/print/pdfshuffler/Makefile b/print/pdfshuffler/Makefile
index e6920e50ea2..77f3fd7faeb 100644
--- a/print/pdfshuffler/Makefile
+++ b/print/pdfshuffler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2017/09/03 08:53:13 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/03 05:03:30 adam Exp $
DISTNAME= pdfshuffler-0.6.0
CATEGORIES= print
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2
USE_LANGUAGES= # none
REPLACE_PYTHON= pdfshuffler/pdfshuffler.py pdfshuffler/pdfshuffler_iconview.py
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
SUBST_CLASSES+= manpath
SUBST_FILES.manpath+= setup.py
diff --git a/print/py-pisa/Makefile b/print/py-pisa/Makefile
index b5eedd98100..cdf054c452e 100644
--- a/print/py-pisa/Makefile
+++ b/print/py-pisa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2018/01/08 22:11:06 joerg Exp $
+# $NetBSD: Makefile,v 1.21 2018/07/03 05:03:30 adam Exp $
DISTNAME= pisa-3.0.33
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-Pdf-[0-9]*:../../print/py-Pdf
DEPENDS+= ${PYPKGPREFIX}-reportlab>=2.2:../../print/py-reportlab
DEPENDS+= ${PYPKGPREFIX}-html5lib-[0-9]*:../../textproc/py-html5lib
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not ported as of 3.0.33
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not ported as of 3.0.33
# remove CRs: fixes patching on Darwin and stops pkglint from complaining
pre-patch:
diff --git a/print/py-poppler/Makefile b/print/py-poppler/Makefile
index 5f1eae1cc41..6b9f83a1c9f 100644
--- a/print/py-poppler/Makefile
+++ b/print/py-poppler/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2018/06/24 11:16:12 wiz Exp $
+# $NetBSD: Makefile,v 1.41 2018/07/03 05:03:30 adam Exp $
DISTNAME= pypoppler-0.12.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
@@ -15,7 +15,7 @@ GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= pkg-config
PY_PATCHPLIST= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # py-gtk2
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # py-gtk2
.include "../../graphics/py-cairo/buildlink3.mk"
.include "../../lang/python/extension.mk"
diff --git a/print/scribus-qt4/Makefile b/print/scribus-qt4/Makefile
index fca4db16dcb..273610dc95f 100644
--- a/print/scribus-qt4/Makefile
+++ b/print/scribus-qt4/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2018/04/29 04:45:30 dholland Exp $
+# $NetBSD: Makefile,v 1.57 2018/07/03 05:03:30 adam Exp $
DISTNAME= scribus-1.4.3
PKGREVISION= 17
@@ -20,7 +20,7 @@ CMAKE_ARGS+= -DPNG_LIBRARY_RELEASE=${LOCALBASE}/lib
# XXX not yet
#CMAKE_ARGS+= -DWANT_HUNSPELL:BOOL=ON
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 1.4.3
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 1.4.3
INSTALLATION_DIRS+= share/pixmaps