create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

22
python/py-josepy/Makefile Normal file
View File

@@ -0,0 +1,22 @@
# Created by: Carlos J Puga Medina <cpm@FreeBSD.org>
# $FreeBSD: head/security/py-josepy/Makefile 472884 2018-06-20 17:05:41Z mat $
PORTNAME= josepy
PORTVERSION= 1.1.0
CATEGORIES= security python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= python@FreeBSD.org
COMMENT= JOSE protocol implementation in Python
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cryptography>=0.8:python/py-cryptography@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}openssl>=0.13:python/py-openssl@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:python/py-six@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist distutils
NO_ARCH= yes
.include <bsd.port.mk>

View File

@@ -0,0 +1,3 @@
TIMESTAMP = 1523717961
SHA256 (josepy-1.1.0.tar.gz) = fb5c62c77d26e04df29cb5ecd01b9ce69b6fcc9e521eb1ca193b7faa2afa7086
SIZE (josepy-1.1.0.tar.gz) = 51286

View File

@@ -0,0 +1,11 @@
JOSE (Javascript Object Signing and Encryption) is a Python implementation
of the standards developed by IETF Javascript Object Signing and Encryption
(Active WG), in particular the following RFCs:
- JSON Web Algorithms (JWA)
- JSON Web Key (JWK)
- JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
WWW: https://josepy.readthedocs.io/en/latest/