1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00

New port: devel/py-oslo.serialization

The oslo.serialization library provides support for representing objects
in transmittable and storable formats, such as Base64, JSON and MessagePack.

WWW: http://docs.openstack.org/developer/oslo.serialization/

Differential Revision:	D4903
Submitted by:		Davide D'Amico <dave@gufi.org>
Reviewed by:		koobs
This commit is contained in:
Roman Bogorodskiy 2016-01-15 00:49:20 +00:00
parent 82760dbb35
commit 58a3be000e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=406131
4 changed files with 33 additions and 0 deletions

View File

@ -4178,6 +4178,7 @@
SUBDIR += py-orbit
SUBDIR += py-ordereddict
SUBDIR += py-oslo.i18n
SUBDIR += py-oslo.serialization
SUBDIR += py-oslo.utils
SUBDIR += py-palm
SUBDIR += py-parsedatetime

View File

@ -0,0 +1,26 @@
# $FreeBSD$
PORTNAME= oslo.serialization
PORTVERSION= 2.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dave@gufi.org
COMMENT= Oslo Serialization library
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:${PORTSDIR}/devel/py-pbr
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}msgpack>0:${PORTSDIR}/devel/py-msgpack \
${PYTHON_PKGNAMEPREFIX}oslo.utils>0:${PORTSDIR}/devel/py-oslo.utils \
${PYTHON_PKGNAMEPREFIX}pytz>0:${PORTSDIR}/devel/py-pytz \
${PYTHON_PKGNAMEPREFIX}six>0:${PORTSDIR}/devel/py-six
NO_ARCH= yes
USES= python
USE_PYTHON= autoplist concurrent distutils
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (oslo.serialization-2.2.0.tar.gz) = 24320d26f6bc4850057aa9996e3a2431d4c4c5d0b670658e7e632007f31c4003
SIZE (oslo.serialization-2.2.0.tar.gz) = 20467

View File

@ -0,0 +1,4 @@
The oslo.serialization library provides support for representing objects
in transmittable and storable formats, such as Base64, JSON and MessagePack.
WWW: http://docs.openstack.org/developer/oslo.serialization/