mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-14 12:31:18 +02:00
add py-8
This commit is contained in:
20
python/py-itsdangerous/Makefile
Normal file
20
python/py-itsdangerous/Makefile
Normal 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>
|
||||
2
python/py-itsdangerous/distinfo
Normal file
2
python/py-itsdangerous/distinfo
Normal file
@@ -0,0 +1,2 @@
|
||||
SHA256 (itsdangerous-0.24.tar.gz) = cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519
|
||||
SIZE (itsdangerous-0.24.tar.gz) = 46541
|
||||
3
python/py-itsdangerous/pkg-descr
Normal file
3
python/py-itsdangerous/pkg-descr
Normal file
@@ -0,0 +1,3 @@
|
||||
Various helpers to deal with untrusted sources.
|
||||
|
||||
WWW: https://github.com/mitsuhiko/itsdangerous/
|
||||
Reference in New Issue
Block a user