Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Mar 2019 18:21:46 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r496086 - in head/security: . py-cryptography-vectors
Message-ID:  <201903171821.x2HILkeq030421@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Mar 17 18:21:46 2019
New Revision: 496086
URL: https://svnweb.freebsd.org/changeset/ports/496086

Log:
  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

Added:
  head/security/py-cryptography-vectors/
  head/security/py-cryptography-vectors/Makefile   (contents, props changed)
  head/security/py-cryptography-vectors/distinfo   (contents, props changed)
  head/security/py-cryptography-vectors/pkg-descr   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sun Mar 17 18:21:39 2019	(r496085)
+++ head/security/Makefile	Sun Mar 17 18:21:46 2019	(r496086)
@@ -931,6 +931,7 @@ PORTREVISION=	1
     SUBDIR += py-cryptkit
     SUBDIR += py-cryptlib_py
     SUBDIR += py-cryptography
+    SUBDIR += py-cryptography-vectors
     SUBDIR += py-cybox
     SUBDIR += py-dfdatetime
     SUBDIR += py-dfvfs

Added: head/security/py-cryptography-vectors/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-cryptography-vectors/Makefile	Sun Mar 17 18:21:46 2019	(r496086)
@@ -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>

Added: head/security/py-cryptography-vectors/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-cryptography-vectors/distinfo	Sun Mar 17 18:21:46 2019	(r496086)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1552829545
+SHA256 (cryptography_vectors-2.6.1.tar.gz) = 03f38115dccb266dd96538f94067442a877932c2322661bdc5bf2502c76658af
+SIZE (cryptography_vectors-2.6.1.tar.gz) = 35097785

Added: head/security/py-cryptography-vectors/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/py-cryptography-vectors/pkg-descr	Sun Mar 17 18:21:46 2019	(r496086)
@@ -0,0 +1,3 @@
+cryptography-vectors provides test vectors for the cryptography package.
+
+WWW: https://github.com/pyca/cryptography/tree/master/vectors



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903171821.x2HILkeq030421>