Gentoo Archives: gentoo-commits

From: Yixun Lan <dlan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/git-pw/
Date: Thu, 30 Sep 2021 01:29:27
Message-Id: 1632965331.4ce0decd3ac5caa6cf53e46c7bb55b96d470d40d.dlan@gentoo
1 commit: 4ce0decd3ac5caa6cf53e46c7bb55b96d470d40d
2 Author: Yixun Lan <dlan <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 01:28:51 2021 +0000
4 Commit: Yixun Lan <dlan <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 01:28:51 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce0decd
7
8 dev-vcs/git-pw: drop old
9
10 Package-Manager: Portage-3.0.23, Repoman-3.0.3
11 Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>
12
13 dev-vcs/git-pw/Manifest | 1 -
14 dev-vcs/git-pw/git-pw-2.0.0.ebuild | 44 --------------------------------------
15 2 files changed, 45 deletions(-)
16
17 diff --git a/dev-vcs/git-pw/Manifest b/dev-vcs/git-pw/Manifest
18 index 20159044bf9..10daf2fac34 100644
19 --- a/dev-vcs/git-pw/Manifest
20 +++ b/dev-vcs/git-pw/Manifest
21 @@ -1,2 +1 @@
22 -DIST git-pw-2.0.0.tar.gz 32151 BLAKE2B f8ef04b31cb4457ac9bae333bae65deb7d17469cd25a3724a27201dab0c05f98151a5ec1066cb9d2de81d82360f4e46eaa59ebd08904dfa0d16106f589e17e4c SHA512 83ac4d56091bfe9b03733939fb3e4feab22ce4455eebe8508bc730705b69054a2f060cfb8a1ea469476d9519809a89116ff56210efe4cd76e50df5a5d40886fc
23 DIST git-pw-2.1.1.tar.gz 32489 BLAKE2B 516eb3b81c3798a455b7122a3b0ad9bf0d9722eb6f301ea58ed766cca94137f4da4eaf34a40ec7c5e108368aa6099f9401aba6d71d463913cd2b7fd9dc7aef09 SHA512 3cbf0670bf811d6b6ef0d4c5c7ad4321380d442c62fd15869758b26b4fc375c2d4bd2bdbf693a41d0cbe862bdef15fc02d04124a089f7786bd1b2e56f818e0c2
24
25 diff --git a/dev-vcs/git-pw/git-pw-2.0.0.ebuild b/dev-vcs/git-pw/git-pw-2.0.0.ebuild
26 deleted file mode 100644
27 index a27a91f9a2c..00000000000
28 --- a/dev-vcs/git-pw/git-pw-2.0.0.ebuild
29 +++ /dev/null
30 @@ -1,44 +0,0 @@
31 -# Copyright 2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{8..9} )
37 -
38 -inherit distutils-r1
39 -if [[ "${PV}" == 9999 ]] ; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/getpatchwork/git-pw.git"
42 -else
43 - SRC_URI="https://github.com/getpatchwork/git-pw/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 - KEYWORDS="~amd64"
45 -fi
46 -
47 -DESCRIPTION="A tool for integrating Git with Patchwork"
48 -HOMEPAGE="https://github.com/getpatchwork/git-pw"
49 -
50 -LICENSE="MIT"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -RDEPEND="
55 - >=dev-python/arrow-0.10[${PYTHON_USEDEP}]
56 - <dev-python/click-8.0[${PYTHON_USEDEP}]
57 - dev-python/pbr[${PYTHON_USEDEP}]
58 - <dev-python/requests-3.0[${PYTHON_USEDEP}]
59 - >=dev-python/tabulate-0.8[${PYTHON_USEDEP}]
60 -"
61 -BDEPEND="
62 - dev-python/pbr[${PYTHON_USEDEP}]
63 - test? (
64 - >=dev-python/mock-3.0.0[${PYTHON_USEDEP}]
65 - <dev-python/pytest-6.0[${PYTHON_USEDEP}]
66 - >=dev-python/pytest-cov-2.5[${PYTHON_USEDEP}]
67 - )
68 -"
69 -
70 -src_compile() {
71 - export PBR_VERSION=${PV}
72 - distutils-r1_src_compile
73 -}
74 -distutils_enable_tests pytest