security/py-aiohttp-security: New port: security for aiohttp.web
The library provides identity and authorization for aiohttp.web
This commit is contained in:
@@ -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
|
||||
|
||||
20
security/py-aiohttp-security/Makefile
Normal file
20
security/py-aiohttp-security/Makefile
Normal 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>
|
||||
3
security/py-aiohttp-security/distinfo
Normal file
3
security/py-aiohttp-security/distinfo
Normal 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
|
||||
1
security/py-aiohttp-security/pkg-descr
Normal file
1
security/py-aiohttp-security/pkg-descr
Normal file
@@ -0,0 +1 @@
|
||||
The library provides identity and authorization for aiohttp.web
|
||||
Reference in New Issue
Block a user