git: b58a8e018263 - main - www/py-aiostream: Update to 0.6.1
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 May 2024 17:27:25 UTC
The branch main has been updated by sunpoet:
URL: https://cgit.FreeBSD.org/ports/commit/?id=b58a8e018263b1343d76fbf273214ff8ae0b81c1
commit b58a8e018263b1343d76fbf273214ff8ae0b81c1
Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-19 16:19:50 +0000
Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-19 17:15:57 +0000
www/py-aiostream: Update to 0.6.1
Changes: https://github.com/vxgmichel/aiostream/releases
---
www/py-aiostream/Makefile | 5 ++---
www/py-aiostream/distinfo | 6 +++---
www/py-aiostream/files/patch-pyproject.toml | 9 +++++++++
3 files changed, 14 insertions(+), 6 deletions(-)
diff --git a/www/py-aiostream/Makefile b/www/py-aiostream/Makefile
index 6306149df3a5..2b406fe47773 100644
--- a/www/py-aiostream/Makefile
+++ b/www/py-aiostream/Makefile
@@ -1,6 +1,5 @@
PORTNAME= aiostream
-PORTVERSION= 0.5.2
-PORTREVISION= 1
+PORTVERSION= 0.6.1
CATEGORIES= www python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,7 +12,7 @@ WWW= https://aiostream.readthedocs.io/en/stable/ \
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/LICENSE
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}typing-extensions>=0:devel/py-typing-extensions@${PY_FLAVOR}
diff --git a/www/py-aiostream/distinfo b/www/py-aiostream/distinfo
index 2f706112f049..c48a0e867c7a 100644
--- a/www/py-aiostream/distinfo
+++ b/www/py-aiostream/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1698341089
-SHA256 (aiostream-0.5.2.tar.gz) = b71b519a2d66c38f0872403ab86417955b77352f08d9ad02ad46fc3926b389f4
-SIZE (aiostream-0.5.2.tar.gz) = 35339
+TIMESTAMP = 1715842850
+SHA256 (aiostream-0.6.1.tar.gz) = 7bef8046e56f69b81c2d7cc394893dd9021046c3e02295968d3be0cb9e606196
+SIZE (aiostream-0.6.1.tar.gz) = 66890
diff --git a/www/py-aiostream/files/patch-pyproject.toml b/www/py-aiostream/files/patch-pyproject.toml
new file mode 100644
index 000000000000..ba657f88242b
--- /dev/null
+++ b/www/py-aiostream/files/patch-pyproject.toml
@@ -0,0 +1,9 @@
+--- pyproject.toml.orig 2024-05-10 11:10:14 UTC
++++ pyproject.toml
+@@ -1,5 +1,5 @@
+ [build-system]
+-requires = ["setuptools >= 69.5"]
++requires = ["setuptools >= 61"]
+ build-backend = "setuptools.build_meta"
+
+ [project]