Date: Tuesday, September 27, 2022 @ 20:42:03 Author: felixonmars Revision: 456857
upgpkg: python-setuptools 1:62.4.0-1 Modified: python-setuptools/trunk/PKGBUILD ----------+ PKGBUILD | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-27 20:24:47 UTC (rev 456856) +++ PKGBUILD 2022-09-27 20:42:03 UTC (rev 456857) @@ -3,7 +3,7 @@ # Contributor: Eli Schwartz <[email protected]> pkgname=python-setuptools -pkgver=62.3.4 +pkgver=62.4.0 pkgrel=1 epoch=1 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages" @@ -21,7 +21,7 @@ replaces=('python-distribute') source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz" system-validate-pyproject.patch) -sha512sums=('3a94fe9e359111b17c3e2ec904485f4be86533728a55db41e9ae44df3eaa6857f5cc8607316fa986b92f59c63ad623586c783815911c809340a802850f6d3ab0' +sha512sums=('7aa063f9385bfe2eea76a33cac51dae45a305758af98e81278c523ce3b9d650b959a0aea2a47bf4e5955403c543bff826ecd97c1cd3523ef416c1cadc48a604e' '50495062093b1b6902484c384abe073896e4f45c5768741582e178014367f186831711a72a8a987e7bacafe96d871161fc07c686dd92c6886de19302f6a10b56') export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 @@ -73,7 +73,7 @@ cd setuptools-$pkgver # 1-7: skipping all tests using "setuptools_sdist", "setuptools_wheel" (or "venv" which uses the latter) # 8-9: subtle difference introduced by devendoring - # 10-11: TODO + # 10-12: TODO PRE_BUILT_SETUPTOOLS_SDIST="$PWD"/build/lib python -m pytest \ --deselect setuptools/tests/integration/test_pip_install_sdist.py \ --deselect setuptools/tests/test_distutils_adoption.py \ @@ -85,7 +85,8 @@ --deselect setuptools/tests/config/test_apply_pyprojecttoml.py::test_apply_pyproject_equivalent_to_setupcfg \ --deselect setuptools/tests/config/test_pyprojecttoml.py::test_invalid_example \ --deselect setuptools/tests/test_dist_info.py::TestWheelCompatibility \ - --deselect setuptools/tests/test_dist_info.py::TestDistInfo::test_invalid_version + --deselect setuptools/tests/test_dist_info.py::TestDistInfo::test_invalid_version \ + --deselect setuptools/tests/test_build.py )} package() {
