diff --git a/srcpkgs/python3-propcache/patches/cython.patch b/srcpkgs/python3-propcache/patches/cython.patch deleted file mode 100644 index 93c0f93f7ecb9c..00000000000000 --- a/srcpkgs/python3-propcache/patches/cython.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- ./packaging/pep517_backend/_backend.py.orig 2025-11-25 11:42:24.470431431 -0500 -+++ ./packaging/pep517_backend/_backend.py 2025-11-25 11:42:37.275462683 -0500 -@@ -376,7 +376,7 @@ - if is_pure_python_build: - c_ext_build_deps = [] - else: -- c_ext_build_deps = ['Cython ~= 3.1.0'] -+ c_ext_build_deps = ['Cython >= 3.1.0'] - - return _setuptools_get_requires_for_build_wheel( - config_settings=config_settings, diff --git a/srcpkgs/python3-propcache/patches/no-expandvars.patch b/srcpkgs/python3-propcache/patches/no-expandvars.patch index fe5e8977339fff..32cfa9af0bbba4 100644 --- a/srcpkgs/python3-propcache/patches/no-expandvars.patch +++ b/srcpkgs/python3-propcache/patches/no-expandvars.patch @@ -1,21 +1,21 @@ ---- a/pyproject.toml 2025-06-09 17:16:48.000000000 -0500 -+++ b/pyproject.toml 2025-09-21 15:03:34.519161231 -0500 +--- a/packaging/pep517_backend/_cython_configuration.py 2026-05-08 15:02:38.000000000 -0500 ++++ b/packaging/pep517_backend/_cython_configuration.py 2026-05-09 19:15:07.461478133 -0500 +@@ -10,7 +10,6 @@ + from sys import version_info as _python_version_tuple + from typing import TypedDict + +-from expandvars import expandvars + + from ._compat import load_toml_from_string + from ._transformers import get_cli_kwargs_from_config, get_enabled_cli_flags_from_config + +--- a/pyproject.toml 2026-05-08 15:02:38.000000000 -0500 ++++ b/pyproject.toml 2026-05-09 19:14:30.022244394 -0500 @@ -3,7 +3,6 @@ # NOTE: The following build dependencies are necessary for initial # NOTE: provisioning of the in-tree build backend located under # NOTE: `packaging/pep517_backend/`. - "expandvars", - "setuptools >= 47", # Minimum required for `version = attr:` + "setuptools >= 82.0.1", # Minimum required for `version = attr:` "tomli; python_version < '3.11'", ] ---- a/packaging/pep517_backend/_cython_configuration.py 2025-06-09 17:16:48.000000000 -0500 -+++ b/packaging/pep517_backend/_cython_configuration.py 2025-09-21 15:03:39.671470247 -0500 -@@ -9,8 +9,6 @@ - from sys import version_info as _python_version_tuple - from typing import TypedDict - --from expandvars import expandvars -- - from ._compat import load_toml_from_string - from ._transformers import get_cli_kwargs_from_config, get_enabled_cli_flags_from_config - diff --git a/srcpkgs/python3-propcache/template b/srcpkgs/python3-propcache/template index ab553c240bc675..2f4636c26a46e2 100644 --- a/srcpkgs/python3-propcache/template +++ b/srcpkgs/python3-propcache/template @@ -1,7 +1,7 @@ # Template file for 'python3-propcache' pkgname=python3-propcache -version=0.4.1 -revision=2 +version=0.5.2 +revision=1 build_style=python3-pep517 hostmakedepends="python3-setuptools python3-packaging python3-Cython" makedepends="python3-devel" @@ -11,4 +11,4 @@ maintainer="Jason Elswick " license="Apache-2.0" homepage="https://github.com/aio-libs/propcache" distfiles="https://github.com/aio-libs/propcache/archive/refs/tags/v${version}.tar.gz" -checksum=f4394e27f251a9852df736a5d081fcacbd3258593af4cfc4281635e64474559e +checksum=a1879001d5efcddd8b01f2be93c375cd0685c9267cd0a2e8495ba62179195c63 diff --git a/srcpkgs/python3-setuptools/template b/srcpkgs/python3-setuptools/template index 4f0b1b2c6bee2a..ea63f0c7a635f8 100644 --- a/srcpkgs/python3-setuptools/template +++ b/srcpkgs/python3-setuptools/template @@ -1,8 +1,8 @@ # Template file for 'python3-setuptools' pkgname=python3-setuptools -version=80.10.2 +version=82.0.1 revision=1 -build_style=python3-module +build_style=python3-pep517 hostmakedepends="python3-devel" depends="python3" short_desc="Easily build and distribute Python3 packages" @@ -11,12 +11,12 @@ 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=8b0e9d10c784bf7d262c4e5ec5d4ec94127ce206e8738f29a437945fbc219b70 +checksum=7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9 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 +make_check=no # unpackaged dependencies export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=0 export SETUPTOOLS_DISABLE_VERSIONED_EASY_INSTALL_SCRIPT=1