security/py-secure: New port: Adds security headers for python web frameworks

secure.py lock is a lightweight package that adds optional security headers for
Python web frameworks.
This commit is contained in:
Jose Alonso Cardenas Marquez 2022-09-28 22:57:41 -05:00
parent 76c36620bd
commit bafd04a8f7
4 changed files with 25 additions and 0 deletions

View file

@ -975,6 +975,7 @@
SUBDIR += py-scp
SUBDIR += py-scramp
SUBDIR += py-scrypt
SUBDIR += py-secure
SUBDIR += py-securesystemslib
SUBDIR += py-sequoia
SUBDIR += py-service_identity

View file

@ -0,0 +1,19 @@
PORTNAME= secure
PORTVERSION= 0.3.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= acm@FreeBSD.org
COMMENT= Adds security headers for python web frameworks
WWW= https://github.com/cak/secure
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= python:3.7+
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View file

@ -0,0 +1,3 @@
TIMESTAMP = 1647988144
SHA256 (secure-0.3.0.tar.gz) = 6e30939d8f95bf3b8effb8a36ebb5ed57f265daeeae905e3aa9677ea538ab64e
SIZE (secure-0.3.0.tar.gz) = 12620

View file

@ -0,0 +1,2 @@
secure.py lock is a lightweight package that adds optional security headers for
Python web frameworks.