mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
python3-frozenlist: update to 1.5.0.
This commit is contained in:
parent
f08ff4192d
commit
6824cef410
2 changed files with 27 additions and 4 deletions
23
srcpkgs/python3-frozenlist/patches/no-expandvars.patch
Normal file
23
srcpkgs/python3-frozenlist/patches/no-expandvars.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
diff -ur a/packaging/pep517_backend/_cython_configuration.py b/packaging/pep517_backend/_cython_configuration.py
|
||||
--- a/packaging/pep517_backend/_cython_configuration.py 2024-11-16 13:10:48.821864296 -0500
|
||||
+++ b/packaging/pep517_backend/_cython_configuration.py 2024-11-16 13:12:37.985262597 -0500
|
||||
@@ -7,7 +7,7 @@
|
||||
from pathlib import Path
|
||||
from sys import version_info as _python_version_tuple
|
||||
|
||||
-from expandvars import expandvars
|
||||
+from os.path import expandvars
|
||||
|
||||
from ._compat import load_toml_from_string # noqa: WPS436
|
||||
from ._transformers import ( # noqa: WPS436
|
||||
diff -ur a/pyproject.toml b/pyproject.toml
|
||||
--- a/pyproject.toml 2024-11-16 13:10:48.821864296 -0500
|
||||
+++ b/pyproject.toml 2024-11-16 13:10:59.594903606 -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:`
|
||||
"tomli; python_version < '3.11'",
|
||||
]
|
|
@ -1,9 +1,9 @@
|
|||
# Template file for 'python3-frozenlist'
|
||||
pkgname=python3-frozenlist
|
||||
version=1.4.0
|
||||
version=1.5.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools python3-wheel"
|
||||
build_style=python3-pep517
|
||||
hostmakedepends="python3-setuptools python3-wheel python3-Cython"
|
||||
makedepends="python3-devel"
|
||||
depends="python3"
|
||||
checkdepends="python3-pytest python3-pytest-asyncio python3-pytest-cov"
|
||||
|
@ -12,4 +12,4 @@ maintainer="Arjan Mossel <arjanmossel@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://github.com/aio-libs/frozenlist"
|
||||
distfiles="${PYPI_SITE}/f/frozenlist/frozenlist-${version}.tar.gz"
|
||||
checksum=09163bdf0b2907454042edb19f887c6d33806adc71fbd54afc14908bfdc22251
|
||||
checksum=81d5af29e61b9c8348e876d442253723928dce6433e0e76cd925cd83f1b4b817
|
||||
|
|
Loading…
Add table
Reference in a new issue