diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-17 18:21:46 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-03-17 18:21:46 +0000 |
commit | af7d77a959951e818a360279f92b4d6af032875f (patch) | |
tree | 2bbf734b2057eef2f509bcd3c011c8ae14b0528b /security/py-cryptography-vectors | |
parent | 0eea04053287670c7644dd0b09dc0f420d4e45cc (diff) | |
download | ports-af7d77a959951e818a360279f92b4d6af032875f.tar.gz ports-af7d77a959951e818a360279f92b4d6af032875f.zip |
Add py-cryptography-vectors 2.6.1
cryptography-vectors provides test vectors for the cryptography package.
WWW: https://github.com/pyca/cryptography/tree/master/vectors
Notes
Notes:
svn path=/head/; revision=496086
Diffstat (limited to 'security/py-cryptography-vectors')
-rw-r--r-- | security/py-cryptography-vectors/Makefile | 22 | ||||
-rw-r--r-- | security/py-cryptography-vectors/distinfo | 3 | ||||
-rw-r--r-- | security/py-cryptography-vectors/pkg-descr | 3 |
3 files changed, 28 insertions, 0 deletions
diff --git a/security/py-cryptography-vectors/Makefile b/security/py-cryptography-vectors/Makefile new file mode 100644 index 000000000000..3381ea1c5db7 --- /dev/null +++ b/security/py-cryptography-vectors/Makefile @@ -0,0 +1,22 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= cryptography-vectors +PORTVERSION= 2.6.1 +CATEGORIES= security python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= cryptography_vectors-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Test vectors for the cryptography package + +LICENSE= APACHE20 BSD3CLAUSE +LICENSE_COMB= dual +LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.APACHE +LICENSE_FILE_BSD3CLAUSE=${WRKSRC}/LICENSE.BSD + +USES= python +USE_PYTHON= autoplist concurrent distutils + +.include <bsd.port.mk> diff --git a/security/py-cryptography-vectors/distinfo b/security/py-cryptography-vectors/distinfo new file mode 100644 index 000000000000..2467ced46ad7 --- /dev/null +++ b/security/py-cryptography-vectors/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1552829545 +SHA256 (cryptography_vectors-2.6.1.tar.gz) = 03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af +SIZE (cryptography_vectors-2.6.1.tar.gz) = 35097785 diff --git a/security/py-cryptography-vectors/pkg-descr b/security/py-cryptography-vectors/pkg-descr new file mode 100644 index 000000000000..9684f7467830 --- /dev/null +++ b/security/py-cryptography-vectors/pkg-descr @@ -0,0 +1,3 @@ +cryptography-vectors provides test vectors for the cryptography package. + +WWW: https://github.com/pyca/cryptography/tree/master/vectors |