commit:     27eb72210e55baa0236b556041482f4fbf2300be
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 27 04:33:44 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 27 06:17:02 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27eb7221

dev-python/argcomplete: Bump to 1.12.1

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

 dev-python/argcomplete/Manifest                  |  1 +
 dev-python/argcomplete/argcomplete-1.12.1.ebuild | 35 ++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index 2a793df6115..3a20667d218 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -1 +1,2 @@
 DIST argcomplete-1.12.0.tar.gz 53625 BLAKE2B 
29b4f620537a087629c63dc71c6a0101d40967145680518b566b9c81e3e744c5d73e1ed016795f0ea4338be4e8f20b7df1968e388e1ff09308e012ed1ba6d0c0
 SHA512 
5e21e3caf1dcee661c0dadf28d7b127147325475fe3ae569fae8797a762c34b55125df9f52de8d76f0aa6dd4efdac260a358b325a7659beae02b1dedab501c18
+DIST argcomplete-1.12.1.tar.gz 53677 BLAKE2B 
85c5d75b59875b6fe5bb932ed05916f3af23ef64b993544c69ae431d9e6b5d8c23a9bd35d76b570538ce8e722a6ffc8cbcbfbc9209fbf29ddb000c60a809c03c
 SHA512 
236871966361ac781c04f52c02d90c20badabad12d34bd7c5cb1cf1a74d442f9147e04b320530b55abc0490f7bcd11494cdc13ed5c339c91737f1c979010d096

diff --git a/dev-python/argcomplete/argcomplete-1.12.1.ebuild 
b/dev-python/argcomplete/argcomplete-1.12.1.ebuild
new file mode 100644
index 00000000000..c0644771b08
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-1.12.1.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{6..9} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="Bash tab completion for argparse"
+HOMEPAGE="https://pypi.org/project/argcomplete/";
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~s390 
~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+RDEPEND="
+       $(python_gen_cond_dep '
+               <dev-python/importlib_metadata-2[${PYTHON_USEDEP}]
+       ' -2 python3_{5,6,7} pypy3)"
+# pip is called as an external tool
+BDEPEND="
+       test? (
+               app-shells/fish
+               app-shells/tcsh
+               dev-python/pexpect[${PYTHON_USEDEP}]
+               >=dev-python/pip-19
+       )"
+
+python_test() {
+       "${EPYTHON}" test/test.py -v || die
+}

Reply via email to