From a96eeb675cfc04c083d0b60001c0097532bda9d9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Micha=C5=82=20Bartoszkiewicz?= Date: Thu, 21 May 2020 20:15:16 +0200 Subject: [PATCH] dev-python/jsonlines: new package --- dev-python/jsonlines/Manifest | 1 + dev-python/jsonlines/jsonlines-1.2.0.ebuild | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 dev-python/jsonlines/Manifest create mode 100644 dev-python/jsonlines/jsonlines-1.2.0.ebuild diff --git a/dev-python/jsonlines/Manifest b/dev-python/jsonlines/Manifest new file mode 100644 index 0000000..8304910 --- /dev/null +++ b/dev-python/jsonlines/Manifest @@ -0,0 +1 @@ +DIST jsonlines-1.2.0.tar.gz 9176 BLAKE2B 874b64d383455fb583ebf6eef46839ed7896eedc4fcb49740ef7a9022367e9fe6a2aad9e555c20079158c90cb515faafd963bfb19f2727473ef76a369610f28c SHA512 21af1c74024e1db9e301be0cd025b4cd82899059ecb3fde4c9a6ab4087ef413b7ecb6b5c41bdbb45ed1a48247c88c532c3671a4407890f96207616d2f7467c34 diff --git a/dev-python/jsonlines/jsonlines-1.2.0.ebuild b/dev-python/jsonlines/jsonlines-1.2.0.ebuild new file mode 100644 index 0000000..2dba78f --- /dev/null +++ b/dev-python/jsonlines/jsonlines-1.2.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7,8} ) +inherit distutils-r1 + +DESCRIPTION="Python library to simplify working with jsonlines and ndjson data" +HOMEPAGE="https://github.com/wbolster/jsonlines" +SRC_URI="https://github.com/wbolster/jsonlines/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="dev-python/six[${PYTHON_USEDEP}]" + +distutils_enable_tests pytest +distutils_enable_sphinx doc -- 2.43.2