diff options
author | wiz <wiz> | 2009-07-18 10:41:33 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-07-18 10:41:33 +0000 |
commit | 82d720882a4955b370638cffef06ad9d6792aee0 (patch) | |
tree | 9f23892a7307df30fdb8e623e7d268fd10324ef4 /lang | |
parent | 826c7eeb711ac45e3695da084fb4d80a799414fd (diff) | |
download | pkgsrc-82d720882a4955b370638cffef06ad9d6792aee0.tar.gz |
Don't install idle, there is a separate py-idle package for it.
Noted by Mark Davies in PR 41702.
Bump PKGREVISION.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python26/Makefile | 4 | ||||
-rw-r--r-- | lang/python26/PLIST.common | 3 | ||||
-rw-r--r-- | lang/python26/distinfo | 4 | ||||
-rw-r--r-- | lang/python26/patches/patch-am | 8 |
4 files changed, 9 insertions, 10 deletions
diff --git a/lang/python26/Makefile b/lang/python26/Makefile index 23c355365f1..bfa8b69de29 100644 --- a/lang/python26/Makefile +++ b/lang/python26/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2009/05/20 00:58:20 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2009/07/18 10:41:33 wiz Exp $ DISTNAME= Python-2.6.2 PKGNAME= python26-2.6.2 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= lang python MASTER_SITES= ftp://ftp.python.org/pub/python/2.6.2/ \ http://www.python.org/ftp/python/2.6.2/ diff --git a/lang/python26/PLIST.common b/lang/python26/PLIST.common index ba36bc3606a..8c87bd0079f 100644 --- a/lang/python26/PLIST.common +++ b/lang/python26/PLIST.common @@ -1,6 +1,5 @@ -@comment $NetBSD: PLIST.common,v 1.4 2009/05/21 21:21:35 tnn Exp $ +@comment $NetBSD: PLIST.common,v 1.5 2009/07/18 10:41:33 wiz Exp $ bin/2to3 -bin/idle bin/pydoc${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX} bin/python${PY_VER_SUFFIX}-config diff --git a/lang/python26/distinfo b/lang/python26/distinfo index d01f6d3e1ab..032bec52d55 100644 --- a/lang/python26/distinfo +++ b/lang/python26/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.5 2009/05/21 21:21:35 tnn Exp $ +$NetBSD: distinfo,v 1.6 2009/07/18 10:41:33 wiz Exp $ SHA1 (Python-2.6.2.tar.bz2) = 125d4ed90f82de1d44f288150bbbda23a6cd27a4 RMD160 (Python-2.6.2.tar.bz2) = 85fa3540cbacf4d0547d2381eb3aa76bef35c2e1 @@ -13,7 +13,7 @@ SHA1 (patch-ai) = 53815e5cd82bf889ec3130b31f8f6ac202dd0948 SHA1 (patch-aj) = a75d680a6b8b1ad3c9222dcb841f4fb10db6d16d SHA1 (patch-ak) = 948362c15ad59abeef46971f9b870b70655a62c7 SHA1 (patch-al) = c39144cfa4a540900fac879b5faa990628fcee3e -SHA1 (patch-am) = 34d6dac6eee3cc946e74f15d2acc9fe9c592a9be +SHA1 (patch-am) = 591bca1e2b5c7fb612f07354cb18e0bcd2b08549 SHA1 (patch-an) = 17b4e17b3b562c29a050e9bb20447084ce82b8ab SHA1 (patch-ao) = 9bbd5561c010e0a1ab8e0a70d27a5f77fd2089d2 SHA1 (patch-ap) = 39d81b01fa9e1b894be9ae0922881337bb4d17da diff --git a/lang/python26/patches/patch-am b/lang/python26/patches/patch-am index 533311b65ba..345da215129 100644 --- a/lang/python26/patches/patch-am +++ b/lang/python26/patches/patch-am @@ -1,7 +1,7 @@ -$NetBSD: patch-am,v 1.4 2009/05/21 21:21:35 tnn Exp $ +$NetBSD: patch-am,v 1.5 2009/07/18 10:41:33 wiz Exp $ ---- setup.py.orig 2009-03-31 21:20:48 +0300 -+++ setup.py 2009-04-20 16:30:08 +0300 +--- setup.py.orig 2009-03-31 18:20:48.000000000 +0000 ++++ setup.py @@ -17,7 +17,7 @@ from distutils.command.install import in from distutils.command.install_lib import install_lib @@ -61,7 +61,7 @@ $NetBSD: patch-am,v 1.4 2009/05/21 21:21:35 tnn Exp $ # Scripts to install - scripts = ['Tools/scripts/pydoc', 'Tools/scripts/idle', -+ scripts = ['Tools/scripts/pydoc2.6', 'Tools/scripts/idle', ++ scripts = ['Tools/scripts/pydoc2.6', 'Tools/scripts/2to3', - 'Lib/smtpd.py'] + 'Lib/smtpd2.6.py'] |