Update to 0.6.34. Replace some interpreter paths.
Changes: + Issue #341: 0.6.33 fails to build under python 2.4
This commit is contained in:
parent
e69be81c46
commit
5d5b8aeb5a
2 changed files with 10 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.5 2013/01/06 00:32:39 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.6 2013/01/29 06:09:41 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= distribute-0.6.33
|
||||
DISTNAME= distribute-0.6.34
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://pypi.python.org/packages/source/d/distribute/
|
||||
|
@ -15,5 +15,9 @@ CONFLICTS+= ${PYPKGPREFIX}-setuptools-[0-9]*
|
|||
PYTHON_VERSIONS_INCLUDE_3X= yes
|
||||
PLIST_SUBST+= PYVERSSUFFIX=${PYVERSSUFFIX}
|
||||
|
||||
REPLACE_PYTHON= setuptools/command/easy_install.py
|
||||
REPLACE_PYTHON+= setuptools/tests/test_resources.py
|
||||
|
||||
.include "../../lang/python/application.mk"
|
||||
.include "../../lang/python/distutils.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.4 2013/01/06 00:32:39 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.5 2013/01/29 06:09:41 wiz Exp $
|
||||
|
||||
SHA1 (distribute-0.6.33.tar.gz) = adb97ceead3bb7f67e52238e60cdbf961da7ba12
|
||||
RMD160 (distribute-0.6.33.tar.gz) = bdf7c96a865745d7387e1ddd776182bc1d1205b9
|
||||
Size (distribute-0.6.33.tar.gz) = 644203 bytes
|
||||
SHA1 (distribute-0.6.34.tar.gz) = b6f9cfbaf3e63833b71009812a613be13e68f5de
|
||||
RMD160 (distribute-0.6.34.tar.gz) = 2cf3b942419a38f8ed4a10b56159c67c4d72ac4a
|
||||
Size (distribute-0.6.34.tar.gz) = 644358 bytes
|
||||
SHA1 (patch-aa) = f71c01fc59d71e731c4e239790acb7968e29e7d9
|
||||
|
|
Loading…
Reference in a new issue