diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-14 05:43:47 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-07-14 05:43:47 +0000 |
| commit | 2eb9743ff9bb1999fa3671f852c70a86f494fb4b (patch) | |
| tree | 44886f9cdd1d538fe78b52f76fb1f173a01c03be /dev-python/argh | |
| parent | 1f5493d8b2fc923040b0225a56e6d9571ac9a6a1 (diff) | |
| download | baldeagleos-repo-2eb9743ff9bb1999fa3671f852c70a86f494fb4b.tar.gz baldeagleos-repo-2eb9743ff9bb1999fa3671f852c70a86f494fb4b.tar.xz baldeagleos-repo-2eb9743ff9bb1999fa3671f852c70a86f494fb4b.zip | |
Adding metadata
Diffstat (limited to 'dev-python/argh')
| -rw-r--r-- | dev-python/argh/Manifest | 1 | ||||
| -rw-r--r-- | dev-python/argh/argh-0.31.3.ebuild | 28 |
2 files changed, 29 insertions, 0 deletions
diff --git a/dev-python/argh/Manifest b/dev-python/argh/Manifest index 30e42a925157..611118f34f4b 100644 --- a/dev-python/argh/Manifest +++ b/dev-python/argh/Manifest @@ -1 +1,2 @@ DIST argh-0.31.2.tar.gz 57200 BLAKE2B e5ba440d08d8f5655d237d61ab65fef02296d28d0562945e56dfa6598deafa6cc288d88e625c4acabfa2eeda359f970679db1e7424d77e0278b65fbe15c8b499 SHA512 2e0d926cae88d6830706f631aa2220654777dcc1a4263af889064d4c805616fce368c90e871a393490b9590f82759f56b2434afeba468e7720f99d85c8b75dd1 +DIST argh-0.31.3.tar.gz 57570 BLAKE2B cb88813701f42657a8e89cab46be367c751ae59cc05d5eba9cebd77d375a73413b33e76d48bf84b42559fcf25f3d4b87473b124346fd4f3ba5433e60204b06a1 SHA512 c3335f975e612332ee9e3479f4517f356bacaad77f0df1e8660d5306257a8e32b139cdaa49c2c4bfa234f32e39e324182de997313c43ea4f45f2e11de7e2a24c diff --git a/dev-python/argh/argh-0.31.3.ebuild b/dev-python/argh/argh-0.31.3.ebuild new file mode 100644 index 000000000000..c8775dc755b5 --- /dev/null +++ b/dev-python/argh/argh-0.31.3.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DISTUTILS_USE_PEP517=flit +PYTHON_COMPAT=( python3_{8,9,10,11,12} pypy3 ) + +inherit distutils-r1 pypi + +DESCRIPTION="A simple argparse wrapper" +HOMEPAGE=" + https://pythonhosted.org/argh/ + https://github.com/neithere/argh/ + https://pypi.org/project/argh/ +" + +LICENSE="LGPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +BDEPEND=" + test? ( + dev-python/iocapture[${PYTHON_USEDEP}] + ) +" + +distutils_enable_tests pytest |
