diff options
author | joerg <joerg> | 2007-12-22 00:17:35 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-12-22 00:17:35 +0000 |
commit | 34c9ec747fe765e3b945a3906753a5e75e3132ea (patch) | |
tree | 9d04d5588cad91944bbf2002115e66a62dab9b27 /devel | |
parent | 9238b6e5b87a1860546e1b0f7ac1953749d3e448 (diff) | |
download | pkgsrc-34c9ec747fe765e3b945a3906753a5e75e3132ea.tar.gz |
Needs Python 2.4.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-at-spi/Makefile | 3 | ||||
-rw-r--r-- | devel/py-urwid/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 3e7d751f284..1408043299d 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2007/10/31 19:52:35 drochner Exp $ +# $NetBSD: Makefile,v 1.2 2007/12/22 00:17:35 joerg Exp $ # DISTNAME= at-spi-1.20.1 @@ -13,6 +13,7 @@ COMMENT= Assistive Technology Service Provider Interface NO_BUILD= yes PY_PATCHPLIST= yes +PYTHON_VERSIONS_ACCEPTED= 24 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi do-install: diff --git a/devel/py-urwid/Makefile b/devel/py-urwid/Makefile index cc4a27ba2ce..a194e435818 100644 --- a/devel/py-urwid/Makefile +++ b/devel/py-urwid/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/12/01 20:38:34 tonio Exp $ +# $NetBSD: Makefile,v 1.8 2007/12/22 00:18:08 joerg Exp $ DISTNAME= urwid-0.9.8.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} @@ -12,7 +12,7 @@ COMMENT= Curses-based Python user interface library DEPENDS+= ${PYPKGPREFIX}-curses-[0-9]*:../../devel/py-curses PYDISTUTILSPKG= yes -PYTHON_VERSIONS_ACCEPTED= 24 23 22 +PYTHON_VERSIONS_ACCEPTED= 24 REPLACE_PYTHON= *.py */*.py .include "../../lang/python/application.mk" |