Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 18:03:35 +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: r424276 - in head/devel: . py-pycadf
Message-ID:  <201610191803.u9JI3ZaG072918@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Wed Oct 19 18:03:34 2016
New Revision: 424276
URL: https://svnweb.freebsd.org/changeset/ports/424276

Log:
  Add py-pycadf 2.4.0, CADF Library.
  
  PR:		213542
  Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Oct 19 18:02:35 2016	(r424275)
+++ head/devel/Makefile	Wed Oct 19 18:03:34 2016	(r424276)
@@ -4377,6 +4377,7 @@
     SUBDIR += py-py
     SUBDIR += py-pyasn1
     SUBDIR += py-pyasn1-modules
+    SUBDIR += py-pycadf
     SUBDIR += py-pycalendar
     SUBDIR += py-pycallgraph
     SUBDIR += py-pycerberus

Added: head/devel/py-pycadf/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pycadf/Makefile	Wed Oct 19 18:03:34 2016	(r424276)
@@ -0,0 +1,25 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	pycadf
+PORTVERSION=	2.4.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov@nfvexpress.com
+COMMENT=	CADF Library
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz \
+		${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \
+		${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \
+		${PYTHON_PKGNAMEPREFIX}debtcollector>=1.2.0:devel/py-debtcollector
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-pycadf/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pycadf/distinfo	Wed Oct 19 18:03:34 2016	(r424276)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476297240
+SHA256 (pycadf-2.4.0.tar.gz) = fb6100fd5cb9060b1baac1307b3cdeab0b4c5c363bce86dd712441b46dc9d793
+SIZE (pycadf-2.4.0.tar.gz) = 246975

Added: head/devel/py-pycadf/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-pycadf/pkg-descr	Wed Oct 19 18:03:34 2016	(r424276)
@@ -0,0 +1,6 @@
+This library provides an auditing data model based on the Cloud Auditing Data
+Federation specification, primarily for use by OpenStack.  The goal is to
+establish strict expectations about what auditors can expect from audit
+notifications.
+
+WWW: https://launchpad.net/pycadf



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