mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 02:00:06 +02:00
setuptools: bump version.
This commit is contained in:
@@ -7,8 +7,9 @@ HOMEPAGE="https://pypi.python.org/pypi/setuptools"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
LICENSE="Python"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/s/setuptools/setuptools-$portVersion.zip"
|
||||
CHECKSUM_SHA256="7290abedfa47de40286b76b0206fbfd7c291ac51f0a62cc946af658967f77b8f"
|
||||
SOURCE_URI="https://github.com/pypa/setuptools/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="setuptools-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="90a40d54d21d4cfe55ae2c3597ed3f2a63d9e8fe768f03ff16f2a58ed97bcc32"
|
||||
SOURCE_DIR="setuptools-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
@@ -44,9 +45,4 @@ INSTALL()
|
||||
|
||||
$portPackageLinksDir/cmd~python3/bin/python3 setup.py install \
|
||||
--prefix=$prefix
|
||||
|
||||
# easy_install cannot tolerate not being installed alongside setuptools,
|
||||
# so just delete it.
|
||||
rm $prefix/bin/easy_install
|
||||
rm $prefix/bin/easy_install-3.?
|
||||
}
|
||||
@@ -7,8 +7,9 @@ HOMEPAGE="https://pypi.python.org/pypi/setuptools"
|
||||
COPYRIGHT="2006-2014 Python Packaging Authority"
|
||||
LICENSE="Python"
|
||||
REVISION="1"
|
||||
SOURCE_URI="https://pypi.python.org/packages/source/s/setuptools/setuptools-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="505cdf282c5f6e3a056e79f0244b8945f3632257bba8469386c6b9b396400233"
|
||||
SOURCE_URI="https://github.com/pypa/setuptools/archive/v$portVersion.tar.gz"
|
||||
SOURCE_FILENAME="setuptools-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="90a40d54d21d4cfe55ae2c3597ed3f2a63d9e8fe768f03ff16f2a58ed97bcc32"
|
||||
SOURCE_DIR="setuptools-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
@@ -44,9 +45,4 @@ INSTALL()
|
||||
|
||||
$portPackageLinksDir/cmd~python2/bin/python2 setup.py install \
|
||||
--prefix=$prefix
|
||||
|
||||
# easy_install cannot tolerate not being installed alongside setuptools,
|
||||
# so just delete it.
|
||||
rm $prefix/bin/easy_install
|
||||
rm $prefix/bin/easy_install-2.?
|
||||
}
|
||||
Reference in New Issue
Block a user