git: eb19c264aa5d - main - security/py-aiohttp-security: New port: security for aiohttp.web
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 19 Apr 2023 22:03:23 UTC
The branch main has been updated by acm:
URL: https://cgit.FreeBSD.org/ports/commit/?id=eb19c264aa5db68a0cbc264a7191cb3412e0fedb
commit eb19c264aa5db68a0cbc264a7191cb3412e0fedb
Author: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2023-04-19 22:02:14 +0000
Commit: Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2023-04-19 22:03:14 +0000
security/py-aiohttp-security: New port: security for aiohttp.web
The library provides identity and authorization for aiohttp.web
---
security/Makefile | 1 +
security/py-aiohttp-security/Makefile | 20 ++++++++++++++++++++
security/py-aiohttp-security/distinfo | 3 +++
security/py-aiohttp-security/pkg-descr | 1 +
4 files changed, 25 insertions(+)
diff --git a/security/Makefile b/security/Makefile
index 56c0cb233f06..a2aedd6eeacc 100644
--- a/security/Makefile
+++ b/security/Makefile
@@ -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
diff --git a/security/py-aiohttp-security/Makefile b/security/py-aiohttp-security/Makefile
new file mode 100644
index 000000000000..8de07ec21bea
--- /dev/null
+++ b/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>
diff --git a/security/py-aiohttp-security/distinfo b/security/py-aiohttp-security/distinfo
new file mode 100644
index 000000000000..f32c0955cee6
--- /dev/null
+++ b/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
diff --git a/security/py-aiohttp-security/pkg-descr b/security/py-aiohttp-security/pkg-descr
new file mode 100644
index 000000000000..991fb58365da
--- /dev/null
+++ b/security/py-aiohttp-security/pkg-descr
@@ -0,0 +1 @@
+The library provides identity and authorization for aiohttp.web