diff options
Diffstat (limited to 'devel/py-anyio')
-rw-r--r-- | devel/py-anyio/Makefile | 2 | ||||
-rw-r--r-- | devel/py-anyio/distinfo | 6 | ||||
-rw-r--r-- | devel/py-anyio/files/patch-pyproject.toml | 15 |
3 files changed, 16 insertions, 7 deletions
diff --git a/devel/py-anyio/Makefile b/devel/py-anyio/Makefile index ace6fe57cded..a6bccd902e4e 100644 --- a/devel/py-anyio/Makefile +++ b/devel/py-anyio/Makefile @@ -1,5 +1,5 @@ PORTNAME= anyio -PORTVERSION= 4.9.0 +PORTVERSION= 4.10.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-anyio/distinfo b/devel/py-anyio/distinfo index 96025d96ccbe..01ce8d053ddc 100644 --- a/devel/py-anyio/distinfo +++ b/devel/py-anyio/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742405464 -SHA256 (anyio-4.9.0.tar.gz) = 673c0c244e15788651a4ff38710fea9675823028a6f08a5eda409e0c9840a028 -SIZE (anyio-4.9.0.tar.gz) = 190949 +TIMESTAMP = 1757120624 +SHA256 (anyio-4.10.0.tar.gz) = 3f3fae35c96039744587aa5b8371e7e8e603c0702999535961dd336026973ba6 +SIZE (anyio-4.10.0.tar.gz) = 213252 diff --git a/devel/py-anyio/files/patch-pyproject.toml b/devel/py-anyio/files/patch-pyproject.toml index e9bf63a21bb4..6a7406872b34 100644 --- a/devel/py-anyio/files/patch-pyproject.toml +++ b/devel/py-anyio/files/patch-pyproject.toml @@ -1,10 +1,19 @@ ---- pyproject.toml.orig 2023-05-27 11:12:17 UTC +--- pyproject.toml.orig 2025-08-04 08:53:59 UTC +++ pyproject.toml -@@ -1,6 +1,6 @@ +@@ -1,6 +1,6 @@ requires = [ [build-system] requires = [ -- "setuptools >= 64", +- "setuptools >= 77", + "setuptools >= 61", "setuptools_scm >= 6.4" ] build-backend = "setuptools.build_meta" +@@ -10,7 +10,7 @@ authors = [{name = "Alex Grönholm", email = "alex.gro + description = "High-level concurrency and networking framework on top of asyncio or Trio" + readme = "README.rst" + authors = [{name = "Alex Grönholm", email = "alex.gronholm@nextday.fi"}] +-license = "MIT" ++license = {text = "MIT"} + classifiers = [ + "Development Status :: 5 - Production/Stable", + "Intended Audience :: Developers", |