diff options
author | kleink <kleink> | 2009-02-25 08:23:27 +0000 |
---|---|---|
committer | kleink <kleink> | 2009-02-25 08:23:27 +0000 |
commit | 1f45f141b132b7c3cf596f31dd6b5903e4351234 (patch) | |
tree | 86094343d30ecea6964740569736bca494087356 /textproc | |
parent | bb6d7c3d604481dbaf200e3e7c25f129df2d1af9 (diff) | |
download | pkgsrc-1f45f141b132b7c3cf596f31dd6b5903e4351234.tar.gz |
Require Python 2.5: change_tz.py uses the tenary operator, in spite
of $HOMEPAGE advertising at least 2.4 being required.
Bump PKGREVISION.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-vobject/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/py-vobject/Makefile b/textproc/py-vobject/Makefile index c88184fc6c4..4bfca663438 100644 --- a/textproc/py-vobject/Makefile +++ b/textproc/py-vobject/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2009/02/18 16:56:23 kleink Exp $ +# $NetBSD: Makefile,v 1.3 2009/02/25 08:23:27 kleink Exp $ # DISTNAME= vobject-0.8.1b PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc python MASTER_SITES= http://vobject.skyhouseconsulting.com/ @@ -15,6 +15,8 @@ PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= ${PYPKGPREFIX}-dateutil>=1.1:../../time/py-dateutil +PYTHON_VERSIONS_ACCEPTED= 25 + PYDISTUTILSPKG= yes PY_PATCHPLIST= yes |