public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/clikit/
Date: Fri, 19 Aug 2022 10:48:57 +0000 (UTC)	[thread overview]
Message-ID: <1660906133.1d352c26469e67fbae08c63d554d0d5c303f3048.mgorny@gentoo> (raw)

commit:     1d352c26469e67fbae08c63d554d0d5c303f3048
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 19 10:47:36 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Aug 19 10:48:53 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d352c26

dev-python/clikit: Modernize

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/clikit/Manifest               |  1 +
 dev-python/clikit/clikit-0.6.2-r1.ebuild | 43 ++++++++++++++++++++++++++++++++
 2 files changed, 44 insertions(+)

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..3b1b46b4b24b
--- /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_{8..11} )
+
+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
+}


             reply	other threads:[~2022-08-19 10:49 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-19 10:48 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-05-30 11:42 [gentoo-commits] repo/gentoo:master commit in: dev-python/clikit/ Arthur Zamarin
2024-06-19 15:00 Petr Vaněk
2023-12-27  0:20 Jakov Smolić
2023-11-24 16:32 Arthur Zamarin
2023-10-28 15:39 Michał Górny
2022-08-21  6:58 Michał Górny
2022-08-20 23:03 Sam James
2022-08-19 10:48 Michał Górny
2022-08-19 10:48 Michał Górny
2022-05-27 15:13 Arthur Zamarin
2022-03-25 19:41 Jakov Smolić
2021-11-17  6:57 Arthur Zamarin
2021-11-05  3:17 Sam James
2021-10-24  1:09 Sam James
2021-05-06 11:38 Michał Górny
2021-02-18 17:12 Sam James
2021-02-16 12:26 Sam James
2021-01-17 20:38 Michał Górny
2021-01-16  8:33 Joonas Niilola
2021-01-16  8:33 Joonas Niilola

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1660906133.1d352c26469e67fbae08c63d554d0d5c303f3048.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox