diff options
author | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-02-09 21:09:20 +0000 |
commit | e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed (patch) | |
tree | 635d2c2cd03c8f3021d6ce3b171522808e69ddf1 /textproc/py-xml | |
parent | ad1b116365db6ac6eeb7313aafbc665fdd0fa9c6 (diff) | |
download | pkgsrc-e2107c85f6bad7fd4db8a0d32dc52e482dcf01ed.tar.gz |
Remove Python 2.1 support.
Diffstat (limited to 'textproc/py-xml')
-rw-r--r-- | textproc/py-xml/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/py-xml/Makefile b/textproc/py-xml/Makefile index 4f54a7fe65a..ed75c545ae1 100644 --- a/textproc/py-xml/Makefile +++ b/textproc/py-xml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2008/04/25 19:49:03 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2009/02/09 21:09:23 joerg Exp $ # DISTNAME= PyXML-0.8.4 @@ -13,8 +13,6 @@ COMMENT= Collection of libraries to process XML with Python PKG_DESTDIR_SUPPORT= user-destdir -PYTHON_VERSIONS_ACCEPTED= 25 24 23 21 - CONFLICTS+= PyXML-[0-9]* PYDISTUTILSPKG= yes |