Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Oct 2016 18:39:55 +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: r424280 - in head/devel: . py-oslo.concurrency
Message-ID:  <201610191839.u9JIduuT085045@repo.freebsd.org>

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

Log:
  Add py-oslo.concurrency 3.14.0, oslo Concurrency library.
  
  PR:		213542
  Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Wed Oct 19 18:07:40 2016	(r424279)
+++ head/devel/Makefile	Wed Oct 19 18:39:55 2016	(r424280)
@@ -4328,6 +4328,7 @@
     SUBDIR += py-ordereddict
     SUBDIR += py-os-client-config
     SUBDIR += py-osc-lib
+    SUBDIR += py-oslo.concurrency
     SUBDIR += py-oslo.config
     SUBDIR += py-oslo.context
     SUBDIR += py-oslo.db

Added: head/devel/py-oslo.concurrency/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.concurrency/Makefile	Wed Oct 19 18:39:55 2016	(r424280)
@@ -0,0 +1,28 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	oslo.concurrency
+PORTVERSION=	3.14.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov@nfvexpress.com
+COMMENT=	Oslo Concurrency library
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}enum34>=0:devel/py-enum34 \
+		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}retrying>=0:devel/py-retrying \
+		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
+		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
+		${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \
+		${PYTHON_PKGNAMEPREFIX}iso8601>=0.1.11:devel/py-iso8601 \
+		${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-oslo.concurrency/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.concurrency/distinfo	Wed Oct 19 18:39:55 2016	(r424280)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476297312
+SHA256 (oslo.concurrency-3.14.0.tar.gz) = e76adec89e3b0444f4d3076d8568ea9caf68cf0279de5b3687a51a29d2482eaf
+SIZE (oslo.concurrency-3.14.0.tar.gz) = 45148

Added: head/devel/py-oslo.concurrency/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.concurrency/pkg-descr	Wed Oct 19 18:39:55 2016	(r424280)
@@ -0,0 +1,5 @@
+The oslo.concurrency library has utilities for safely running multi-thread,
+multi-process applications using locking mechanisms and for running external
+processes.
+
+WWW: https://pypi.python.org/pypi/oslo.concurrency



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