From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/
Date: Tue, 21 Mar 2023 05:59:43 +0000 (UTC) [thread overview]
Message-ID: <1679378378.3d905c3c0f3d66b235352a3b62c683b622eb0eca.mgorny@gentoo> (raw)
commit: 3d905c3c0f3d66b235352a3b62c683b622eb0eca
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 05:45:57 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 05:59:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d905c3c
dev-python/argcomplete: Bump to 3.0.3
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/argcomplete/Manifest | 1 +
dev-python/argcomplete/argcomplete-3.0.3.ebuild | 40 +++++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index fd628a4f3a9d..d78bc7044b15 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -3,3 +3,4 @@ DIST argcomplete-2.0.5.tar.gz 54665 BLAKE2B 33b3c1d6ba4b6fe6ac959db050d4944411a3
DIST argcomplete-2.1.1.tar.gz 54042 BLAKE2B f4d1825306a17a873e3b3a9f23fea20ba29c4956ffc3228de4737b5be6280a3f29214a9e96bf5123220b2bd0b0fd88e77aa4d1487ef715af4e353fab0e2827a5 SHA512 3d37059713d953037421f2a3a2de1f3de7d2073423bce16187ffd47d24edbb72778ca2513ecb52c68ed6a3f89999da85770af36d07fded4ab1b41693a2ef2836
DIST argcomplete-2.1.2.tar.gz 54114 BLAKE2B 19d29eb26c8d77998dcba51c263f49800ff98f22038964faf63d7b5963e8d62ca71ade9493937014f2e030add8a7d1032e2fdffce28765e12164906499cd2bcb SHA512 a91e3c0274c780da173659524f166b98f55342e54fbd38583757e65350b2288ea0e7f5acee7cb83b11478eda1b9b0f82ae6b0f559d7104c4ed67a6e1c9befa24
DIST argcomplete-3.0.0.tar.gz 54666 BLAKE2B 98ea63847232e17a485f2a5484fc58d2154281046c190c98f542ee9c3e82ee13d4504056a8da29a093632693badb9a93067ad64b28ffa3d58d22de9c0a99f21a SHA512 ecb88f6487fe6b4e7ecd8b504496bd2e4ffb4ca9dc0e27557d6db49b5b07610f6a8560e15cb5a5ad49af71e5b6c1d825a2e8a72731b2c39ba3907c2a9fe0a14f
+DIST argcomplete-3.0.3.tar.gz 54772 BLAKE2B 59ad1fc393f37875c152e7bda958cf185bb4d5cf6b331d4c2847f09a040365449906bdce3eb6bd251d569e3fa50bafbdb2f328c0bcc7f2b7dc2608c562b694d0 SHA512 413407d6f54708d6321b6ab67bab5755084846588aa4fceabe35ea4de95d652887847c6df4739da51ae89aeadac90e0f6cb0e1d92237267fa92502e2c8c27070
diff --git a/dev-python/argcomplete/argcomplete-3.0.3.ebuild b/dev-python/argcomplete/argcomplete-3.0.3.ebuild
new file mode 100644
index 000000000000..4c9150727c75
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-3.0.3.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1 pypi
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="
+ https://github.com/kislyuk/argcomplete/
+ https://pypi.org/project/argcomplete/
+"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# pip is called as an external tool
+BDEPEND="
+ test? (
+ app-shells/fish
+ app-shells/tcsh
+ dev-python/pexpect[${PYTHON_USEDEP}]
+ >=dev-python/pip-19
+ )
+"
+
+src_prepare() {
+ sed -i -e 's:timeout=5:timeout=30:' test/test.py || die
+ distutils-r1_src_prepare
+}
+
+python_test() {
+ "${EPYTHON}" test/test.py -v || die
+}
next reply other threads:[~2023-03-21 5:59 UTC|newest]
Thread overview: 112+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-21 5:59 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-26 13:28 [gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/ Arthur Zamarin
2024-10-08 3:00 Michał Górny
2024-08-24 13:06 Michał Górny
2024-08-24 9:05 Arthur Zamarin
2024-08-07 4:56 Michał Górny
2024-07-06 6:32 Sam James
2024-06-17 2:19 Michał Górny
2024-05-12 17:13 Michał Górny
2024-05-01 17:44 Michał Górny
2024-05-01 16:48 Sam James
2024-04-15 1:42 Michał Górny
2024-03-23 11:58 Michał Górny
2024-03-23 11:53 Michał Górny
2024-03-08 5:40 Michał Górny
2024-02-08 14:48 Michał Górny
2024-02-08 14:43 Michał Górny
2024-01-24 7:01 Michał Górny
2023-12-30 14:32 Michał Górny
2023-12-30 14:25 Arthur Zamarin
2023-12-11 4:14 Michał Górny
2023-11-29 10:12 Michał Górny
2023-11-29 10:10 Michał Górny
2023-11-02 14:28 Michał Górny
2023-10-18 15:49 Michał Górny
2023-09-17 4:44 Michał Górny
2023-07-21 12:52 Arthur Zamarin
2023-07-21 12:49 Sam James
2023-06-11 5:18 Michał Górny
2023-06-08 4:39 Michał Górny
2023-06-07 19:24 Arthur Zamarin
2023-06-07 19:24 Arthur Zamarin
2023-05-29 23:50 Sam James
2023-05-29 20:23 Sam James
2023-05-28 23:41 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-28 23:33 Sam James
2023-05-23 18:39 Arthur Zamarin
2023-04-24 5:57 Michał Górny
2023-04-05 9:30 Arthur Zamarin
2023-03-26 18:02 Michał Górny
2023-03-22 6:05 Michał Górny
2023-03-20 5:36 Michał Górny
2023-03-18 6:15 Michał Górny
2023-03-07 7:08 Michał Górny
2023-03-05 8:21 Sam James
2023-03-05 3:56 Michał Górny
2022-06-10 6:54 Michał Górny
2022-05-10 17:52 Michał Górny
2022-05-10 17:52 Michał Górny
2022-02-13 9:39 Michał Górny
2022-01-08 9:39 Michał Górny
2021-11-09 10:38 Michał Górny
2021-06-05 20:55 Michał Górny
2021-05-23 23:36 Joshua Kinard
2021-05-05 19:14 Michał Górny
2021-04-19 21:22 Michał Górny
2020-12-27 0:34 Sam James
2020-12-25 23:35 Michał Górny
2020-12-25 23:00 Sam James
2020-11-24 8:18 Michał Górny
2020-11-03 12:54 Sam James
2020-09-27 17:00 Michał Górny
2020-09-27 6:17 Michał Górny
2020-09-20 7:57 Michał Górny
2020-08-18 23:48 Sam James
2020-08-03 16:34 Sergei Trofimovich
2020-08-01 19:06 Sergei Trofimovich
2020-07-12 20:19 Michał Górny
2020-07-12 2:41 Sam James
2020-07-11 16:48 Sam James
2020-07-05 13:39 Agostino Sarubbo
2020-07-01 12:21 Michał Górny
2020-06-21 16:54 Agostino Sarubbo
2020-06-20 15:45 Thomas Deutschmann
2020-06-01 17:02 Sergei Trofimovich
2020-05-30 12:48 Michał Górny
2020-05-30 8:08 Michał Górny
2020-05-26 17:35 Sergei Trofimovich
2020-05-26 12:58 Michał Górny
2020-05-09 22:25 Sergei Trofimovich
2020-04-27 17:08 Sergei Trofimovich
2020-04-26 19:50 Michał Górny
2020-04-26 19:02 Matt Turner
2020-04-13 22:42 Sergei Trofimovich
2020-03-26 11:20 Michał Górny
2020-03-26 11:16 Michał Górny
2020-03-26 11:16 Michał Górny
2020-03-25 5:09 Georgy Yakovlev
2020-03-16 4:10 Matt Turner
2020-02-05 19:26 Sergei Trofimovich
2020-01-15 7:20 Michał Górny
2019-12-24 10:21 Michał Górny
2019-12-03 3:02 Aaron Bauman
2019-11-27 16:06 Michał Górny
2019-11-27 10:45 Michał Górny
2019-11-16 13:17 Michał Górny
2019-11-16 13:17 Michał Górny
2019-07-18 10:18 Michał Górny
2019-04-27 19:54 Anthony G. Basile
2018-06-22 22:45 Pacho Ramos
2018-06-22 22:45 Pacho Ramos
2018-03-29 3:29 Mike Frysinger
2017-10-01 17:55 Patrick Lauer
2016-11-13 21:49 David Seifert
2016-08-22 8:56 Patrice Clement
2016-08-22 8:56 Patrice Clement
2016-07-17 14:37 Patrick Lauer
2016-04-05 21:12 Manuel Rüger
2016-02-26 19:31 Patrick Lauer
2016-02-18 10:22 Patrick Lauer
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=1679378378.3d905c3c0f3d66b235352a3b62c683b622eb0eca.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