Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:28:23 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 82f9875410be - main - www/py-aiohttp-middlewares: Update to 2.2.0
Message-ID:  <202305270428.34R4SNGV026888@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82f9875410becff244d2526f6aff103acf9789e7

commit 82f9875410becff244d2526f6aff103acf9789e7
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:10:41 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:10:41 +0000

    www/py-aiohttp-middlewares: Update to 2.2.0
    
    - Convert to USE_PYTHON=pep517
    
    Changes:        https://github.com/playpauseandstop/aiohttp-middlewares/releases
---
 www/py-aiohttp-middlewares/Makefile | 12 +++++++-----
 www/py-aiohttp-middlewares/distinfo |  6 +++---
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/www/py-aiohttp-middlewares/Makefile b/www/py-aiohttp-middlewares/Makefile
index c5980218e032..fcd449dbeab8 100644
--- a/www/py-aiohttp-middlewares/Makefile
+++ b/www/py-aiohttp-middlewares/Makefile
@@ -1,8 +1,9 @@
 PORTNAME=	aiohttp-middlewares
-PORTVERSION=	2.1.0
+PORTVERSION=	2.2.0
 CATEGORIES=	www python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+DISTNAME=	aiohttp_middlewares-${PORTVERSION}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Collection of useful middlewares for aiohttp applications
@@ -11,12 +12,13 @@ WWW=		https://github.com/playpauseandstop/aiohttp-middlewares
 LICENSE=	BSD3CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.1<4.0.0:www/py-aiohttp@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}async_timeout>=4.0.2<5.0.0:devel/py-async_timeout@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}yarl>=1.5.1<2.0.0:www/py-yarl@${PY_FLAVOR}
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}poetry-core>=1.0.0:devel/py-poetry-core@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}aiohttp>=3.8.1<4:www/py-aiohttp@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}async_timeout>=4.0.2<5:devel/py-async_timeout@${PY_FLAVOR} \
+		${PYTHON_PKGNAMEPREFIX}yarl>=1.5.1<2:www/py-yarl@${PY_FLAVOR}
 
 USES=		python:3.7+
-USE_PYTHON=	autoplist concurrent distutils
+USE_PYTHON=	autoplist concurrent pep517
 
 NO_ARCH=	yes
 
diff --git a/www/py-aiohttp-middlewares/distinfo b/www/py-aiohttp-middlewares/distinfo
index d29dbdaeb202..3d1a3d59d4f5 100644
--- a/www/py-aiohttp-middlewares/distinfo
+++ b/www/py-aiohttp-middlewares/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1659161203
-SHA256 (aiohttp-middlewares-2.1.0.tar.gz) = 5863970d944dc63faedc96ef324a7fe2bcefefebe29acc90cd641236322d00c3
-SIZE (aiohttp-middlewares-2.1.0.tar.gz) = 14558
+TIMESTAMP = 1684104558
+SHA256 (aiohttp_middlewares-2.2.0.tar.gz) = 3967b2a0d17a2c094681e7c2f246977a365479a2820e48f8a01136c910f4aa93
+SIZE (aiohttp_middlewares-2.2.0.tar.gz) = 14670



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202305270428.34R4SNGV026888>