commit: c653195222b711b2421a15ab1c15cbacafe1c916 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Apr 12 19:06:30 2019 +0000 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Apr 12 19:43:46 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6531952
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 <prometheanfire <AT> gentoo.org> 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(+) diff --git a/dev-python/jsonext/Manifest b/dev-python/jsonext/Manifest new file mode 100644 index 00000000000..0319953a82c --- /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 00000000000..7603043762e --- /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 00000000000..959c6dbb590 --- /dev/null +++ b/dev-python/jsonext/metadata.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + </maintainer> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matthew Thode</name> + </maintainer> + <longdescription lang="en"> + jsonext makes it easy to serialize objects outside of the standard Python primitives to JSON. + </longdescription> +</pkgmetadata>
