summaryrefslogtreecommitdiff
path: root/dev-python/argcomplete
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-08-09 03:04:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-08-09 03:04:49 -0500
commit92f6d12bf21434879bac739a9c4c7d9924ce3bad (patch)
tree9a92a97abce6dfa06d4b8bbf4be3083e1bc36207 /dev-python/argcomplete
parent09db256d16c907238beb9d50761d320ac661c08e (diff)
downloadbaldeagleos-repo-92f6d12bf21434879bac739a9c4c7d9924ce3bad.tar.gz
baldeagleos-repo-92f6d12bf21434879bac739a9c4c7d9924ce3bad.tar.xz
baldeagleos-repo-92f6d12bf21434879bac739a9c4c7d9924ce3bad.zip
Adding metadata
Diffstat (limited to 'dev-python/argcomplete')
-rw-r--r--dev-python/argcomplete/Manifest2
-rw-r--r--dev-python/argcomplete/argcomplete-3.7.2.ebuild51
2 files changed, 53 insertions, 0 deletions
diff --git a/dev-python/argcomplete/Manifest b/dev-python/argcomplete/Manifest
index ee4266877f4c..0d30f06bb5ca 100644
--- a/dev-python/argcomplete/Manifest
+++ b/dev-python/argcomplete/Manifest
@@ -2,3 +2,5 @@ DIST argcomplete-3.7.0.tar.gz 73284 BLAKE2B 3ddc792c685e7c1360a26e3f08172a4af567
DIST argcomplete-3.7.0.tar.gz.provenance 10008 BLAKE2B 8c318a26b820764f90c1029e8c075ac2956607a1e8d6c618f5ca8edf553123b6411060b110375db7ca81920445bf5982bf40fb543a20b48c69f3677109282c62 SHA512 b3093040cfffd9e64ebf2f81775ef9b2d25e84ebb8594601182f15e9aaff52271f86a11b2f62cb06a46f56ff0ff0cba4a4f8b25086502fcbc4bbeedd55e676d3
DIST argcomplete-3.7.1.tar.gz 74457 BLAKE2B 46f42c1faee7bdfa5934a07d0d7b8fd80af38c8174cd2a904d41eea6c520f6614437cae44f635f0ddcd566e92d1575a0cc2d1c6e4cdf08c75604e90e503f91dc SHA512 6270f6fb401041c4f2f3b7ce42383e7e44c87e61e956ebff548255250a0a87fffdcfe75fbd6268c2da64023dab87e815f7ab65cf17350596131be5e8cac5adde
DIST argcomplete-3.7.1.tar.gz.provenance 9448 BLAKE2B b5f9684f348efe6fb178d39bac83feb29b5206b981e897fcf5848f29c618537509cb7974532ccc336c8f999a607f9aab64fe9c4c6d3d171d1adb2e5a6b82af5e SHA512 b576e12fd57f1aa6c01c4c35b0c37847870624930c2be0da41fe2bc5a1f09d586c5e4df9ee65dad7096140b8ceefeaaa0edcf14a3f25d2c8639a68598ca7820e
+DIST argcomplete-3.7.2.tar.gz 74473 BLAKE2B 6ec05883f959d2b96c801fc5038bfdd27ad666183c60819c0093d981721d9d902229c9707e44d193680ca5cf0ff7846e961376855d1e16b95d166fe2b7a6380a SHA512 7d421b907740e0369911bf9bf1819c1f09fb2683a9413b4a8a5c35433dc8d3b147906befe81f1cc0d0257ff76589bde686a218b32ecb3b5238725ca719c34493
+DIST argcomplete-3.7.2.tar.gz.provenance 9667 BLAKE2B c35e4136593ea87d19cf4d8ed3eb49e1f672cd1ef80268702d26163dcda3ac78ded85e7f0c73fd2e7c0b9dd3e37819b021aff55a2e377fb39e9562a1bb6449e9 SHA512 46833d85a4f3fe218314e9413abe15be5810c4fab2b3157f931f4af12ddaee999463462099d1d6528d83315887c74462b4dfccbf1653583139b832d7754c651b
diff --git a/dev-python/argcomplete/argcomplete-3.7.2.ebuild b/dev-python/argcomplete/argcomplete-3.7.2.ebuild
new file mode 100644
index 000000000000..6458bc0abf52
--- /dev/null
+++ b/dev-python/argcomplete/argcomplete-3.7.2.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=hatchling
+PYPI_VERIFY_REPO=https://github.com/kislyuk/argcomplete
+PYTHON_COMPAT=( python3_{13..14} )
+
+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 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-macos"
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+# pip is called as an external tool
+# setuptools is needed for package tests
+# zsh pin: https://github.com/kislyuk/argcomplete/issues/544
+BDEPEND="
+ dev-python/hatch-vcs[${PYTHON_USEDEP}]
+ test? (
+ app-shells/tcsh
+ app-shells/zsh
+ dev-python/pexpect[${PYTHON_USEDEP}]
+ >=dev-python/pip-19
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ )
+"
+
+PATCHES=(
+ # increase test timeouts -- this is particularly necessary
+ # for entry point tests because they read metadata of all installed
+ # packages which can take real long on systems with lots of packages
+ "${FILESDIR}/argcomplete-3.1.6-timeout.patch"
+
+ # run pip tests without build isolation, so they don't download
+ # setuptools
+ "${FILESDIR}/argcomplete-3.7.0-no-build-isolation.patch"
+)
+
+python_test() {
+ "${EPYTHON}" test/test.py -v || die
+}