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/cmd2/
Date: Tue, 11 Aug 2020 13:43:22 +0000 (UTC)	[thread overview]
Message-ID: <1597153399.9527c0bb6df6aa41e6cfab6e6dd5e856abc16cde.mgorny@gentoo> (raw)

commit:     9527c0bb6df6aa41e6cfab6e6dd5e856abc16cde
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 09:58:41 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 13:43:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9527c0bb

dev-python/cmd2: Bump to 1.3.2

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

 dev-python/cmd2/Manifest          |  1 +
 dev-python/cmd2/cmd2-1.3.2.ebuild | 48 +++++++++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+)

diff --git a/dev-python/cmd2/Manifest b/dev-python/cmd2/Manifest
index 5dc26da4975..48f89f46db3 100644
--- a/dev-python/cmd2/Manifest
+++ b/dev-python/cmd2/Manifest
@@ -3,3 +3,4 @@ DIST cmd2-1.2.0.tar.gz 613769 BLAKE2B dbdabdd52ef26fa6fd91d4255dab1b77b0363fbfba
 DIST cmd2-1.2.1.tar.gz 623518 BLAKE2B 69aebdb6350c453001b6101988d9b0d3d96ca7970c54cd59d3aad6e01b3e7133d62b57cb44588cec786ea21818d8c5983e5bc64510e8c6f07627505f14c28651 SHA512 5f7259111ed8f5719c230c33f6131c8464f5500ba14869d26e9f52850ea619c2b97ed950774930d9e19621e98c64b50c67eaff34277cd81463b60f8dcf6f04a3
 DIST cmd2-1.3.0.tar.gz 642189 BLAKE2B 5052f0d0f3e42329efb43f4552ef24407812705f90e937bb0ef3c19c7b30b2648171a05346dcaf91df873e61e522161ac1db94ed0898114e81079d08478d45d7 SHA512 e9d935435d83b0e6ab946c0abff6d44116a2efcd3ac9eb9997f2f7b765f164ae3e379eca79da781f0689b7944c7ed967e09bd94010f370974a83fb8baab4142f
 DIST cmd2-1.3.1.tar.gz 645161 BLAKE2B 97d89729fdbcb5a367a6a9bdd0edaf9e5295b21cb6ab8efe6e473c57de1df11ef1c7679f14d5a9e3dd7d494af9bbb8a7300db01c4c4d049ab3593ee8b9897ba3 SHA512 84b2c4a1d509e751ba4d88d454143d0c41092ee7101ef916123ef7081ace961eba34c0c9c8be8186aa5200a3ec28d09782380ed609bf21c3e86df1e447020248
+DIST cmd2-1.3.2.tar.gz 646344 BLAKE2B ef801c6c40a7b38b796889696331451d9cd4236942cfe9f4263f74c52fdaf85c3cfcc27336613b17e7c1263ede46940263661db0a19b45706e0f4dbfd6898c97 SHA512 28c410dc9306bdcb895399078a8022c878093ee1fb62cf9bd0674a9f446901e26da5a8d6b625f5391ab328bbcb23502fac2b8f5614b4c39c1e10137f7c92e14a

