summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-08-21 08:57:06 +0200
committerMichał Górny <mgorny@gentoo.org>2022-08-21 08:57:06 +0200
commit77dafdd33670961e222ec08f891a529d325c0171 (patch)
tree18e0de260b2f07edc6f55ad9bebc7d326383d6f3
parentdev-python/cleo: Remove old (diff)
downloadgentoo-77dafdd33670961e222ec08f891a529d325c0171.tar.gz
gentoo-77dafdd33670961e222ec08f891a529d325c0171.tar.bz2
gentoo-77dafdd33670961e222ec08f891a529d325c0171.zip
dev-python/clikit: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/clikit/Manifest1
-rw-r--r--dev-python/clikit/clikit-0.6.2.ebuild37
2 files changed, 0 insertions, 38 deletions
diff --git a/dev-python/clikit/Manifest b/dev-python/clikit/Manifest
index 13e4aff894f5..29a764b333df 100644
--- a/dev-python/clikit/Manifest
+++ b/dev-python/clikit/Manifest
@@ -1,2 +1 @@
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
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
-}