public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrick Lauer" <patrick@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/
Date: Sun,  1 Oct 2017 17:55:43 +0000 (UTC)	[thread overview]
Message-ID: <1506880539.567591d8f23f983b1ff7eadd33f460d38cca7720.patrick@gentoo> (raw)

commit:     567591d8f23f983b1ff7eadd33f460d38cca7720
Author:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 17:42:01 2017 +0000
Commit:     Patrick Lauer <patrick <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 17:55:39 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567591d8

dev-python/argcomplete: Bump

Package-Manager: Portage-2.3.10, Repoman-2.3.3

 dev-python/argcomplete/Manifest                 |  1 +
 dev-python/argcomplete/argcomplete-1.9.2.ebuild | 31 +++++++++++++++++++++++++
 2 files changed, 32 insertions(+)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index ecbd38a72f8..4d1f9ba0e77 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1,3 +1,4 @@
 DIST argcomplete-1.4.1.tar.gz 37219 SHA256 a7b5fa8d1acb69e49b3c6b3f6225bc709092e0c7f621311bac507a4f6efe609d SHA512 3e9fa64fca93baf14fddd653947ff0269004e8783de0567931dafb9e4d0dfff2e2450ef6df331a4d648f5ce1d817a422f52d8d30b94315cd54fd82102467ded5 WHIRLPOOL ee11a1f16f44b204502bc0a1246626305cbdddf8633608fbb5575270e3568b4995ae449ccf309f12225f29099dac117aa21c66cd14f53d0d90fd6abfc637d7e7
 DIST argcomplete-1.6.0.tar.gz 39685 SHA256 d37abde525436465a5126084a89630887bdafd03fddb1bd7b40efc01dbcff9f0 SHA512 6a2a6a4af3ddb5bea0022bf5e2acb123d4c0505d979887ebb82ed5c8a591d59d35b57084483428d030e0507f3cd149953146f49d4a7b0290bc88648cea3eb7a3 WHIRLPOOL 106a23798ebe624ed9548023f00d970bb119b7b35d763f57be694a032dddaba933622eee5c655b6ce321d7c7297604219ae2a0dd681e5ef836aac53db03713ad
 DIST argcomplete-1.8.2.tar.gz 53626 SHA256 7a2ccde074eb6631232b2f91f8d8d5985d5bebf0e36b091113096e3a0385546b SHA512 ed3ddfe402bd89b81da1935a105dcc1914e9c7b98590624ba1140647ce1322a71d790bf3d0e29fe745ca676aa22f99b9834b58a97c2b1c08ca4a32bab7f4c914 WHIRLPOOL 60f3aa3cb468ee34cbf0766628e927f85bb1693db4ce9d48db3e4610952e413197a794e096675879b4d0cc5b27f3c147f2db357ef03f04e2c7c40d2e259c0597
+DIST argcomplete-1.9.2.tar.gz 46445 SHA256 d6ea272a93bb0387f758def836e73c36fff0c54170258c212de3e84f7db8d5ed SHA512 174a4f7f1e24944472567c7cf2959b1bf1bf1d57f9c9d36469837f568d9e5db89d7055a2b93ff58e72fa5a78acb498833833a465da2b69bcf09fcfa2ecdad742 WHIRLPOOL d2259d7befbb4b5a0ad22b17e6a81b039bd9fd5798843b14566c7066b335b92c61758e4c4475dbcc377aa85bfd519418c98f81eb3c73ca84db00e172e8d9c349

diff --git a/dev-python/argcomplete/argcomplete-1.9.2.ebuild b/dev-python/argcomplete/argcomplete-1.9.2.ebuild
new file mode 100644
index 00000000000..d5626745f23
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-1.9.2.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy pypy3 )
+
+inherit bash-completion-r1 distutils-r1
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="https://pypi.python.org/pypi/argcomplete"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+SLOT="0"
+LICENSE="Apache-2.0"
+KEYWORDS="~amd64 ~x86 ~arm ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/pexpect[${PYTHON_USEDEP}]
+		app-shells/tcsh )"
+
+python_test() {
+	"${EPYTHON}" test/test.py || die
+}
+
+python_install_all() {
+	distutils-r1_python_install_all
+	newbashcomp "${S}"/${PN}/bash_completion.d/python-argcomplete.sh python-${PN}
+}


             reply	other threads:[~2017-10-01 17:55 UTC|newest]

Thread overview: 111+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-10-01 17:55 Patrick Lauer [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-08  3:00 [gentoo-commits] repo/gentoo:master commit in: dev-python/argcomplete/ 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-21  5:59 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
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=1506880539.567591d8f23f983b1ff7eadd33f460d38cca7720.patrick@gentoo \
    --to=patrick@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