2025-04-11 09:41:25 -04:00

27 lines
937 B
Bash

# Template file for 'python3-setuptools'
pkgname=python3-setuptools
version=78.1.0
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://setuptools.pypa.io/en/stable/history.html"
distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
checksum=18fd474d4a82a5f83dac888df697af65afa82dec7323d09c3e37d1f14288da54
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
}