diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-25 10:29:56 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-25 10:29:56 +0000 |
commit | 4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8 (patch) | |
tree | 3bbaa4e1a32886abb417eed9e3a6c4c742388c9a /time | |
parent | da96a0b73ccce3895e3b718798083bf1740293d8 (diff) | |
download | pkgsrc-4fc0b0ed6a186ccd83fc93c34cc9ed91862930d8.tar.gz |
Mark packages as not ready for python-3.x where applicable;
either because they themselves are not ready or because a
dependency isn't. This is annotated by
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z
or
PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar
respectively, please use the same style for other packages,
and check during updates.
Use versioned_dependencies.mk where applicable.
Use REPLACE_PYTHON instead of handcoded alternatives, where applicable.
Reorder Makefile sections into standard order, where applicable.
Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default
with the next commit.
Whitespace cleanups and other nits corrected, where necessary.
Diffstat (limited to 'time')
-rw-r--r-- | time/etm/Makefile | 3 | ||||
-rw-r--r-- | time/gdeskcal/Makefile | 22 | ||||
-rw-r--r-- | time/hamster-applet/Makefile | 5 | ||||
-rw-r--r-- | time/py-dateutil/Makefile | 3 | ||||
-rw-r--r-- | time/py-dateutil2/Makefile | 3 | ||||
-rw-r--r-- | time/py-pytz/Makefile | 4 | ||||
-rw-r--r-- | time/wxRemind/Makefile | 5 |
7 files changed, 24 insertions, 21 deletions
diff --git a/time/etm/Makefile b/time/etm/Makefile index 603d1722deb..730ad1f5382 100644 --- a/time/etm/Makefile +++ b/time/etm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2014/01/16 10:41:53 wiz Exp $ +# $NetBSD: Makefile,v 1.30 2014/01/25 10:30:25 wiz Exp $ DISTNAME= etm-877 PKGREVISION= 1 @@ -14,6 +14,7 @@ DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.8.7:../../x11/py-wxWidgets DEPENDS+= ${PYPKGPREFIX}-icalendar>=2.0.1:../../time/py-icalendar PYTHON_VERSIONED_DEPENDENCIES= dateutil +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets USE_LANGUAGES= # none diff --git a/time/gdeskcal/Makefile b/time/gdeskcal/Makefile index 5cf452ce4fd..ffcb1bffcfd 100644 --- a/time/gdeskcal/Makefile +++ b/time/gdeskcal/Makefile @@ -1,20 +1,22 @@ -# $NetBSD: Makefile,v 1.52 2013/10/10 14:42:34 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.53 2014/01/25 10:30:25 wiz Exp $ -DISTNAME= gDeskCal-0_57_1 -PKGNAME= gdeskcal-0.57.1 -PKGREVISION= 26 -CATEGORIES= time -MASTER_SITES= http://www.pycage.de/download/ +DISTNAME= gDeskCal-0_57_1 +PKGNAME= gdeskcal-0.57.1 +PKGREVISION= 26 +CATEGORIES= time +MASTER_SITES= http://www.pycage.de/download/ -MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://www.pycage.de/\#gdeskcal -COMMENT= Desktop calendar +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://www.pycage.de/\#gdeskcal +COMMENT= Desktop calendar WRKSRC= ${WRKDIR}/gDeskCal-0.57.1 NO_BUILD= yes PYTHON_PATCH_SCRIPTS= gdeskcal + +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-xml, py-gtk2 + INSTALLATION_DIRS= bin lib/gdeskcal post-extract: diff --git a/time/hamster-applet/Makefile b/time/hamster-applet/Makefile index ee8f41bafdb..d2cb8608f2d 100644 --- a/time/hamster-applet/Makefile +++ b/time/hamster-applet/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2013/10/10 14:42:34 ryoon Exp $ -# +# $NetBSD: Makefile,v 1.40 2014/01/25 10:30:26 wiz Exp $ DISTNAME= hamster-applet-2.28.1 PKGREVISION= 25 @@ -18,6 +17,8 @@ USE_TOOLS+= gmake intltool pkg-config msgfmt GCONF_SCHEMAS+= hamster-applet.schemas PY_PATCHPLIST= yes +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-ORBit via py-gnome2, py-gtk2 + SUBST_CLASSES+= python SUBST_MESSAGE.python= Fixing path to Python interpreter. SUBST_STAGE.python= post-patch diff --git a/time/py-dateutil/Makefile b/time/py-dateutil/Makefile index 237bfadc95b..50e0e0e3cd8 100644 --- a/time/py-dateutil/Makefile +++ b/time/py-dateutil/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2014/01/16 10:25:03 wiz Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/25 10:30:26 wiz Exp $ DISTNAME= python-dateutil-1.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -10,6 +10,7 @@ HOMEPAGE= http://labix.org/python-dateutil COMMENT= Extensions to the standard datetime module (Python-2.x version) EGG_NAME= ${DISTNAME:S/-/_/} +PYTHON_VERSIONS_INCOMPATIBLE= 33 .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/py-dateutil2/Makefile b/time/py-dateutil2/Makefile index 8757bf600ae..f333f8865bf 100644 --- a/time/py-dateutil2/Makefile +++ b/time/py-dateutil2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/01/16 10:26:00 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:26 wiz Exp $ DISTNAME= python-dateutil-2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/python-//} @@ -12,7 +12,6 @@ LICENSE= modified-bsd EGG_NAME= ${DISTNAME:S/-/_/} -PYTHON_VERSIONS_INCLUDE_3X= yes PYTHON_VERSIONS_INCOMPATIBLE= 26 27 .include "../../lang/python/egg.mk" diff --git a/time/py-pytz/Makefile b/time/py-pytz/Makefile index 2f4d13edc9e..f600968c6e2 100644 --- a/time/py-pytz/Makefile +++ b/time/py-pytz/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2014/01/06 14:36:57 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2014/01/25 10:30:26 wiz Exp $ DISTNAME= pytz-2013.9 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -13,8 +13,6 @@ LICENSE= mit USE_LANGUAGES= # none -PYTHON_VERSIONS_INCLUDE_3X= yes - REPLACE_PYTHON= pytz/tzfile.py .include "../../lang/python/application.mk" diff --git a/time/wxRemind/Makefile b/time/wxRemind/Makefile index f5a39d86a8b..1ba63cf3990 100644 --- a/time/wxRemind/Makefile +++ b/time/wxRemind/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/10/08 13:04:30 asau Exp $ -# +# $NetBSD: Makefile,v 1.9 2014/01/25 10:30:26 wiz Exp $ DISTNAME= wxRemind-0.6.18 PKGREVISION= 4 @@ -12,5 +11,7 @@ COMMENT= Graphical front-end to Remind DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6.1:../../x11/py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets + .include "../../lang/python/egg.mk" .include "../../mk/bsd.pkg.mk" |