diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-19 12:48:42 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2022-08-19 12:48:42 +0000 |
| commit | 63b6e5656a08eb9287e36c420ea46d37210a4a7c (patch) | |
| tree | 37197815afb0163ca132fd7dadc641c4ca845ae4 /dev-python/clikit | |
| parent | f97373b42b840a1304aa37da034db515c0450494 (diff) | |
| download | baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.tar.gz baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.tar.xz baldeagleos-repo-63b6e5656a08eb9287e36c420ea46d37210a4a7c.zip | |
Adding metadata
Diffstat (limited to 'dev-python/clikit')
| -rw-r--r-- | dev-python/clikit/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/clikit/clikit-0.6.2-r1.ebuild | 43 | ||||
| -rw-r--r-- | dev-python/clikit/clikit-0.6.2.ebuild | 12 | ||||
| -rw-r--r-- | dev-python/clikit/metadata.xml | 4 |
4 files changed, 55 insertions, 5 deletions
diff --git a/dev-python/clikit/Manifest b/dev-python/clikit/Manifest index cfef6b02db15..13e4aff894f5 100644 --- a/dev-python/clikit/Manifest +++ b/dev-python/clikit/Manifest @@ -1 +1,2 @@ +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-r1.ebuild b/dev-python/clikit/clikit-0.6.2-r1.ebuild new file mode 100644 index 000000000000..31918685893b --- /dev/null +++ b/dev-python/clikit/clikit-0.6.2-r1.ebuild @@ -0,0 +1,43 @@ +# Copyright 2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=poetry +PYTHON_COMPAT=( python3_{7,8,9,10} ) + +inherit distutils-r1 + +DESCRIPTION="Group of utilities to build beautiful and testable command line interfaces" +HOMEPAGE=" + https://github.com/sdispater/clikit/ + https://pypi.org/project/clikit/ +" +SRC_URI=" + https://github.com/sdispater/clikit/archive/${PV}.tar.gz + -> ${P}.gh.tar.gz +" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" + +RDEPEND=" + dev-python/pastel[${PYTHON_USEDEP}] + dev-python/pylev[${PYTHON_USEDEP}] +" +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 -x PYTEST_PLUGINS=pytest_mock.plugin + local -x COLUMNS=80 + epytest +} diff --git a/dev-python/clikit/clikit-0.6.2.ebuild b/dev-python/clikit/clikit-0.6.2.ebuild index cc926e0746bd..fb63ec83b64a 100644 --- a/dev-python/clikit/clikit-0.6.2.ebuild +++ b/dev-python/clikit/clikit-0.6.2.ebuild @@ -27,9 +27,11 @@ BDEPEND=" distutils_enable_tests pytest -python_prepare_all() { - # skip failing test - rm tests/utils/test_terminal.py || die - - distutils-r1_python_prepare_all +python_test() { + local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 + local EPYTEST_DESELECT=( + # skip failing test + tests/utils/test_terminal.py + ) + epytest } diff --git a/dev-python/clikit/metadata.xml b/dev-python/clikit/metadata.xml index 435852eb93f2..12cb1059a8c1 100644 --- a/dev-python/clikit/metadata.xml +++ b/dev-python/clikit/metadata.xml @@ -5,6 +5,10 @@ <email>jsmolic@gentoo.org</email> <name>Jakov Smolić</name> </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> <origin>gentoo-staging</origin> <stabilize-allarches/> |