diff --git a/dev-python/cmd2/cmd2-1.3.2.ebuild b/dev-python/cmd2/cmd2-1.3.2.ebuild
new file mode 100644
index 00000000000..cdd3428887c
--- /dev/null
+++ b/dev-python/cmd2/cmd2-1.3.2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+PYTHON_COMPAT=( python3_{6..9} )
+
+inherit distutils-r1 virtualx
+
+DESCRIPTION="Extra features for standard library's cmd module"
+HOMEPAGE="https://github.com/python-cmd2/cmd2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+	dev-python/attrs[${PYTHON_USEDEP}]
+	>=dev-python/colorama-0.3.7[${PYTHON_USEDEP}]
+	>=dev-python/pyperclip-1.6[${PYTHON_USEDEP}]
+	dev-python/six[${PYTHON_USEDEP}]
+	dev-python/wcwidth[${PYTHON_USEDEP}]
+	$(python_gen_cond_dep '
+		>=dev-python/importlib_metadata-1.6.0[${PYTHON_USEDEP}]
+	' python3_{6,7})
+"
+BDEPEND="
+	dev-python/setuptools_scm[${PYTHON_USEDEP}]
+	test? ( dev-python/pytest-mock[${PYTHON_USEDEP}] )
+"
+
+distutils_enable_tests pytest
+
+src_prepare() {
+	sed -i -e 's:test_which_editor_good:_&:' tests/test_cmd2.py || die
+	distutils-r1_src_prepare
+}
+
+src_test() {
+	# tests rely on very specific text wrapping...
+	local -x COLUMNS=80
+	virtx distutils-r1_src_test
+}
+
+python_test() {
+	distutils_install_for_testing
+	pytest -vv || die "Tests failed with ${EPYTHON}"
+}


             reply	other threads:[~2020-08-11 13:43 UTC|newest]

Thread overview: 139+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-11 13:43 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-11 13:40 [gentoo-commits] repo/gentoo:master commit in: dev-python/cmd2/ Michał Górny
2023-05-31 19:23 Arthur Zamarin
2023-04-06 13:25 Michał Górny
2023-04-06  8:06 Arthur Zamarin
2023-03-16  3:47 Michał Górny
2023-01-28  7:39 Michał Górny
2022-08-13 11:53 Arthur Zamarin
2022-07-14  7:31 Michał Górny
2022-05-28 21:12 Jakov Smolić
2022-05-27 19:45 Michał Górny
2022-05-27  9:07 Jakov Smolić
2022-05-21 13:49 Michał Górny
2022-04-26  1:51 Sam James
2022-04-15  8:22 Arthur Zamarin
2022-03-26 18:14 Arthur Zamarin
2022-03-26 17:34 Arthur Zamarin
2022-02-23  8:12 Michał Górny
2021-12-13  8:09 Michał Górny
2021-12-13  5:42 Sam James
2021-11-29 22:28 Michał Górny
2021-11-22 23:04 Michał Górny
2021-11-19  9:03 Michał Górny
2021-11-12  9:40 Michał Górny
2021-10-16  5:59 Michał Górny
2021-10-15 22:43 Sam James
2021-09-14 21:35 Michał Górny
2021-08-07 14:52 Michał Górny
2021-08-07 14:43 Sam James
2021-07-12 22:46 Michał Górny
2021-07-12 21:50 Sam James
2021-07-06  7:58 Michał Górny
2021-06-17 19:35 Michał Górny
2021-06-14 21:03 Michał Górny
2021-06-07  6:56 Michał Górny
2021-05-24  1:34 Joshua Kinard
2021-03-07 22:39 Michał Górny
2021-03-07 19:43 Sam James
2021-02-01  8:50 Michał Górny
2021-01-05 21:27 Michał Górny
2021-01-05 21:03 Sam James
2021-01-05 15:53 Michał Górny
2020-12-22 21:13 Michał Górny
2020-12-22 20:36 Sam James
2020-12-01 10:32 Michał Górny
2020-11-30 21:12 Sergei Trofimovich
2020-11-12  9:17 Michał Górny
2020-10-26 23:44 Sergei Trofimovich
2020-10-01 21:38 Michał Górny
2020-09-19  7:21 Michał Górny
2020-09-19  2:10 Sam James
2020-09-18 14:36 Michał Górny
2020-09-18  7:23 Michał Górny
2020-09-04  3:30 Michał Górny
2020-08-28  6:28 Michał Górny
2020-08-26  6:38 Michał Górny
2020-08-21 15:36 Agostino Sarubbo
2020-08-21 15:31 Agostino Sarubbo
2020-08-21 15:27 Agostino Sarubbo
2020-08-21  2:47 Michał Górny
2020-08-17  7:10 Agostino Sarubbo
2020-08-16 14:48 Agostino Sarubbo
2020-08-16 14:46 Agostino Sarubbo
2020-08-16 14:46 Agostino Sarubbo
2020-08-15  7:26 Sergei Trofimovich
2020-08-13 19:49 Michał Górny
2020-08-07  4:53 Michał Górny
2020-08-05  7:50 Michał Górny
2020-07-15  5:04 Michał Górny
2020-07-14 12:01 Michał Górny
2020-07-08 13:16 Michał Górny
2020-06-07  7:27 Michał Górny
2020-05-31 15:42 Michał Górny
2020-05-31  6:57 Matt Turner
2020-05-17  9:37 Sergei Trofimovich
2020-05-04 10:29 Michał Górny
2020-04-23 12:12 Michał Górny
2020-04-21 19:45 Sergei Trofimovich
2020-04-09 18:40 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-08 20:53 Sergei Trofimovich
2020-04-07 10:42 Michał Górny
2020-04-03  9:37 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-26 14:51 Michał Górny
2020-03-15 18:41 Agostino Sarubbo
2020-03-15 18:27 Agostino Sarubbo
2020-03-14 22:31 Agostino Sarubbo
2020-03-14  4:55 Michał Górny
2020-03-02  5:42 Michał Górny
2020-02-21 10:08 Michał Górny
2020-02-11 11:37 Agostino Sarubbo
2020-02-10  8:18 Agostino Sarubbo
2020-02-09  8:48 Mikle Kolyada
2020-02-09  4:44 Michał Górny
2020-02-09  4:44 Michał Górny
2020-01-27 11:50 Mikle Kolyada
2020-01-27  7:22 Michał Górny
2020-01-26 20:24 Matthew Thode
2020-01-26 20:24 Matthew Thode
2020-01-24  5:27 Michał Górny
2020-01-24  5:27 Michał Górny
2020-01-13  8:50 Agostino Sarubbo
2020-01-10 19:14 Agostino Sarubbo
2020-01-10  6:19 Michał Górny
2020-01-10  6:19 Michał Górny
2020-01-10  6:19 Michał Górny
2020-01-03 20:46 David Seifert
2019-12-10 14:26 Michał Górny
2019-12-10 14:26 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-13  7:33 Michał Górny
2019-11-13  7:33 Michał Górny
2019-10-16  7:42 Michał Górny
2019-10-16  7:42 Michał Górny
2019-10-02 13:30 Michał Górny
2019-09-25  5:53 Michał Górny
2019-09-25  5:53 Michał Górny
2019-08-08  3:31 Michał Górny
2019-07-25  5:52 Michał Górny
2019-07-10 19:34 Michał Górny
2019-07-09 20:00 Michał Górny
2019-07-09 19:54 Michał Górny
2019-05-11 19:48 Matthew Thode
2019-04-12 22:47 Matthew Thode
2019-01-28  0:25 Matthew Thode
2018-08-30 17:50 Matt Thode
2018-02-22 19:59 Matt Thode
2017-08-31 20:46 Matt Thode
2017-08-31 19:17 Mike Gilbert
2017-08-31 17:20 Matt Thode
2017-08-28 18:35 Matt Thode
2017-04-22 18:28 Mike Gilbert
2017-04-22 18:08 Mike Gilbert
2016-03-26  1:56 Matt Thode
2016-02-28  7:00 Matt Thode

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=1597153399.9527c0bb6df6aa41e6cfab6e6dd5e856abc16cde.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