aboutsummaryrefslogtreecommitdiff
path: root/www/py-aiostream/files/patch-pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'www/py-aiostream/files/patch-pyproject.toml')
-rw-r--r--www/py-aiostream/files/patch-pyproject.toml11
1 files changed, 10 insertions, 1 deletions
diff --git a/www/py-aiostream/files/patch-pyproject.toml b/www/py-aiostream/files/patch-pyproject.toml
index ba657f88242b..176de3c81a02 100644
--- a/www/py-aiostream/files/patch-pyproject.toml
+++ b/www/py-aiostream/files/patch-pyproject.toml
@@ -1,4 +1,4 @@
---- pyproject.toml.orig 2024-05-10 11:10:14 UTC
+--- pyproject.toml.orig 2025-10-13 20:01:35 UTC
+++ pyproject.toml
@@ -1,5 +1,5 @@
[build-system]
@@ -7,3 +7,12 @@
build-backend = "setuptools.build_meta"
[project]
+@@ -7,7 +7,7 @@ readme = {file = "README.rst", content-type = "text/x-
+ dynamic = ["version"]
+ description = "Generator-based operators for asynchronous iteration"
+ readme = {file = "README.rst", content-type = "text/x-rst"}
+-license = "GPL-3.0-or-later"
++license = {text = "GPL-3.0-or-later"}
+ requires-python = ">=3.9"
+ authors = [
+ { name = "Vincent Michel", email = "vxgmichel@gmail.com" },