diff options
author | joerg <joerg@pkgsrc.org> | 2006-04-13 02:26:54 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-04-13 02:26:54 +0000 |
commit | 053f691e9b2e92ff25375fcc0b26f61cfe37e8d9 (patch) | |
tree | 1dfa57725ef5c772d4a448cdff68f5edc29865ac /lang/python20/Makefile | |
parent | 77e66f9bb1d7772a51fabab2c49ad8b029f03167 (diff) | |
download | pkgsrc-053f691e9b2e92ff25375fcc0b26f61cfe37e8d9.tar.gz |
Strip of anything after the version number in distutils.util.get_platform
on DragonFly. Since that version is used e.g. as part of the file name
for python eggs, it makes handling easier to match normal pkgsrc
platform policy. Bump revisions of all Python packages.
Diffstat (limited to 'lang/python20/Makefile')
-rw-r--r-- | lang/python20/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 8f5750678a4..57376bea551 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.29 2005/11/16 19:18:58 joerg Exp $ +# $NetBSD: Makefile,v 1.30 2006/04/13 02:26:54 joerg Exp $ # DISTNAME= Python-2.0.1 PKGNAME= python20-2.0.1 -PKGREVISION= 11 +PKGREVISION= 12 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.0.1/ EXTRACT_SUFX= .tgz |