mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
Add py-oslo.reports 1.15.0, oslo.reports library.
PR: 214743 Submitted by: Alexander Nusov <alexander.nusov@nfvexpress.com>
This commit is contained in:
parent
59e9295454
commit
f5d4600343
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=427221
@ -4379,6 +4379,7 @@
|
||||
SUBDIR += py-oslo.middleware
|
||||
SUBDIR += py-oslo.policy
|
||||
SUBDIR += py-oslo.privsep
|
||||
SUBDIR += py-oslo.reports
|
||||
SUBDIR += py-oslo.serialization
|
||||
SUBDIR += py-oslo.service
|
||||
SUBDIR += py-oslo.utils
|
||||
|
28
devel/py-oslo.reports/Makefile
Normal file
28
devel/py-oslo.reports/Makefile
Normal file
@ -0,0 +1,28 @@
|
||||
# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com>
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= oslo.reports
|
||||
PORTVERSION= 1.15.0
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
MAINTAINER= alexander.nusov@nfvexpress.com
|
||||
COMMENT= Oslo.reports library
|
||||
|
||||
LICENSE= APACHE20
|
||||
|
||||
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.16.0:devel/py-oslo.utils \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.i18n>=2.1.0:devel/py-oslo.i18n \
|
||||
${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six \
|
||||
${PYTHON_PKGNAMEPREFIX}psutil121>=0:sysutils/py-psutil121 \
|
||||
${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization \
|
||||
${PYTHON_PKGNAMEPREFIX}Jinja2>=2.8:devel/py-Jinja2
|
||||
|
||||
NO_ARCH= yes
|
||||
|
||||
USES= python
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
3
devel/py-oslo.reports/distinfo
Normal file
3
devel/py-oslo.reports/distinfo
Normal file
@ -0,0 +1,3 @@
|
||||
TIMESTAMP = 1478983491
|
||||
SHA256 (oslo.reports-1.15.0.tar.gz) = 6df93c1e31ca178b46a99241ad10b9622e73851a512ed261d93f18906e90641c
|
||||
SIZE (oslo.reports-1.15.0.tar.gz) = 43163
|
3
devel/py-oslo.reports/pkg-descr
Normal file
3
devel/py-oslo.reports/pkg-descr
Normal file
@ -0,0 +1,3 @@
|
||||
oslo.reports library
|
||||
|
||||
WWW: http://pypi.python.org/pypi/oslo.reports
|
Loading…
Reference in New Issue
Block a user