From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-vcs/git-pw/Manifest | 4 ++-- dev-vcs/git-pw/git-pw-2.2.3.ebuild | 45 -------------------------------------- dev-vcs/git-pw/git-pw-2.3.0.ebuild | 45 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 47 insertions(+), 47 deletions(-) delete mode 100644 dev-vcs/git-pw/git-pw-2.2.3.ebuild create mode 100644 dev-vcs/git-pw/git-pw-2.3.0.ebuild (limited to 'dev-vcs/git-pw') diff --git a/dev-vcs/git-pw/Manifest b/dev-vcs/git-pw/Manifest index 9dedef7ce17d..b3a00fcf8641 100644 --- a/dev-vcs/git-pw/Manifest +++ b/dev-vcs/git-pw/Manifest @@ -1,3 +1,3 @@ -DIST git-pw-2.2.3.tar.gz 33605 BLAKE2B 6f8b72b1ef8cda3f5dea568ad0e872d3c8f1795bf9889b76cd281bc19b303a903baa38a89036511b2d1496b258b37e843fcbc333f5a86735bcae6f3d22f3a320 SHA512 06a34e1cc3a7b32b44a6042abf17d00f5b648039ce091885bf19638457f3800f2daecbcd03ae9da2f48166bac53a2219735e251145302bcc98a9cd29fab7450f -EBUILD git-pw-2.2.3.ebuild 1081 BLAKE2B 604bb491fb2de2b9d8286744a78f27c45c0948c6f5557386851e235d166fb5a388eb3479b30974b9cf679791fec33851eb0f309a24346999f724c3003c768eaa SHA512 2b3f4e26686531002ac1b7e8a4203d2394e16dca72a73be67973295fc30025168e9dc20d9765aff2c34069bf72b28218ed0e19814834970c0ac6fe312c7b7829 +DIST git-pw-2.3.0.tar.gz 34301 BLAKE2B b1bba3696c1d658ee76900d0787121dd5f89143774c7f7e79971f89b391d66c454a3f3f4103c35bc6a0bd77113e990f915b8313b855f7946518c033222e26419 SHA512 b83d7ad5c8e4f7f28e6df09ea286cef41940b76d8ac0eedf1993a7beeefd8a62298f4a4f9e6c0988c68811091f1740548e85ba1b689464447fa7fe74d31eb7b6 +EBUILD git-pw-2.3.0.ebuild 1087 BLAKE2B 459298b7449d9f98d02fc0acf672ba1ee0acf92729ddd7fbcf6cd9e8156fe04da92d8a53d67d11ed495b232944363d7d69eadbc413266a7a3e7a60144b2076a0 SHA512 85ab605d8703f63b9ff1e3b38912f75987b827a1dd8688bc624dc7e6d0ebadeb9f714bf87deea1c8ea1e0e4cbf57db4ba57bf5f6b9df500206c66a6117ca6dc0 MISC metadata.xml 573 BLAKE2B ea8a1646462b2ff59f05531d1964c160216b7c19b17e261a75940e591106195050ad9ba65f3b5ea594d4a4ad53cfda7cf7dbb1894c6ac850a6b5c9e189093432 SHA512 cc0a718a6d9bd29c5a77dc3f23a4f4b691ab0c954c6c2a7266126c2cbc312aab73e5484120bad031e77abcf0c1cbff2c7af998700e45eebc51fd73facc988f8c diff --git a/dev-vcs/git-pw/git-pw-2.2.3.ebuild b/dev-vcs/git-pw/git-pw-2.2.3.ebuild deleted file mode 100644 index e7caa3775a7f..000000000000 --- a/dev-vcs/git-pw/git-pw-2.2.3.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{8..9} ) - -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/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.3.0.ebuild b/dev-vcs/git-pw/git-pw-2.3.0.ebuild new file mode 100644 index 000000000000..340a2c3bdb5a --- /dev/null +++ b/dev-vcs/git-pw/git-pw-2.3.0.ebuild @@ -0,0 +1,45 @@ +# Copyright 2021-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{8..9} ) + +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