diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-04-02 02:14:11 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-04-02 02:14:11 +0100 |
commit | ba6effbcc0d8d9795c4f496457ddfdd024b6e864 (patch) | |
tree | 80388111bc8df6ea9086012f2998a27f515d4246 /dev-python/shtab | |
parent | 113536ff120085dc1a7b12260095732209a389f8 (diff) |
gentoo auto-resync : 02:04:2024 - 02:14:11
Diffstat (limited to 'dev-python/shtab')
-rw-r--r-- | dev-python/shtab/Manifest | 2 | ||||
-rw-r--r-- | dev-python/shtab/shtab-1.7.0.ebuild | 28 |
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-python/shtab/Manifest b/dev-python/shtab/Manifest index 21620c6109a1..eeac29cb2f45 100644 --- a/dev-python/shtab/Manifest +++ b/dev-python/shtab/Manifest @@ -1,5 +1,3 @@ -DIST shtab-1.7.0.tar.gz 45485 BLAKE2B d1aef26a621da7654e5816fda7ebf197cdf23aa3a485716038b6161826b2f1a624caf369bf59a7fd611cc28906debb83f016b167f06c2cfe9d7a53724054ad55 SHA512 82e5bba15007e07c180c5d9585605150f0a5f53b3859888fcdc28c0bc537762635794f7a8ddd6f81f5337d3c7375b925380fc3797198a803fc09635b65dd07f4 DIST shtab-1.7.1.tar.gz 45410 BLAKE2B 15ed00feb1bb051ad3ec21bab9a3300175b22e677db905b714e29b10308489bec6273a7f1e226b3dd70088c74b0dd5f2c7d8958a130e339d197ba290ea6710f4 SHA512 749f21e5b4eba75744a270809b761e7c795e4404727f8e6da87f6620622e42dc6e35aa923c7f8df34bec27af45ec16496fdab11b8450edb09067df9c830ae219 -EBUILD shtab-1.7.0.ebuild 566 BLAKE2B 235c26c9126dbeda7c7eee6dcc4866484d9563655f6b911091eb1e3a295a03ce30542ca2980268cba21cc811d53ac82ed36326f7c12f9d2a1cb8e06b2cae9c40 SHA512 076a95788a8ffd481974c4ae68ec713bd98557d0bb26146c473ec5a5d41440b545873a69448cdeaa1c577c121a95e22bfb840daaa77d14f1b17eaba1697d8cb0 EBUILD shtab-1.7.1.ebuild 564 BLAKE2B fe08e57aaf51fc86978c6cc60d493bbdd322f19532029888d5a902ddb7d060f790df6a7705fb18dd0886b1a735300f12830048e141d414211247ef0847d7fc8d SHA512 7e6de0920ee1ab8b068efc0acb218893c06171555000bd7553b29c0278c827386179f188efc28f2cf638596bd0e83c2883e9a8d679102961152df191d12dbf2e MISC metadata.xml 1056 BLAKE2B da744d720169daf28375de0e42698ea7e0c1b4ac9e0f172f541389a5e1e8e86e788c586b641a58b521b2e8b23d080f41e1732ed83359141b4b4f32680d5fc58c SHA512 e8e23edd387bf397349581222ea3be84591816416b38305ba303e227677da9979a3b448004c537f4b8d8c8e1074f99a0f4fda4afcf41fcd43902731b0df6aa64 diff --git a/dev-python/shtab/shtab-1.7.0.ebuild b/dev-python/shtab/shtab-1.7.0.ebuild deleted file mode 100644 index 3debac670a80..000000000000 --- a/dev-python/shtab/shtab-1.7.0.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} pypy3 ) - -inherit distutils-r1 pypi - -DESCRIPTION="Automagic shell tab completion for Python CLI applications" -HOMEPAGE=" - https://github.com/iterative/shtab - https://pypi.org/project/shtab/ -" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -BDEPEND="dev-python/setuptools-scm[${PYTHON_USEDEP}]" - -distutils_enable_tests pytest - -python_test() { - # Disable pytest-cov - epytest -o addopts= -} |