Skip to content

Commit

Permalink
security/py-aiohttp-security: New port: security for aiohttp.web
Browse files Browse the repository at this point in the history
The library provides identity and authorization for aiohttp.web
  • Loading branch information
alonsobsd committed Apr 19, 2023
1 parent 80807f4 commit eb19c26
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions security/Makefile
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions security/py-aiohttp-security/Makefile
@@ -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 changes: 3 additions & 0 deletions security/py-aiohttp-security/distinfo
@@ -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 change: 1 addition & 0 deletions security/py-aiohttp-security/pkg-descr
@@ -0,0 +1 @@
The library provides identity and authorization for aiohttp.web

0 comments on commit eb19c26

Please sign in to comment.