Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 20 Oct 2016 15:17:33 +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: r424332 - in head/devel: . py-oslo.service
Message-ID:  <201610201517.u9KFHXKL056884@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: novel
Date: Thu Oct 20 15:17:33 2016
New Revision: 424332
URL: https://svnweb.freebsd.org/changeset/ports/424332

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

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

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Thu Oct 20 15:16:44 2016	(r424331)
+++ head/devel/Makefile	Thu Oct 20 15:17:33 2016	(r424332)
@@ -4339,6 +4339,7 @@
     SUBDIR += py-oslo.middleware
     SUBDIR += py-oslo.policy
     SUBDIR += py-oslo.serialization
+    SUBDIR += py-oslo.service
     SUBDIR += py-oslo.utils
     SUBDIR += py-palm
     SUBDIR += py-parsedatetime

Added: head/devel/py-oslo.service/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.service/Makefile	Thu Oct 20 15:17:33 2016	(r424332)
@@ -0,0 +1,33 @@
+# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
+# $FreeBSD$
+
+PORTNAME=	oslo.service
+PORTVERSION=	1.16.0
+CATEGORIES=	devel python
+MASTER_SITES=	CHEESESHOP
+PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+
+MAINTAINER=	alexander.nusov@nfvexpress.com
+COMMENT=	Oslo.service library
+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}routes>=0:www/py-routes \
+		${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
+		${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
+		${PYTHON_PKGNAMEPREFIX}oslo.log>=1.14.0:devel/py-oslo.log \
+		${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
+		${PYTHON_PKGNAMEPREFIX}oslo.config>=3.14.0:devel/py-oslo.config \
+		${PYTHON_PKGNAMEPREFIX}oslo.concurrency>=3.8.0:devel/py-oslo.concurrency \
+		${PYTHON_PKGNAMEPREFIX}monotonic>=0.6:devel/py-monotonic \
+		${PYTHON_PKGNAMEPREFIX}greenlet>=0.3.2:devel/py-greenlet \
+		${PYTHON_PKGNAMEPREFIX}eventlet>=0:net/py-eventlet \
+		${PYTHON_PKGNAMEPREFIX}webob>=1.2.3:www/py-webob \
+		${PYTHON_PKGNAMEPREFIX}PasteDeploy>=1.5.0:www/py-pastedeploy \
+		${PYTHON_PKGNAMEPREFIX}Paste>=0:www/py-paste
+
+NO_ARCH=	yes
+
+USES=		python
+USE_PYTHON=	autoplist distutils
+
+.include <bsd.port.mk>

Added: head/devel/py-oslo.service/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.service/distinfo	Thu Oct 20 15:17:33 2016	(r424332)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1476297436
+SHA256 (oslo.service-1.16.0.tar.gz) = 5a0d4743ece2f481fe95bf0e1be67fbfabf63adaeabca5f1acdc2a0280244fec
+SIZE (oslo.service-1.16.0.tar.gz) = 69762

Added: head/devel/py-oslo.service/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/devel/py-oslo.service/pkg-descr	Thu Oct 20 15:17:33 2016	(r424332)
@@ -0,0 +1,6 @@
+oslo.service provides a framework for defining new long-running services using
+the patterns established by other OpenStack applications. It also includes
+utilities long-running applications might need for working with SSL or WSGI,
+performing periodic operations, interacting with systemd, etc.
+
+WWW: https://pypi.python.org/pypi/oslo.service



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