2020-03-01 19:17:38 +01:00
|
|
|
PORTNAME= aiohttp_cors
|
|
|
|
PORTVERSION= 0.7.0
|
|
|
|
CATEGORIES= www python
|
2023-01-11 16:47:15 +01:00
|
|
|
MASTER_SITES= PYPI
|
2020-03-01 19:17:38 +01:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
DISTNAME= aiohttp-cors-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
|
|
COMMENT= CORS support for aiohttp
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/aio-libs/aiohttp-cors
|
2020-03-01 19:17:38 +01:00
|
|
|
|
|
|
|
LICENSE= APACHE20
|
|
|
|
LICENSE_FILE= ${WRKSRC}/LICENSE
|
|
|
|
|
|
|
|
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>=1.1:www/py-aiohttp@${PY_FLAVOR}
|
|
|
|
|
2023-06-15 00:00:28 +02:00
|
|
|
USES= python
|
2020-03-01 19:17:38 +01:00
|
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
|
|
|
|
NO_ARCH= yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|