www/py-aiohttp-middlewares: Update to 2.2.0
- Convert to USE_PYTHON=pep517 Changes: https://github.com/playpauseandstop/aiohttp-middlewares/releases
This commit is contained in:
parent
8fbbc59a47
commit
82f9875410
2 changed files with 10 additions and 8 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue