mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
python-setuptools: update to 32.3.0
This commit is contained in:
parent
6f81ac36fa
commit
f63ed3692a
1 changed files with 4 additions and 4 deletions
|
@ -1,11 +1,11 @@
|
||||||
# Template file for 'python-setuptools'
|
# Template file for 'python-setuptools'
|
||||||
pkgname=python-setuptools
|
pkgname=python-setuptools
|
||||||
version=32.1.1
|
version=32.3.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="setuptools-${version}"
|
wrksrc="setuptools-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
hostmakedepends="python-devel python3-devel"
|
hostmakedepends="unzip python-devel python3-devel"
|
||||||
depends="python"
|
depends="python"
|
||||||
pycompile_module="pkg_resources setuptools easy_install.py"
|
pycompile_module="pkg_resources setuptools easy_install.py"
|
||||||
provides="python-distribute-${version}_1"
|
provides="python-distribute-${version}_1"
|
||||||
|
@ -14,8 +14,8 @@ short_desc="Easily build and distribute Python2 packages"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/pypa/setuptools"
|
homepage="https://github.com/pypa/setuptools"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||||
checksum=8303fb24306385f09bf8b0e5a385c1548e42e8efc08558d64049bc0d55ea012d
|
checksum=40390b7902e021f4501dc637c2728c0d6469d0c95daa27c8c42f81a16b442125
|
||||||
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
alternatives="setuptools:easy_install:/usr/bin/easy_install2"
|
||||||
|
|
||||||
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||||
|
|
Loading…
Add table
Reference in a new issue