From 4551b41523452c0d743a71cca34e4dca2ca7538c Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Wed, 4 Jan 2023 12:06:28 +0000 Subject: gentoo auto-resync : 04:01:2023 - 12:06:28 --- dev-vcs/Manifest.gz | Bin 11310 -> 11312 bytes dev-vcs/git-pw/Manifest | 4 ++-- dev-vcs/git-pw/git-pw-2.3.0.ebuild | 45 ------------------------------------ dev-vcs/git-pw/git-pw-2.4.0.ebuild | 46 +++++++++++++++++++++++++++++++++++++ 4 files changed, 48 insertions(+), 47 deletions(-) delete mode 100644 dev-vcs/git-pw/git-pw-2.3.0.ebuild create mode 100644 dev-vcs/git-pw/git-pw-2.4.0.ebuild (limited to 'dev-vcs') diff --git a/dev-vcs/Manifest.gz b/dev-vcs/Manifest.gz index 876a02081adb..8a32e74117aa 100644 Binary files a/dev-vcs/Manifest.gz and b/dev-vcs/Manifest.gz differ diff --git a/dev-vcs/git-pw/Manifest b/dev-vcs/git-pw/Manifest index 185a69110e05..b86b5f19791b 100644 --- a/dev-vcs/git-pw/Manifest +++ b/dev-vcs/git-pw/Manifest @@ -1,3 +1,3 @@ -DIST git-pw-2.3.0.tar.gz 34301 BLAKE2B b1bba3696c1d658ee76900d0787121dd5f89143774c7f7e79971f89b391d66c454a3f3f4103c35bc6a0bd77113e990f915b8313b855f7946518c033222e26419 SHA512 b83d7ad5c8e4f7f28e6df09ea286cef41940b76d8ac0eedf1993a7beeefd8a62298f4a4f9e6c0988c68811091f1740548e85ba1b689464447fa7fe74d31eb7b6 -EBUILD git-pw-2.3.0.ebuild 1088 BLAKE2B 77d0dcb97367ffb38caf0e7658521664339b3b30080cb44de6157935a9504a86ea6b35fdb01ed26b0854087f132a4ea7505c0deb4c8aace7fc831d339019f08c SHA512 1a442bc76093942e50c66c476492936df2027c50938b88fc909f8062713afc15d52552d926122508657d78e3e777e3fe532a59327702b0fafc86bf510c82a0ef +DIST git-pw-2.4.0.tar.gz 34874 BLAKE2B cc44b3e8660e8ede70a32b2e7d79dc000c050a7359b9d092df535bb0d79f79dc6c95f2b8563e7f750cc74618530db376a1dee08802bc1f2f4b7239b1f4fe57c3 SHA512 5a2b22d33903c779d319a40afbce8f7137272d5fcd4ebd62901b59468333523aea3c276b56cc7227d4aa2b53c30664ac07858bab2f80ef99a55a28af0feecefb +EBUILD git-pw-2.4.0.ebuild 1120 BLAKE2B 290ea3c4887aa1e8266abca9682b5689d89f64c9cb38cbe87d7f918c31e502803e9d53e4ddafb9e830eb95cdba5acd64b4c8a339b07029d88a76efcf082c6795 SHA512 f13fcbf0eb6a76440a408b38d3332933e8e05b6e6c173f08aa5548fa14e132ed9f62b303686ceabbe0e24118f9e56cbdec58ced14ad74a181d4d756f11e01b57 MISC metadata.xml 573 BLAKE2B ea8a1646462b2ff59f05531d1964c160216b7c19b17e261a75940e591106195050ad9ba65f3b5ea594d4a4ad53cfda7cf7dbb1894c6ac850a6b5c9e189093432 SHA512 cc0a718a6d9bd29c5a77dc3f23a4f4b691ab0c954c6c2a7266126c2cbc312aab73e5484120bad031e77abcf0c1cbff2c7af998700e45eebc51fd73facc988f8c diff --git a/dev-vcs/git-pw/git-pw-2.3.0.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild deleted file mode 100644 index 8658b3068beb..000000000000 --- a/dev-vcs/git-pw/git-pw-2.3.0.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{8..10} ) - -inherit distutils-r1 -if [[ "${PV}" == 9999 ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/getpatchwork/git-pw.git" -else - SRC_URI="https://github.com/getpatchwork/git-pw/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" -fi - -DESCRIPTION="A tool for integrating Git with Patchwork" -HOMEPAGE="https://github.com/getpatchwork/git-pw" - -LICENSE="MIT" -SLOT="0" -IUSE="" - -RDEPEND=" - >=dev-python/arrow-0.10[${PYTHON_USEDEP}] - >=dev-python/click-6.0[${PYTHON_USEDEP}] - dev-python/pbr[${PYTHON_USEDEP}] - =dev-python/tabulate-0.8[${PYTHON_USEDEP}] - >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] -" -BDEPEND=" - dev-python/pbr[${PYTHON_USEDEP}] - test? ( - >=dev-python/mock-3.0.0[${PYTHON_USEDEP}] - >=dev-python/pytest-3.0[${PYTHON_USEDEP}] - >=dev-python/pytest-cov-2.5[${PYTHON_USEDEP}] - ) -" - -src_compile() { - export PBR_VERSION=${PV} - distutils-r1_src_compile -} -distutils_enable_tests pytest diff --git a/dev-vcs/git-pw/git-pw-2.4.0.ebuild b/dev-vcs/git-pw/git-pw-2.4.0.ebuild new file mode 100644 index 000000000000..1b048b2fd6ee --- /dev/null +++ b/dev-vcs/git-pw/git-pw-2.4.0.ebuild @@ -0,0 +1,46 @@ +# Copyright 2021-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{8..11} ) +DISTUTILS_USE_PEP517=setuptools + +inherit distutils-r1 +if [[ "${PV}" == 9999 ]] ; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/getpatchwork/git-pw.git" +else + SRC_URI="https://github.com/getpatchwork/git-pw/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +DESCRIPTION="A tool for integrating Git with Patchwork" +HOMEPAGE="https://github.com/getpatchwork/git-pw" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +RDEPEND=" + >=dev-python/arrow-0.10[${PYTHON_USEDEP}] + >=dev-python/click-6.0[${PYTHON_USEDEP}] + dev-python/pbr[${PYTHON_USEDEP}] + =dev-python/tabulate-0.8[${PYTHON_USEDEP}] + >=dev-python/pyyaml-5.1[${PYTHON_USEDEP}] +" +BDEPEND=" + dev-python/pbr[${PYTHON_USEDEP}] + test? ( + >=dev-python/mock-3.0.0[${PYTHON_USEDEP}] + >=dev-python/pytest-3.0[${PYTHON_USEDEP}] + >=dev-python/pytest-cov-2.5[${PYTHON_USEDEP}] + ) +" + +src_compile() { + export PBR_VERSION=${PV} + distutils-r1_src_compile +} +distutils_enable_tests pytest -- cgit v1.2.3