diff options
author | maya <maya@pkgsrc.org> | 2019-04-26 14:12:31 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2019-04-26 14:12:31 +0000 |
commit | 2572a6bbce773d1b21b3d23dc4b09816ca6da9fe (patch) | |
tree | 2603bc22b68e17003163e8966109e724288b8eb0 /graphics | |
parent | 537e1607288b9c9711923e39f591c1cee33918a2 (diff) | |
download | pkgsrc-2572a6bbce773d1b21b3d23dc4b09816ca6da9fe.tar.gz |
fix some whitespace, mostly introduced in the previous
python 3.4 / 3.5 removal commit.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib7/Makefile | 4 | ||||
-rw-r--r-- | graphics/gimp-docs-en/Makefile.common | 4 | ||||
-rw-r--r-- | graphics/py-biggles/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gdchart/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gdmodule/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-gnuplot/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-imaging/Makefile | 4 | ||||
-rw-r--r-- | graphics/py-sk1libs/Makefile | 4 |
8 files changed, 16 insertions, 16 deletions
diff --git a/graphics/MesaLib7/Makefile b/graphics/MesaLib7/Makefile index 48fc3b7d5a4..7662136e6b3 100644 --- a/graphics/MesaLib7/Makefile +++ b/graphics/MesaLib7/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:13:59 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:39 maya Exp $ DISTNAME?= ${MESA_DISTNAME} PKGNAME= MesaLib7-${MESA_PKGVERSION} @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --disable-egl .include "glx-config.mk" PYTHON_FOR_BUILD_ONLY= tool -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 7.11.2 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 7.11.2 MAKE_ENV+= MAKE=${GMAKE:Q} diff --git a/graphics/gimp-docs-en/Makefile.common b/graphics/gimp-docs-en/Makefile.common index b76cf78c9d8..c7b6e1e5633 100644 --- a/graphics/gimp-docs-en/Makefile.common +++ b/graphics/gimp-docs-en/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile.common,v 1.18 2019/04/26 14:12:39 maya Exp $ # # used by graphics/gimp-docs-de/Makefile # used by graphics/gimp-docs-en/Makefile @@ -40,7 +40,7 @@ CONFIGURE_ENV= ALL_LINGUAS=${HELPLANGUAGE} MAKE_FLAGS= VERBOSE=2 REPLACE_PYTHON= tools/xml2po.py -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.8.0 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 2.8.0 CONFLICTS= gimp-docs<=2.4.0 SUPERSEDES= gimp-docs<=2.4.0 diff --git a/graphics/py-biggles/Makefile b/graphics/py-biggles/Makefile index 2082e7d042e..142e05b80bb 100644 --- a/graphics/py-biggles/Makefile +++ b/graphics/py-biggles/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile,v 1.26 2019/04/26 14:12:40 maya Exp $ DISTNAME= python2-biggles-1.6.6 PKGNAME= ${PYPKGPREFIX}${DISTNAME:S/python2//} @@ -9,7 +9,7 @@ MAINTAINER= Kai.Puolamaki@iki.fi HOMEPAGE= http://biggles.sourceforge.net/ COMMENT= Python module for creating 2D scientific plots -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not ported yet as of 1.6.6 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not ported yet as of 1.6.6 .include "../../lang/python/distutils.mk" .include "../../math/py-numpy/buildlink3.mk" diff --git a/graphics/py-gdchart/Makefile b/graphics/py-gdchart/Makefile index ec34a0da0f7..10364d2043a 100644 --- a/graphics/py-gdchart/Makefile +++ b/graphics/py-gdchart/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile,v 1.50 2019/04/26 14:12:40 maya Exp $ DISTNAME= gdchart-py-0.6 PKGNAME= ${PYPKGPREFIX}-gdchart-0.6 @@ -21,7 +21,7 @@ MODULE_FILES= chart.py gdchart.so EXAMPLE_FILES= test.html test.py CHANGES EXAMPLE_DIR= ${PREFIX}/share/examples/${PYPKGPREFIX}-gdchart PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.6 INSTALLATION_DIRS= ${PYSITELIB:S/^${PREFIX}\///} diff --git a/graphics/py-gdmodule/Makefile b/graphics/py-gdmodule/Makefile index 234807f0670..5be59cc5ae0 100644 --- a/graphics/py-gdmodule/Makefile +++ b/graphics/py-gdmodule/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile,v 1.16 2019/04/26 14:12:40 maya Exp $ DISTNAME= gdmodule-0.59 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,7 +13,7 @@ HOMEPAGE= https://github.com/Solomoriah/gdmodule COMMENT= Python interface to gd graphics library LICENSE= original-bsd -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.59 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.59 SUBST_CLASSES+= pkgpath SUBST_STAGE.pkgpath= pre-configure diff --git a/graphics/py-gnuplot/Makefile b/graphics/py-gnuplot/Makefile index 02a567ce187..6ca228e90ba 100644 --- a/graphics/py-gnuplot/Makefile +++ b/graphics/py-gnuplot/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2019/04/26 13:14:00 maya Exp $ +# $NetBSD: Makefile,v 1.24 2019/04/26 14:12:40 maya Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 @@ -15,7 +15,7 @@ DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy USE_LANGUAGES= # empty -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/py-imaging/Makefile b/graphics/py-imaging/Makefile index 0442fa3c6da..58e2285edc0 100644 --- a/graphics/py-imaging/Makefile +++ b/graphics/py-imaging/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.57 2019/04/26 14:12:40 maya Exp $ DISTNAME= Imaging-1.1.7 PKGNAME= ${PYPKGPREFIX}-imaging-1.1.7 @@ -22,7 +22,7 @@ SUBST_SED.fix-path+= -e 's,FREETYPE_ROOT = None,FREETYPE_ROOT = libinclude("${BU INSTALLATION_DIRS= ${PYINC}/PIL -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.1.7, use Pillow instead +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 1.1.7, use Pillow instead post-install: ${INSTALL_DATA} ${WRKSRC}/libImaging/ImPlatform.h ${DESTDIR}${PREFIX}/${PYINC}/PIL diff --git a/graphics/py-sk1libs/Makefile b/graphics/py-sk1libs/Makefile index 9c4dd0967ed..8a2c785dce4 100644 --- a/graphics/py-sk1libs/Makefile +++ b/graphics/py-sk1libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2019/04/26 13:14:01 maya Exp $ +# $NetBSD: Makefile,v 1.18 2019/04/26 14:12:40 maya Exp $ DISTNAME= sk1libs-0.9.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Set of python non-GUI extensions for sK1 Project LICENSE= gnu-lgpl-v2 USE_LANGUAGES= c -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.1 +PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.9.1 .include "../../graphics/freetype2/buildlink3.mk" .include "../../mk/jpeg.buildlink3.mk" |