summaryrefslogtreecommitdiff
path: root/dev-python/clikit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-21 14:41:18 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-21 14:41:18 +0100
commitcb701a27e552fb85d830f305bee3e17cddae0234 (patch)
tree48ac9c235f92d68705e5a5eb354e6e45b857aebb /dev-python/clikit
parent4dec1dfeca8e16b25934ff861c9eab7d1a8758a1 (diff)
gentoo auto-resync : 21:08:2022 - 14:41:18
Diffstat (limited to 'dev-python/clikit')
-rw-r--r--dev-python/clikit/Manifest2
-rw-r--r--dev-python/clikit/clikit-0.6.2.ebuild37
2 files changed, 0 insertions, 39 deletions
diff --git a/dev-python/clikit/Manifest b/dev-python/clikit/Manifest
index fff623d07f51..b096011c973d 100644
--- a/dev-python/clikit/Manifest
+++ b/dev-python/clikit/Manifest
@@ -1,5 +1,3 @@
DIST clikit-0.6.2.gh.tar.gz 72115 BLAKE2B b72f245128c698375f97139cf245bdc8c017e3e2d142f6e3183a42620b23a024531e5b14f05163c6defa9ee54c52c19a64932c62484f2ec8da5c75ea1b7d3d27 SHA512 6f6e436b2161349ce03c705df594e564dbc594b03370dfd62e3b1c8f2accbbc12a1cda881ca392a096435ee243e4f772589ce6f6dfbd3af63d1656d49c3fcb04
-DIST clikit-0.6.2.tar.gz 72115 BLAKE2B b72f245128c698375f97139cf245bdc8c017e3e2d142f6e3183a42620b23a024531e5b14f05163c6defa9ee54c52c19a64932c62484f2ec8da5c75ea1b7d3d27 SHA512 6f6e436b2161349ce03c705df594e564dbc594b03370dfd62e3b1c8f2accbbc12a1cda881ca392a096435ee243e4f772589ce6f6dfbd3af63d1656d49c3fcb04
EBUILD clikit-0.6.2-r1.ebuild 883 BLAKE2B 059652f73fc428f50afb5e3e3a4d2ffa0c3f429eabcb25655bcc4990030eec5def1fe1f64cde0d25e9f53bebefbe1c2dbe09201ee23e17bcd23620291f7a11cb SHA512 0c44d6bf2fbdf725803819761a8b2bce73f5afa90d4739489feacabc9400ed34c341312924a4bed7c841859a84badf4ffe51e9f269f61313e74bf4887b15eb4e
-EBUILD clikit-0.6.2.ebuild 883 BLAKE2B 53896c9964fa64788dc51cfc4545bf4544f2ff28b9df3d7072908cc7130c6414abe0026b78fff3e758a8d5efb7493f32d30b32b951987dd85139cbcc75d6a97f SHA512 cbd31bdd481d1f03eaa9f482ac34c44b2499f8aa74b49de5e60cd97ca982d79e8b7ef8e035c732090f421599b2d0889962cb6a1609fd3fd82ca570642c263ce6
MISC metadata.xml 517 BLAKE2B de8f2ffe5ab315f2dda508eb12c291f3b531f2e35f33207d5ff8e2e6b698fcfa51df95cac081b3ca674b0f91c55736c75ed228185e457c2a7eb5ce9a64a2a133 SHA512 f34660ceef8ec6a47bc710ee311d1b1fa39d3ba4ece8b87801ff956ec195ceee654b114d22f3fba5f12eb3000ba0574b8212137016f3cb4fe5703557d039d9cd
diff --git a/dev-python/clikit/clikit-0.6.2.ebuild b/dev-python/clikit/clikit-0.6.2.ebuild
deleted file mode 100644
index 200eb8b1216e..000000000000
--- a/dev-python/clikit/clikit-0.6.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DISTUTILS_USE_SETUPTOOLS=pyproject.toml
-PYTHON_COMPAT=( python3_{8..10} )
-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 ~arm ~arm64 ~ppc64 ~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_test() {
- local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1
- local EPYTEST_DESELECT=(
- # skip failing test
- tests/utils/test_terminal.py
- )
- epytest
-}