Date: Friday, May 13, 2022 @ 13:13:11 Author: felixonmars Revision: 445391
upgpkg: python-setuptools 1:60.0.1-1 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-05-13 12:54:03 UTC (rev 445390) +++ PKGBUILD 2022-05-13 13:13:11 UTC (rev 445391) @@ -3,7 +3,7 @@ # Contributor: Eli Schwartz <[email protected]> pkgname=python-setuptools -pkgver=60.0.0 +pkgver=60.0.1 pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" @@ -15,11 +15,11 @@ makedepends=('git' 'python-setuptools') checkdepends=('python-jaraco.envs' 'python-jaraco.path' 'python-mock' 'python-pip' 'python-pytest-fixture-config' 'python-pytest-flake8' 'python-pytest-virtualenv' - 'python-wheel' 'python-paver' 'python-pytest-cov' 'python-sphinx') + 'python-wheel' 'python-paver' 'python-pytest-cov' 'python-sphinx' 'python-build') provides=('python-distribute') replaces=('python-distribute') source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz") -sha512sums=('565c56af414558d430720e8a475096c8e5979c0af94cb82dec926089ab45d8e58c6c2b5ab547ad7c4115607a74021481e26804847d1afbf7dd54c4849e1702ba') +sha512sums=('b6e7ebe7b5400b20ede470b9d13c2e97737d9e6822b24fc38250feba6981721340a0e98008383b747a94a59a646be85bce8f8fcaee4c1df976bf592279931ff8') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 @@ -74,7 +74,7 @@ export PYTHONDONTWRITEBYTECODE=1 cd setuptools-$pkgver - python -m pytest --deselect setuptools/tests/test_distutils_adoption.py + SETUPTOOLS_USE_DISTUTILS=stdlib python -m pytest --deselect setuptools/tests/test_distutils_adoption.py )} package() {
