Date: Sat, 29 Oct 2016 12:07:03 +0000 (UTC) From: Roman Bogorodskiy <novel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r424907 - in head/devel: . py-cursive Message-ID: <201610291207.u9TC73Dt075017@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@nfvexpress.com> +# $FreeBSD$ + +PORTNAME= cursive +PORTVERSION= 0.1.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= alexander.nusov@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610291207.u9TC73Dt075017>