From 0f558761aa2dee1017b4751e4017205e015a9560 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 29 Jun 2022 12:04:12 +0100 Subject: gentoo resync : 29.12.2022 --- dev-python/argh/Manifest | 2 +- dev-python/argh/argh-0.26.2-r2.ebuild | 28 ---------------------------- dev-python/argh/argh-0.26.2-r3.ebuild | 29 +++++++++++++++++++++++++++++ 3 files changed, 30 insertions(+), 29 deletions(-) delete mode 100644 dev-python/argh/argh-0.26.2-r2.ebuild create mode 100644 dev-python/argh/argh-0.26.2-r3.ebuild (limited to 'dev-python/argh') diff --git a/dev-python/argh/Manifest b/dev-python/argh/Manifest index e89f7129c8d9..d428b09697a7 100644 --- a/dev-python/argh/Manifest +++ b/dev-python/argh/Manifest @@ -1,4 +1,4 @@ AUX argh-0.26.2-fix-py3.9-msgs.patch 1135 BLAKE2B 4730066f38371dd5c8c0e7004ffb633077e3b246d204a24e07064a1e7ae0cdf2069c3495acee25e22f49297eea21bcc3893432093180e69b2f387a5d2d111d69 SHA512 0dbd6086af1cc4486d736142b8321c09f37d4e732a6f6b8e307f05fe461486d01c7def8cc2e36a0b6068ab8533b20ae6e5dce2b4d556a5181b65043c5e568ef3 DIST argh-0.26.2.tar.gz 32913 BLAKE2B 315dc36c4a98cb4a8fdab68a30ed3d4d87d1565717722ed496255d8b1b4e505277032217da4c5d750f210974890d8094c52f920044173ff2168adf7cb7f6a2bd SHA512 90382900d5cec9629dacb4459a2c9491d1425b66fa3f90d7cbf511dec846a99dbb9424f3e08f0c006da48fbf9c067078705be70b314700541fd800630e4b1707 -EBUILD argh-0.26.2-r2.ebuild 599 BLAKE2B b6326b3a61936aa7cd46026728a5edd8459d052211066e671fccb1d5174f04a2e055a98703778f535ec83f72b2522393093254c6ded60a5447575dcd9df60254 SHA512 ac822e8f19ff6e8a5beb4d97f55b36682a40ab88a7a8bb3a3db8e5537171477e5ba4700db65880ddcd4600d752252b27620ea734ec8c3b4b06f140eab4415333 +EBUILD argh-0.26.2-r3.ebuild 631 BLAKE2B dda71b7473ea6be989fa1a04da7d3d009691723202a1de8fb113840b5670d19c1af35adfdac8ccd567312bef49db1ed2942b6c7479900554295e9461924315fa SHA512 24534b53c4080bd1a539c035bf2a368bfc9df20f504b8b237a2ba9d48683bb62b5c51a01b089df93f8c441ec246bcba43b1f33e56584a946b1bade0c9af34d7f MISC metadata.xml 385 BLAKE2B e1fc25e92c45fbd0183634cc645085fef5223a59975a5000557c1a2ef497c6f9ce017e462a9a881e61b4578c90859f51e5471d197ea884b7dc4ce90786a0987a SHA512 97719df6c0b48c7348bf25de9016dd1de373d6b9e1fd7f52d87eb6e0935608719c726aa3f4ca4aba8fa1211d1234c2b959dd821d241cd65b6cb47b1a06481df6 diff --git a/dev-python/argh/argh-0.26.2-r2.ebuild b/dev-python/argh/argh-0.26.2-r2.ebuild deleted file mode 100644 index 0855d02bd743..000000000000 --- a/dev-python/argh/argh-0.26.2-r2.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..10} pypy3 ) - -inherit distutils-r1 - -DESCRIPTION="A simple argparse wrapper" -HOMEPAGE="https://pythonhosted.org/argh/" -SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" - -SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" -LICENSE="LGPL-3" - -BDEPEND=" - test? ( - dev-python/iocapture[${PYTHON_USEDEP}] - dev-python/mock[${PYTHON_USEDEP}] - )" - -PATCHES=( - "${FILESDIR}/${P}-fix-py3.9-msgs.patch" -) - -distutils_enable_tests pytest diff --git a/dev-python/argh/argh-0.26.2-r3.ebuild b/dev-python/argh/argh-0.26.2-r3.ebuild new file mode 100644 index 000000000000..c0c23d0c5c7f --- /dev/null +++ b/dev-python/argh/argh-0.26.2-r3.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} pypy3 ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 + +DESCRIPTION="A simple argparse wrapper" +HOMEPAGE="https://pythonhosted.org/argh/" +SRC_URI="mirror://pypi/a/${PN}/${P}.tar.gz" + +SLOT="0" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86" +LICENSE="LGPL-3" + +BDEPEND=" + test? ( + dev-python/iocapture[${PYTHON_USEDEP}] + dev-python/mock[${PYTHON_USEDEP}] + )" + +PATCHES=( + "${FILESDIR}/${P}-fix-py3.9-msgs.patch" +) + +distutils_enable_tests pytest -- cgit v1.2.3