mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-setuptools: update to 46.0.0.
This commit is contained in:
parent
5f2ed5bf1f
commit
7588abc25c
2 changed files with 26 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
python-setuptools
|
26
srcpkgs/python3-setuptools/template
Normal file
26
srcpkgs/python3-setuptools/template
Normal file
|
@ -0,0 +1,26 @@
|
|||
# Template file for 'python3-setuptools'
|
||||
pkgname=python3-setuptools
|
||||
version=46.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="setuptools-${version}"
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-devel"
|
||||
depends="python3"
|
||||
short_desc="Easily build and distribute Python3 packages"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/pypa/setuptools"
|
||||
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.zip"
|
||||
checksum=2f00f25b780fbfd0787e46891dcccd805b08d007621f24629025f48afef444b5
|
||||
alternatives="setuptools:easy_install:/usr/bin/easy_install3"
|
||||
provides="python3-distribute-${version}_1"
|
||||
replaces="python3-distribute>=0"
|
||||
|
||||
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
|
||||
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
mv ${PKGDESTDIR}/usr/bin/easy_install ${PKGDESTDIR}/usr/bin/easy_install3
|
||||
}
|
Loading…
Add table
Reference in a new issue