Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions srcpkgs/python3-yarl/patches/no-expandvars.patch
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
--- a/packaging/pep517_backend/_cython_configuration.py 2025-06-09 18:27:08.000000000 -0500
+++ b/packaging/pep517_backend/_cython_configuration.py 2025-09-21 14:03:36.914032503 -0500
@@ -9,8 +9,6 @@
--- a/packaging/pep517_backend/_cython_configuration.py 2026-05-19 11:22:29.000000000 -0500
+++ b/packaging/pep517_backend/_cython_configuration.py 2026-05-19 16:24:45.294202045 -0500
@@ -8,7 +8,6 @@
from pathlib import Path
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 2025-06-09 18:27:08.000000000 -0500
+++ b/pyproject.toml 2025-09-21 14:04:17.633405740 -0500
from ._compat import load_toml_from_string
from ._transformers import (

--- a/pyproject.toml 2026-05-19 11:22:29.000000000 -0500
+++ b/pyproject.toml 2026-05-19 16:25:09.197896907 -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'",
]
4 changes: 2 additions & 2 deletions srcpkgs/python3-yarl/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'python3-yarl'
pkgname=python3-yarl
version=1.23.0
version=1.24.0
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
Expand All @@ -12,7 +12,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
license="Apache-2.0"
homepage="https://yarl.readthedocs.io/"
distfiles="https://github.com/aio-libs/yarl/archive/refs/tags/v${version}.tar.gz"
checksum=0008f2f6248957895da30ae6f03357d3ce2a4c7ecf64be59b055264ed63a9a1c
checksum=13dfb1166bb72e10b878bba6d004df6881725dd56dcd2e973ae4048612d6e9f0

pre_build() {
cythonize yarl/_quoting_c.pyx
Expand Down