diff options
author | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-09-02 13:19:35 +0000 |
commit | 77e07989540405e14ae0f3af5dc2d76d75532797 (patch) | |
tree | 698d3960598fa1d41f5a80411323ce184dbefe95 /time | |
parent | f192c1899e81d80dcbf1d6471f89cfd621b11e84 (diff) | |
download | pkgsrc-77e07989540405e14ae0f3af5dc2d76d75532797.tar.gz |
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Diffstat (limited to 'time')
-rw-r--r-- | time/etm/Makefile | 4 | ||||
-rw-r--r-- | time/hamster-applet/Makefile | 4 | ||||
-rw-r--r-- | time/py-goocalendar/Makefile | 4 | ||||
-rw-r--r-- | time/py-mxDateTime/Makefile | 4 | ||||
-rw-r--r-- | time/wxRemind/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 67e2bb168f1..7481474d158 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.39 2019/09/02 13:20:04 adam Exp $ DISTNAME= etm-877 PKGREVISION= 2 @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-dateutil-[0-9]*:../../time/py-dateutil DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index ff94ca9709e..b1de302da98 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.64 2019/07/21 22:25:50 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2019/09/02 13:20:04 adam Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 40 @@ -17,7 +17,7 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-ORBit via py-gnome2, py-gtk2 +PYTHON_VERSIONS_ACCEPTED= 27 # py-ORBit via py-gnome2, py-gtk2 SUBST_CLASSES+= python SUBST_MESSAGE.python= Fixing path to Python interpreter. diff --git a/time/py-goocalendar/Makefile b/time/py-goocalendar/Makefile index 970aa4e7937..2c27962e2b8 100644 --- a/time/py-goocalendar/Makefile +++ b/time/py-goocalendar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.11 2019/09/02 13:20:04 adam Exp $ DISTNAME= GooCalendar-0.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:tl} @@ -14,7 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-goocanvas-[0-9]*:../../graphics/py-goocanvas USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-gtk2 via py-goocanvas +PYTHON_VERSIONS_ACCEPTED= 27 # py-gtk2 via py-goocanvas .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-mxDateTime/Makefile b/time/py-mxDateTime/Makefile index 18ee25bb0a8..0bc22a9cf41 100644 --- a/time/py-mxDateTime/Makefile +++ b/time/py-mxDateTime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2019/04/26 14:12:47 maya Exp $ +# $NetBSD: Makefile,v 1.44 2019/09/02 13:20:05 adam Exp $ VERSION= 3.2.9 DISTNAME= egenix-mx-base-${VERSION} @@ -11,7 +11,7 @@ HOMEPAGE= https://www.egenix.com/files/python/mxDateTime.html COMMENT= Python extension that provides types and conversions for dates LICENSE= egenix-public-license -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 3.2.9 +PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 3.2.9 REPLACE_PYTHON+= egenix_mx_base.py REPLACE_PYTHON+= mx/BeeBase/FileLock.py diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile index 3f34e451537..6285084d955 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2019/04/26 13:14:18 maya Exp $ +# $NetBSD: Makefile,v 1.17 2019/09/02 13:20:04 adam Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 5 @@ -11,7 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets -PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # py-wxWidgets +PYTHON_VERSIONS_ACCEPTED= 27 # py-wxWidgets .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |