From c653195222b711b2421a15ab1c15cbacafe1c916 Mon Sep 17 00:00:00 2001 From: Matthew Thode Date: Fri, 12 Apr 2019 14:06:30 -0500 Subject: [PATCH] dev-python/jsonext: initial add for a chain to openstack Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Matthew Thode --- dev-python/jsonext/Manifest | 1 + dev-python/jsonext/jsonext-0.4.2.ebuild | 22 ++++++++++++++++++++++ dev-python/jsonext/metadata.xml | 14 ++++++++++++++ 3 files changed, 37 insertions(+) create mode 100644 dev-python/jsonext/Manifest create mode 100644 dev-python/jsonext/jsonext-0.4.2.ebuild create mode 100644 dev-python/jsonext/metadata.xml diff --git a/dev-python/jsonext/Manifest b/dev-python/jsonext/Manifest new file mode 100644 index 000000000000..0319953a82c5 --- /dev/null +++ b/dev-python/jsonext/Manifest @@ -0,0 +1 @@ +DIST jsonext-0.4.2.tar.gz 9574 BLAKE2B cba417bc116e572f383a6d396d33fab0f6b63534ae89c402b6cfc0297a0c2fce336bf63464252fe9c87a9617f7f00ed82fe9de9d4e95356b60ae555963d4951b SHA512 2b47b48b529ad8f3b9662ce19f6ea9250648e17cb94e4a59a52ab6a9aabf64abb74f3c76a1edf274fe1e52863352456c0f95c5cd7406c44ca917b6addd09a2a7 diff --git a/dev-python/jsonext/jsonext-0.4.2.ebuild b/dev-python/jsonext/jsonext-0.4.2.ebuild new file mode 100644 index 000000000000..7603043762e3 --- /dev/null +++ b/dev-python/jsonext/jsonext-0.4.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 python3_7 ) + +inherit distutils-r1 + +DESCRIPTION="Well-structured helpers for serializing commonly encountered structures to JSON." +HOMEPAGE="https://github.com/mbr/jsonext" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND} + dev-python/arrow[${PYTHON_USEDEP}] + dev-python/six[${PYTHON_USEDEP}]" +BDEPEND="" diff --git a/dev-python/jsonext/metadata.xml b/dev-python/jsonext/metadata.xml new file mode 100644 index 000000000000..959c6dbb5909 --- /dev/null +++ b/dev-python/jsonext/metadata.xml @@ -0,0 +1,14 @@ + + + + + python@gentoo.org + + + prometheanfire@gentoo.org + Matthew Thode + + + jsonext makes it easy to serialize objects outside of the standard Python primitives to JSON. + + -- 2.26.2