mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-23 01:27:02 +02:00
26 lines
956 B
Bash
26 lines
956 B
Bash
# Template file for 'python3-setuptools'
|
|
pkgname=python3-setuptools
|
|
version=69.0.3
|
|
revision=1
|
|
build_style=python3-module
|
|
hostmakedepends="python3-devel"
|
|
depends="python3"
|
|
short_desc="Easily build and distribute Python3 packages"
|
|
maintainer="Andrew J. Hesford <ajh@sideband.org>"
|
|
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=be1af57fc409f93647f2e8e4573a142ed38724b8cdd389706a867bb4efcf1e78
|
|
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
|
|
}
|