security/py-aiohttp-security: New port: security for aiohttp.web

The library provides identity and authorization for aiohttp.web
This commit is contained in:
Jose Alonso Cardenas Marquez
2023-04-19 17:02:14 -05:00
parent 80807f4a0a
commit eb19c264aa
4 changed files with 25 additions and 0 deletions

View File

@@ -840,6 +840,7 @@
SUBDIR += py-acme
SUBDIR += py-acme-tiny
SUBDIR += py-ailment
SUBDIR += py-aiohttp-security
SUBDIR += py-angr
SUBDIR += py-argon2-cffi
SUBDIR += py-argon2-cffi-bindings

View File

@@ -0,0 +1,20 @@
PORTNAME= aiohttp-security
DISTVERSION= 0.4.0
CATEGORIES= security python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= security for aiohttp.web
WWW= https://github.com/aio-libs/aiohttp-security
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiohttp>0:www/py-aiohttp@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}aiohttp-session>0:www/py-aiohttp-session@${PY_FLAVOR} \
USES= python:3.7+
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1681941462
SHA256 (aiohttp-security-0.4.0.tar.gz) = 40d4bb150454e392c2dfa3620f6eab28e140e94cf0c2d3b4bf43aef653ec9405
SIZE (aiohttp-security-0.4.0.tar.gz) = 53302

View File

@@ -0,0 +1 @@
The library provides identity and authorization for aiohttp.web