mirror of
https://git.freebsd.org/ports.git
synced 2025-05-24 23:16:33 -04:00
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:
parent
76c36620bd
commit
bafd04a8f7
4 changed files with 25 additions and 0 deletions
|
@ -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
|
||||
|
|
19
security/py-secure/Makefile
Normal file
19
security/py-secure/Makefile
Normal 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>
|
3
security/py-secure/distinfo
Normal file
3
security/py-secure/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
TIMESTAMP = 1647988144
|
||||
SHA256 (secure-0.3.0.tar.gz) = 6e30939d8f95bf3b8effb8a36ebb5ed57f265daeeae905e3aa9677ea538ab64e
|
||||
SIZE (secure-0.3.0.tar.gz) = 12620
|
2
security/py-secure/pkg-descr
Normal file
2
security/py-secure/pkg-descr
Normal file
|
@ -0,0 +1,2 @@
|
|||
secure.py lock is a lightweight package that adds optional security headers for
|
||||
Python web frameworks.
|
Loading…
Add table
Reference in a new issue