void-packages/srcpkgs/python3-setuptools/template
2021-06-02 07:57:59 -04:00

28 lines
983 B
Bash

# Template file for 'python3-setuptools'
pkgname=python3-setuptools
version=57.0.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"
changelog="https://raw.githubusercontent.com/pypa/setuptools/master/CHANGES.rst"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=401cbf33a7bf817d08014d51560fc003b895c4cdc1a5b521ad2969e928a07535
provides="python3-distribute-${version}_1"
replaces="python3-distribute>=0"
# Tests rely on jaraco.path, which relies on singledispatch, both unpackaged;
# singledispatch backports functools.singledispatch and is not worth packaging
make_check=no
export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1
post_install() {
vlicense LICENSE
}