void-packages/srcpkgs/python3-setuptools/template

26 lines
865 B
Bash

# Template file for 'python3-setuptools'
pkgname=python3-setuptools
version=50.3.0
revision=1
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=39060a59d91cf5cf403fa3bacbb52df4205a8c3585e0b9ba4b30e0e19d4c4b18
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
}