dev-python/jsonext: initial add for a chain to openstack
authorMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 19:06:30 +0000 (14:06 -0500)
committerMatthew Thode <prometheanfire@gentoo.org>
Fri, 12 Apr 2019 19:43:46 +0000 (14:43 -0500)
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
dev-python/jsonext/Manifest [new file with mode: 0644]
dev-python/jsonext/jsonext-0.4.2.ebuild [new file with mode: 0644]
dev-python/jsonext/metadata.xml [new file with mode: 0644]

diff --git a/dev-python/jsonext/Manifest b/dev-python/jsonext/Manifest
new file mode 100644 (file)
index 0000000..0319953
--- /dev/null
@@ -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 (file)
index 0000000..7603043
--- /dev/null
@@ -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 (file)
index 0000000..959c6db
--- /dev/null
@@ -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>python@gentoo.org</email>
+       </maintainer>
+       <maintainer type="person">
+               <email>prometheanfire@gentoo.org</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>