This commit is contained in:
ziggi
2020-05-22 06:01:24 +00:00
parent 2327488661
commit a8a418c011
37 changed files with 364 additions and 38 deletions

View File

@@ -0,0 +1,20 @@
# Created by: Olivier Duchateau
# $FreeBSD: head/security/py-itsdangerous/Makefile 498757 2019-04-12 20:59:02Z sunpoet $
PORTNAME= itsdangerous
PORTVERSION= 0.24
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= rm@FreeBSD.org
COMMENT= Various helpers to pass data in untrusted environments
USES= python
USE_PYTHON= distutils autoplist
NO_ARCH= yes
RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}simplejson>=3.0:python/py-simplejson@${PY_FLAVOR}
.include <bsd.port.mk>

View File

@@ -0,0 +1,2 @@
SHA256 (itsdangerous-0.24.tar.gz) = cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
SIZE (itsdangerous-0.24.tar.gz) = 46541

View File

@@ -0,0 +1,3 @@
Various helpers to deal with untrusted sources.
WWW: https://github.com/mitsuhiko/itsdangerous/