mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
setuptools: update to setuptools-32.1.2, change url
This commit is contained in:
parent
68598349c6
commit
baf3c8d6fa
@ -17,12 +17,12 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="setuptools"
|
PKG_NAME="setuptools"
|
||||||
PKG_VERSION="20.6.7"
|
PKG_VERSION="32.1.2"
|
||||||
PKG_REV="1"
|
PKG_REV="1"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="OSS"
|
PKG_LICENSE="OSS"
|
||||||
PKG_SITE="https://pypi.python.org/pypi/setuptools"
|
PKG_SITE="https://pypi.python.org/pypi/setuptools"
|
||||||
PKG_URL="http://pypi.python.org/packages/source/s/$PKG_NAME/$PKG_NAME-$PKG_VERSION.tar.gz"
|
PKG_URL="https://github.com/pypa/setuptools/archive/v$PKG_VERSION.tar.gz"
|
||||||
PKG_DEPENDS_HOST="Python:host"
|
PKG_DEPENDS_HOST="Python:host"
|
||||||
PKG_SECTION="python/devel"
|
PKG_SECTION="python/devel"
|
||||||
PKG_SHORTDESC="setuptools: A collection of enhancements to the Python distutils"
|
PKG_SHORTDESC="setuptools: A collection of enhancements to the Python distutils"
|
||||||
@ -32,7 +32,7 @@ PKG_IS_ADDON="no"
|
|||||||
PKG_AUTORECONF="no"
|
PKG_AUTORECONF="no"
|
||||||
|
|
||||||
make_host() {
|
make_host() {
|
||||||
: # nothing todo
|
python bootstrap.py
|
||||||
}
|
}
|
||||||
|
|
||||||
makeinstall_host() {
|
makeinstall_host() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user