[arch-commits] Commit in python-setuptools/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Sat Jul 16 23:58:41 UTC 2022


    Date: Saturday, July 16, 2022 @ 23:58:40
  Author: felixonmars
Revision: 451155

upgpkg: python-setuptools 1:62.0.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-16 20:33:36 UTC (rev 451154)
+++ PKGBUILD	2022-07-16 23:58:40 UTC (rev 451155)
@@ -3,7 +3,7 @@
 # Contributor: Eli Schwartz <eschwartz at archlinux.org>
 
 pkgname=python-setuptools
-pkgver=61.3.1
+pkgver=62.0.0
 pkgrel=1
 epoch=1
 pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages"
@@ -22,7 +22,7 @@
 replaces=('python-distribute')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/pypa/setuptools/archive/v$pkgver.tar.gz"
         system-validate-pyproject.patch)
-sha512sums=('33569c80465e6465871276e1923d165a1ca82599654f8375d5280f9b2ef48f227c79e457b9462ac575a82287c997b6078b496cb606134cc67a3e5e906cc2e5e0'
+sha512sums=('23be86aa5074350877be264738c354882345bcd0528628cce9afe31fb174416eac1f7cca3a06b37fc7e1a926aa0a74c2408fe082e8d02c015229b4c28aadc407'
             '50495062093b1b6902484c384abe073896e4f45c5768741582e178014367f186831711a72a8a987e7bacafe96d871161fc07c686dd92c6886de19302f6a10b56')
 
 export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0
@@ -73,7 +73,8 @@
 
   cd setuptools-$pkgver
   # 1-7: skipping all tests using "setuptools_sdist", "setuptools_wheel" (or "venv" which uses the latter)
-  # 8-10: subtle difference introduced by devendoring
+  # 8-9: subtle difference introduced by devendoring
+  # 10-11: 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 \
@@ -83,7 +84,9 @@
     --deselect setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_in_sdist \
     --deselect setuptools/tests/config/test_apply_pyprojecttoml.py::TestMeta::test_example_file_not_in_wheel \
     --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/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
 )}
 
 package() {



More information about the arch-commits mailing list