From abaa75b10f899ada8dd05b23cc03205064394bc6 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 22 Jan 2021 20:28:19 +0000 Subject: gentoo resync : 22.01.2021 --- dev-python/clikit/Manifest | 3 +++ dev-python/clikit/clikit-0.6.2.ebuild | 35 +++++++++++++++++++++++++++++++++++ dev-python/clikit/metadata.xml | 16 ++++++++++++++++ 3 files changed, 54 insertions(+) create mode 100644 dev-python/clikit/Manifest create mode 100644 dev-python/clikit/clikit-0.6.2.ebuild create mode 100644 dev-python/clikit/metadata.xml (limited to 'dev-python/clikit') diff --git a/dev-python/clikit/Manifest b/dev-python/clikit/Manifest new file mode 100644 index 000000000000..1b98de907478 --- /dev/null +++ b/dev-python/clikit/Manifest @@ -0,0 +1,3 @@ +DIST clikit-0.6.2.tar.gz 72115 BLAKE2B b72f245128c698375f97139cf245bdc8c017e3e2d142f6e3183a42620b23a024531e5b14f05163c6defa9ee54c52c19a64932c62484f2ec8da5c75ea1b7d3d27 SHA512 6f6e436b2161349ce03c705df594e564dbc594b03370dfd62e3b1c8f2accbbc12a1cda881ca392a096435ee243e4f772589ce6f6dfbd3af63d1656d49c3fcb04 +EBUILD clikit-0.6.2.ebuild 832 BLAKE2B d8104e7bf554583fc9248bc3fcf21dbe8b59e02f2869ae0e8c0837cd8d51737df2e18892e0315e2b5ff8122f328d6adc40eed4fd4aaf7c6020e2df50485e147a SHA512 b1306ea25067b396cc1b7ccd4306c48cda0f5eda58eb39d58858039158e43a7ddf3fe17c3fc1373c841e758d274c09f8494912ada3329fb20635145252438c4f +MISC metadata.xml 513 BLAKE2B cb8c163c3be7c18a28edbd53b48d20d30787b2006cc23f68d7b5575232b5fa6fcda37c3b07e5afb6ed5d02779533cd3aed463e4c9aa2c5dcf4ce6de901b014ae SHA512 ea5929f2f091b02c368c6faa4a227b2a2423f05b4aed82abe2122b51630a6be4b9061ec078a5844074cf94ef0a609ab827731eaad6d5c434cc911ce67ae8a3bd diff --git a/dev-python/clikit/clikit-0.6.2.ebuild b/dev-python/clikit/clikit-0.6.2.ebuild new file mode 100644 index 000000000000..c573922235bf --- /dev/null +++ b/dev-python/clikit/clikit-0.6.2.ebuild @@ -0,0 +1,35 @@ +# Copyright 2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DISTUTILS_USE_SETUPTOOLS=pyproject.toml +PYTHON_COMPAT=( python3_{6..9} ) +inherit distutils-r1 + +DESCRIPTION="Group of utilities to build beautiful and testable command line interfaces" +HOMEPAGE="https://github.com/sdispater/clikit" +SRC_URI="https://github.com/sdispater/clikit/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND=" + dev-python/pastel[${PYTHON_USEDEP}] + dev-python/pylev[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND}" +BDEPEND=" + test? ( + dev-python/crashtest[${PYTHON_USEDEP}] + dev-python/pytest-mock[${PYTHON_USEDEP}] + )" + +distutils_enable_tests pytest + +python_prepare_all() { + # skip failing test + rm tests/utils/test_terminal.py || die + + distutils-r1_python_prepare_all +} diff --git a/dev-python/clikit/metadata.xml b/dev-python/clikit/metadata.xml new file mode 100644 index 000000000000..4a11e6ef158b --- /dev/null +++ b/dev-python/clikit/metadata.xml @@ -0,0 +1,16 @@ + + + + + jakov.smolic@sartura.hr + Jakov Smolic + + + proxy-maint@gentoo.org + Proxy Maintainers + + + sdispater/clikit + clikit + + -- cgit v1.2.3