diff --git a/lfs/python-setuptools-75.8.1.PKGBUILD b/lfs/python-setuptools-80.9.0.PKGBUILD similarity index 90% rename from lfs/python-setuptools-75.8.1.PKGBUILD rename to lfs/python-setuptools-80.9.0.PKGBUILD index e9593d0..371e105 100644 --- a/lfs/python-setuptools-75.8.1.PKGBUILD +++ b/lfs/python-setuptools-80.9.0.PKGBUILD @@ -1,12 +1,12 @@ pkgname=python-setuptools _name=${pkgname#python-} -pkgver=75.8.1 +pkgver=80.9.0 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" homepage="https://pypi.org/project/setuptools/" license=('MIT') sources=("${_name}-${pkgver}.tar.gz") urls=("https://pypi.org/packages/source/s/${_name}/${sources[0]}") -md5sums=("7dc3d3f529b76b10e35326e25c676b30") +md5sums=("82e1d67883b713f9493659b50d13b436") src_prepare() { tar -xf ${distdir}/${sources[0]} --strip-components=1 @@ -14,6 +14,7 @@ src_prepare() { src_build() { #python3 setup.py build + PYTHONDONTWRITEBYTECODE=1 pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD }