From ea1c31d0fcd15efcdc9c42604ee976ac8ded5c36 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Thu, 10 Jun 2021 11:20:31 +0200 Subject: dev-python/tomlkit: add new dep of jupyter_packaging Package-Manager: Portage-3.0.19, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- dev-python/tomlkit/Manifest | 1 + dev-python/tomlkit/metadata.xml | 13 +++++++++++++ dev-python/tomlkit/tomlkit-0.7.2.ebuild | 18 ++++++++++++++++++ 3 files changed, 32 insertions(+) create mode 100644 dev-python/tomlkit/Manifest create mode 100644 dev-python/tomlkit/metadata.xml create mode 100644 dev-python/tomlkit/tomlkit-0.7.2.ebuild (limited to 'dev-python') diff --git a/dev-python/tomlkit/Manifest b/dev-python/tomlkit/Manifest new file mode 100644 index 000000000000..9229d0898d57 --- /dev/null +++ b/dev-python/tomlkit/Manifest @@ -0,0 +1 @@ +DIST tomlkit-0.7.2.tar.gz 159643 BLAKE2B 6946cdc4c991671eb9e38cf836196a0dfdb7aba2697db95f3fcee58652d3c8ba96295df447b8145f0143447339834015abbd60928d7588c68ae31c298fd6d2d4 SHA512 cfb17d133463c22ae8b76dd03587f23f6dafedfd2decdf15ae29fe5c05117ebd3e17057f49bdb17345386f5ce3073b1e5b1937c6ab6683aefb0fc0abd7571580 diff --git a/dev-python/tomlkit/metadata.xml b/dev-python/tomlkit/metadata.xml new file mode 100644 index 000000000000..3fbb877c5ee2 --- /dev/null +++ b/dev-python/tomlkit/metadata.xml @@ -0,0 +1,13 @@ + + + + + sci@gentoo.org + Gentoo Science Project + + + + tomlkit + sdispater/tomlkit + + diff --git a/dev-python/tomlkit/tomlkit-0.7.2.ebuild b/dev-python/tomlkit/tomlkit-0.7.2.ebuild new file mode 100644 index 000000000000..b90a5d8b8c84 --- /dev/null +++ b/dev-python/tomlkit/tomlkit-0.7.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{7..10} ) + +inherit distutils-r1 + +DESCRIPTION="Style preserving TOML library" +HOMEPAGE="https://github.com/sdispater/tomlkit" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +distutils_enable_tests pytest -- cgit v1.2.3-65-gdbad