From 5df0c8ba4bb09f65c6cfb7d67dead00d6b2a1bf9 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 28 Feb 2023 22:05:06 +0000 Subject: gentoo auto-resync : 28:02:2023 - 22:05:06 --- dev-python/whatthepatch/Manifest | 4 +--- dev-python/whatthepatch/whatthepatch-1.0.3.ebuild | 22 ---------------------- dev-python/whatthepatch/whatthepatch-1.0.4.ebuild | 5 ++--- 3 files changed, 3 insertions(+), 28 deletions(-) delete mode 100644 dev-python/whatthepatch/whatthepatch-1.0.3.ebuild (limited to 'dev-python/whatthepatch') diff --git a/dev-python/whatthepatch/Manifest b/dev-python/whatthepatch/Manifest index 94846f7b8ea9..99ef278e88c4 100644 --- a/dev-python/whatthepatch/Manifest +++ b/dev-python/whatthepatch/Manifest @@ -1,5 +1,3 @@ -DIST whatthepatch-1.0.3.tar.gz 28634 BLAKE2B 94c5a074bf30ce81dbad1c8c3830efa726f8526e35da03949abb32803721ed01f3faf4c6bfe098bf679e3990489c19a7ba06c73a86959e4ee59adc2a37d59e3b SHA512 87e3e0aa78f71ad73f1b9663c3b1b53ae700ce82f2a5135717487d2ce8e597e3eeb2a9316b3ac96c27eb25a4a8c1e11658d93e976e882dd9f46cb1057f317211 DIST whatthepatch-1.0.4.tar.gz 31063 BLAKE2B b3f66ca0783ae147ebf5d47aa155a23cfbc16fc19aaca9812b53b2a292543f64447e31b469645bfeffb8ab1b8a5ea7cebb9ebad5e9815d6a84a3b44068329448 SHA512 89705fa1ad4a797038b8c4cd30c7ca88b5b51474265bc157f45c244b258075cde587c6da16fabfaa2d6b90eee858ccf82c9f01ce8e44412a5eac504f95fb413b -EBUILD whatthepatch-1.0.3.ebuild 488 BLAKE2B b125fd6b94edc93d2e03e3a0d83f493b8064ee1bc34998b2edf35df6fd06c26e6bcf1929c8223ac397fed80432efa7a519f40866decffd0f57b4d67dc1fc0def SHA512 fd13a7f355ad933cae6772a7bd11d10e4d1e9a438bda0212b92ac37302362a34146fecf6133bbb67902491b7257a048c8f955f472b206121f8e0dc7df2d66045 -EBUILD whatthepatch-1.0.4.ebuild 490 BLAKE2B 402f112362c418bf9723b074621e55c9db1db08a75bad5bfaa3c4a745d449cdd0cec4fb4209107ee83cacc5d07981fe6f9c7612dd3c7732dd4a7c7312c3e7609 SHA512 8b5d98898725816a65796379e3ad79b12b3427944a6ea12b24e9d9ae4daa22b4b7d7f5d778d6f898409b9bb95b01587524e26307440fd122fd9ebc38aa88a8e5 +EBUILD whatthepatch-1.0.4.ebuild 448 BLAKE2B 20c6fc44f243de1af65c82517ff33c979ea5bec2561fe218f49d11adc0989ab893176c362b92aca496bff71789126e2bcbe9ae5a577e6240b8d24268d80b92ef SHA512 de4849d5f73655ea75c3ac946cb942d7d7f2c43f5588400a9f4b33adfb3057c439c773b0adb151a0c8c5d25508c2fa49788dde1dca02c681fd4e2b65c042dacb MISC metadata.xml 401 BLAKE2B ee370b7f08a16ea4054d5192831a530a9bceac969b2832d6fe058e98dd7558498afbebf4c1f2102979b2f3c252de73c5b11aafcdfed7044a5218144def4f333a SHA512 2a5c7944923e59032c3e75a0a08339ab4b273a346ef855a8ff61c45cc52ecc847db314b0e733876e6d14c3ca42418d9573a26d7f47213958f44a47c6dcbb6c48 diff --git a/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild b/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild deleted file mode 100644 index 77385ba4720c..000000000000 --- a/dev-python/whatthepatch/whatthepatch-1.0.3.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{9..11} ) - -inherit distutils-r1 - -DESCRIPTION="A patch parsing and application library." -HOMEPAGE=" - https://github.com/cscorley/whatthepatch/ - https://pypi.org/project/whatthepatch/ -" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" - -distutils_enable_tests pytest diff --git a/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild b/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild index 14cb3b738351..cb31437231b8 100644 --- a/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild +++ b/dev-python/whatthepatch/whatthepatch-1.0.4.ebuild @@ -6,17 +6,16 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -inherit distutils-r1 +inherit distutils-r1 pypi DESCRIPTION="A patch parsing and application library." HOMEPAGE=" https://github.com/cscorley/whatthepatch/ https://pypi.org/project/whatthepatch/ " -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="amd64 ~arm64 ~ppc64 x86" distutils_enable_tests pytest -- cgit v1.2.3