Skip to content

Commit

Permalink
www/py-asgi-csrf: New port: ASGI middleware for protecting against CS…
Browse files Browse the repository at this point in the history
…RF attacks
  • Loading branch information
yurivict committed Dec 17, 2022
1 parent b4c9bc9 commit 8ea48ec
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/Makefile
Expand Up @@ -1421,6 +1421,7 @@
SUBDIR += py-aiohttp_cors
SUBDIR += py-aioquic
SUBDIR += py-arxiv
SUBDIR += py-asgi-csrf
SUBDIR += py-asgiref
SUBDIR += py-autobahn
SUBDIR += py-azure-common
Expand Down
27 changes: 27 additions & 0 deletions www/py-asgi-csrf/Makefile
@@ -0,0 +1,27 @@
PORTNAME= asgi-csrf
PORTVERSION= 0.9
CATEGORIES= www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= yuri@FreeBSD.org
COMMENT= ASGI middleware for protecting against CSRF attacks
WWW= https://github.com/simonw/asgi-csrf

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE

RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}itsdangerous>0:security/py-itsdangerous@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-multipart>=0:www/py-python-multipart@${PY_FLAVOR}
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}asgi-lifespan>0:devel/py-asgi-lifespan@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}httpx>0:www/py-httpx@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-asyncio>0:devel/py-pytest-asyncio@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}pytest-cov>0:devel/py-pytest-cov@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}starlette>0:www/py-starlette@${PY_FLAVOR}

USES= python:3.6+
USE_PYTHON= distutils autoplist pytest # setup.py has test dependencies, but there are no tests in the repository, see https://github.com/simonw/asgi-csrf/issues/23

NO_ARCH= yes

.include <bsd.port.mk>
3 changes: 3 additions & 0 deletions www/py-asgi-csrf/distinfo
@@ -0,0 +1,3 @@
TIMESTAMP = 1671254658
SHA256 (asgi-csrf-0.9.tar.gz) = 6e9d3bddaeac1a8fd33b188fe2abc8271f9085ab7be6e1a7f4d3c9df5d7f741a
SIZE (asgi-csrf-0.9.tar.gz) = 10300
1 change: 1 addition & 0 deletions www/py-asgi-csrf/pkg-descr
@@ -0,0 +1 @@
ASGI middleware for protecting against CSRF attacks.

0 comments on commit 8ea48ec

Please sign in to comment.