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/tomlkit-0.7.2.ebuild | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dev-python/tomlkit/tomlkit-0.7.2.ebuild (limited to 'dev-python/tomlkit/tomlkit-0.7.2.ebuild') 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 00000000000..b90a5d8b8c8 --- /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-18-g5258