diff options
author | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-07-09 13:03:30 +0000 |
commit | da61e44a22c162793e2fc3c1ac25b7a60797848e (patch) | |
tree | 1de762e883d3779f3b59f427c2c72c506eacef25 /editors | |
parent | bbac2fe3317b3616994e42a1bd35156115a53836 (diff) | |
download | pkgsrc-da61e44a22c162793e2fc3c1ac25b7a60797848e.tar.gz |
Remove python33: adapt all packages that refer to it.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gedit-python/Makefile | 4 | ||||
-rw-r--r-- | editors/kdissert/Makefile | 4 | ||||
-rw-r--r-- | editors/lyx/Makefile | 4 | ||||
-rw-r--r-- | editors/medit/Makefile | 4 | ||||
-rw-r--r-- | editors/nts/Makefile | 4 | ||||
-rw-r--r-- | editors/pluma/options.mk | 4 | ||||
-rw-r--r-- | editors/zim/Makefile | 4 |
7 files changed, 14 insertions, 14 deletions
diff --git a/editors/gedit-python/Makefile b/editors/gedit-python/Makefile index 5968d3e350f..9ca66b57819 100644 --- a/editors/gedit-python/Makefile +++ b/editors/gedit-python/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2016/07/09 06:38:14 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2016/07/09 13:03:45 wiz Exp $ DISTNAME= gedit-2.30.4 PKGNAME= gedit-python-2.30.4 @@ -25,7 +25,7 @@ BUILD_DIRS= plugin-loaders/python BUILD_DIRS+= plugins/pythonconsole plugins/quickopen plugins/snippets INSTALL_DIRS= ${BUILD_DIRS} -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" diff --git a/editors/kdissert/Makefile b/editors/kdissert/Makefile index af96b979e61..1ff3b54b59b 100644 --- a/editors/kdissert/Makefile +++ b/editors/kdissert/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2016/03/05 11:28:27 jperkin Exp $ +# $NetBSD: Makefile,v 1.58 2016/07/09 13:03:46 wiz Exp $ DISTNAME= kdissert-1.0.7 PKGREVISION= 31 @@ -16,7 +16,7 @@ USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_TOOLS+= msgfmt PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.0.7 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.0.7 do-configure: ${RUN} ${_ULIMIT_CMD} \ diff --git a/editors/lyx/Makefile b/editors/lyx/Makefile index 90391f8df0e..c4eccb5d9f2 100644 --- a/editors/lyx/Makefile +++ b/editors/lyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2016/07/09 06:38:14 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2016/07/09 13:03:46 wiz Exp $ DISTNAME= lyx-2.1.2.2 PKGREVISION= 5 @@ -65,7 +65,7 @@ GNU_CONFIGURE= YES USE_TOOLS+= gmake perl:run pkg-config xgettext USE_LIBTOOL= YES USE_PKGLOCALEDIR= YES -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.6.10 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.6.10 CXXFLAGS.Linux+= -fpermissive LDFLAGS.SunOS+= -liconv diff --git a/editors/medit/Makefile b/editors/medit/Makefile index daec88b9da5..d82e485345e 100644 --- a/editors/medit/Makefile +++ b/editors/medit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2015/12/05 21:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.23 2016/07/09 13:03:46 wiz Exp $ DISTNAME= medit-1.2.0 PKGREVISION= 2 @@ -19,7 +19,7 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake pkg-config msgfmt intltool PYTHON_FOR_BUILD_ONLY= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 1.2.0 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 1.2.0 CONFIGURE_ARGS+= --with-python=no CONFIGURE_ENV+= MOO_PYTHON=${PYTHONBIN} diff --git a/editors/nts/Makefile b/editors/nts/Makefile index 57a8ea4ee18..bddbb05d4ee 100644 --- a/editors/nts/Makefile +++ b/editors/nts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2015/12/05 21:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.9 2016/07/09 13:03:46 wiz Exp $ DISTNAME= nts-78 PKGREVISION= 1 @@ -13,7 +13,7 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets PYTHON_VERSIONED_DEPENDENCIES= dateutil -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-wxWidgets USE_LANGUAGES= # none diff --git a/editors/pluma/options.mk b/editors/pluma/options.mk index 9195c2b1dd9..caa4b92cc8e 100644 --- a/editors/pluma/options.mk +++ b/editors/pluma/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2016/05/21 19:21:10 youri Exp $ +# $NetBSD: options.mk,v 1.2 2016/07/09 13:03:46 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.pluma PKG_SUPPORTED_OPTIONS= enchant python @@ -23,7 +23,7 @@ USE_TOOLS+= bash:run REPLACE_PYTHON+= plugins/externaltools/data/switch-c.tool.in REPLACE_BASH+= plugins/externaltools/data/search-recursive.tool.in PLIST.python= yes -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2, also via py-gtksourceview +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2, also via py-gtksourceview .include "../../lang/python/application.mk" .include "../../devel/py-gobject/buildlink3.mk" .include "../../x11/py-gtk2/buildlink3.mk" diff --git a/editors/zim/Makefile b/editors/zim/Makefile index 8d09f21dc3e..b09899135f9 100644 --- a/editors/zim/Makefile +++ b/editors/zim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/12/05 21:25:41 adam Exp $ +# $NetBSD: Makefile,v 1.24 2016/07/09 13:03:46 wiz Exp $ DISTNAME= zim-0.59 PKGREVISION= 9 @@ -19,7 +19,7 @@ DEPENDS+= xdg-utils-[0-9]*:../../misc/xdg-utils USE_LANGUAGES= # none REPLACE_PYTHON= ${WRKSRC}/zim.py -PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # py-gtk2 +PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # py-gtk2 SUBST_CLASSES+= data-path SUBST_STAGE.data-path= pre-configure |