diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:17:05 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 21:26:22 +0200 |
commit | a7de2223fa1657937007e521855ca02392949534 (patch) | |
tree | 40500ba6a9c6020011e06663a98fbe9d8e44fe2b /dev-vcs | |
parent | app-crypt/certbot-dns-nsone: Enable py3.13 (diff) | |
download | gentoo-a7de2223fa1657937007e521855ca02392949534.tar.gz gentoo-a7de2223fa1657937007e521855ca02392949534.tar.bz2 gentoo-a7de2223fa1657937007e521855ca02392949534.zip |
dev-vcs/git-pw: Remove old
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/git-pw/Manifest | 1 | ||||
-rw-r--r-- | dev-vcs/git-pw/git-pw-2.5.0.ebuild | 46 |
2 files changed, 0 insertions, 47 deletions
diff --git a/dev-vcs/git-pw/Manifest b/dev-vcs/git-pw/Manifest index f4da45b3eb7b..6da47180f79d 100644 --- a/dev-vcs/git-pw/Manifest +++ b/dev-vcs/git-pw/Manifest @@ -1,2 +1 @@ -DIST git-pw-2.5.0.tar.gz 35380 BLAKE2B 18b8e7eab4140b2e1010fb346e9dd3f39cf0c0b8d750c596590ecdb2693e8721834917680664ae166092addb6ea9d3bd67dc3060db7773ca488a8f714cfa248e SHA512 46d44187b4d5dd87b484461fa00fa805c475f32f40d2cb05fa3cdbeebd83f04636082af23e5cba7b07ecb89ad4ff81470da9b8fef3dccd50fbdcca48483c82e8 DIST git-pw-2.6.0.tar.gz 35628 BLAKE2B 6f6b5200776eb88c9ab4fcb5149b2e95f90a5d8dcd7bb18b07f326454e8a397266976a8f7f6b635857ebf3da876f9a0c75cd195d731406ef89ef45fe21672ef1 SHA512 b99efa89a5efcf34bd53b0fd691bb9c86f7585f352faab99a795f0902801c95310a7ea1414f8eb0bfac73f8d6af9b4cc7897d7d33cbeb4f3a5faedd35e62af4f diff --git a/dev-vcs/git-pw/git-pw-2.5.0.ebuild b/dev-vcs/git-pw/git-pw-2.5.0.ebuild deleted file mode 100644 index b6ff46dff532..000000000000 --- a/dev-vcs/git-pw/git-pw-2.5.0.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 2021-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..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/requests-3.0[${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 |