mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 10:31:20 +02:00
create bsd12 branch
This commit is contained in:
22
python/py-josepy/Makefile
Normal file
22
python/py-josepy/Makefile
Normal 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>
|
||||
3
python/py-josepy/distinfo
Normal file
3
python/py-josepy/distinfo
Normal file
@@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1523717961
|
||||
SHA256 (josepy-1.1.0.tar.gz) = fb5c62c77d26e04df29cb5ecd01b9ce69b6fcc9e521eb1ca193b7faa2afa7086
|
||||
SIZE (josepy-1.1.0.tar.gz) = 51286
|
||||
11
python/py-josepy/pkg-descr
Normal file
11
python/py-josepy/pkg-descr
Normal 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/
|
||||
Reference in New Issue
Block a user