git: 18571da72bdd - main - www/py-aiostream: Update to 0.7.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 16:14:18 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=18571da72bddbbc66924d08c83b490ad3dd9d4ce
commit 18571da72bddbbc66924d08c83b490ad3dd9d4ce
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2025-10-27 15:34:21 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2025-10-27 15:34:21 +0000
www/py-aiostream: Update to 0.7.1
Changes: https://github.com/vxgmichel/aiostream/releases
---
www/py-aiostream/Makefile | 4 ++--
www/py-aiostream/distinfo | 6 +++---
www/py-aiostream/files/patch-pyproject.toml | 11 ++++++++++-
3 files changed, 15 insertions(+), 6 deletions(-)
diff --git a/www/py-aiostream/Makefile b/www/py-aiostream/Makefile
index 66e33583f211..2cb50762bbc6 100644
--- a/www/py-aiostream/Makefile
+++ b/www/py-aiostream/Makefile
@@ -1,5 +1,5 @@
PORTNAME= aiostream
-PORTVERSION= 0.7.0
+PORTVERSION= 0.7.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -16,7 +16,7 @@ BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FL
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
-USES= python:3.9+
+USES= python
USE_PYTHON= autoplist concurrent pep517
NO_ARCH= yes
diff --git a/www/py-aiostream/distinfo b/www/py-aiostream/distinfo
index 379dad3f3997..cdd967af5b1d 100644
--- a/www/py-aiostream/distinfo
+++ b/www/py-aiostream/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1750954250
-SHA256 (aiostream-0.7.0.tar.gz) = 5ab4acd44ef5f583b6488c32ade465f43c3d7b0df039f1ee49dfb1fd1e255e02
-SIZE (aiostream-0.7.0.tar.gz) = 68267
+TIMESTAMP = 1761446766
+SHA256 (aiostream-0.7.1.tar.gz) = 272aaa0d8f83beb906f5aa9022bb59046bb7a103fa3770f807c31f918595acf6
+SIZE (aiostream-0.7.1.tar.gz) = 44059
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" },