svn commit: r424907 - in head/devel: . py-cursive

Roman Bogorodskiy novel at FreeBSD.org
Sat Oct 29 12:07:05 UTC 2016


Author: novel
Date: Sat Oct 29 12:07:03 2016
New Revision: 424907
URL: https://svnweb.freebsd.org/changeset/ports/424907

Log:
  Add py-cursive 0.1.1, cursive implements OpenStack-specific validation
  of digital signatures.
  
  PR:		213769
  Submitted by:	Alexander Nusov <alexander.nusov at nfvexpress.com>

Added:
  head/devel/py-cursive/
  head/devel/py-cursive/Makefile   (contents, props changed)
  head/devel/py-cursive/distinfo   (contents, props changed)
  head/devel/py-cursive/pkg-descr   (contents, props changed)
Modified:
  head/devel/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Oct 29 12:06:25 2016	(r424906)
+++ head/devel/Makefile	Sat Oct 29 12:07:03 2016	(r424907)
@@ -4088,6 +4088,7 @@
     SUBDIR += py-crcmod
     SUBDIR += py-ctags
     SUBDIR += py-cuisine
+    SUBDIR += py-cursive
     SUBDIR += py-curtsies
     SUBDIR += py-cxx
     SUBDIR += py-cycler

Added: head/devel/py-cursive/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cursive/Makefile	Sat Oct 29 12:07:03 2016	(r424907)
@@ -0,0 +1,28 @@
+# Created by: Alexander Nusov <alexander.nusov at nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	cursive
+PORTVERSION=	0.1.1
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov at nfvexpress.com
+COMMENT=	Cursive implements OpenStack-specific validation of digital signatures
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
+		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \
+		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
+		${PYTHON_PKGNAMEPREFIX}netifaces>=0.10.4:net/py-netifaces \
+		${PYTHON_PKGNAMEPREFIX}lxml>=2.3:devel/py-lxml \
+		${PYTHON_PKGNAMEPREFIX}cryptography>=0:security/py-cryptography \
+		${PYTHON_PKGNAMEPREFIX}castellan>=0.4.0:devel/py-castellan
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-cursive/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cursive/distinfo	Sat Oct 29 12:07:03 2016	(r424907)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476648708
+SHA256 (cursive-0.1.1.tar.gz) = 751745b868f6450d928749c9d08b0040bd13f82bcf7c4ed414a57da66b2bc104
+SIZE (cursive-0.1.1.tar.gz) = 18522

Added: head/devel/py-cursive/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-cursive/pkg-descr	Sat Oct 29 12:07:03 2016	(r424907)
@@ -0,0 +1,6 @@
+Cursive implements OpenStack-specific validation of digital signatures.  The
+cursive project contains code extracted from various OpenStack projects for
+verifying digital signatures. Additional capabilities will be added to this
+project in support of various security features.
+
+WWW: https://pypi.python.org/pypi/cursive


More information about the svn-ports-head mailing list