1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00

Add py-oslo.service 1.16.0, oslo.service library.

PR:		213542
Submitted by:	Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
Roman Bogorodskiy 2016-10-20 15:17:33 +00:00
parent 790a14405d
commit 53135e1511
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424332
4 changed files with 43 additions and 0 deletions

View File

@ -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

View File

@ -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>

View File

@ -0,0 +1,3 @@
TIMESTAMP = 1476297436
SHA256 (oslo.service-1.16.0.tar.gz) = 5a0d4743ece2f481fe95bf0e1be67fbfabf63adaeabca5f1acdc2a0280244fec
SIZE (oslo.service-1.16.0.tar.gz) = 69762

View File

@ -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