From e619d4749537a78f97b343e22c3bcbe7b07a5bd5 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 9 Sep 2021 14:50:15 +0200 Subject: [PATCH] dev-python/json5: import from ::sci Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/json5/Manifest | 1 + dev-python/json5/json5-0.9.6.ebuild | 19 +++++++++++++++++++ dev-python/json5/metadata.xml | 13 +++++++++++++ 3 files changed, 33 insertions(+) create mode 100644 dev-python/json5/Manifest create mode 100644 dev-python/json5/json5-0.9.6.ebuild create mode 100644 dev-python/json5/metadata.xml diff --git a/dev-python/json5/Manifest b/dev-python/json5/Manifest new file mode 100644 index 0000000000000..5556fd234b47d --- /dev/null +++ b/dev-python/json5/Manifest @@ -0,0 +1 @@ +DIST json5-0.9.6.tar.gz 109927 BLAKE2B 91e01250a6a4bb3f2f8baa6a425b0721fac3888366c36de7aeed3f82123a48d91b06a1fb7458ef93f99a9bbf9f6b81e7d665a64f52652c495df99bb7af0d5cfd SHA512 6e1d8bc602ab7a13e4b495dc27df438b55f7474284af3a828f3fcae51f4b595e5a7d3be9693cdea4930721e2205db966392ba154d7b80ba7b9b6c9a7c0e7f7af diff --git a/dev-python/json5/json5-0.9.6.ebuild b/dev-python/json5/json5-0.9.6.ebuild new file mode 100644 index 0000000000000..80f247d892509 --- /dev/null +++ b/dev-python/json5/json5-0.9.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..10} ) + +inherit distutils-r1 + +DESCRIPTION="A Python implementation of the JSON5 data format" +HOMEPAGE="https://github.com/dpranke/pyjson5" +SRC_URI="https://github.com/dpranke/pyjson5/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/py${P}" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest diff --git a/dev-python/json5/metadata.xml b/dev-python/json5/metadata.xml new file mode 100644 index 0000000000000..252d0d5fd83c6 --- /dev/null +++ b/dev-python/json5/metadata.xml @@ -0,0 +1,13 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + + json5 + dpranke/pyjson5 + +