Gentoo Archives: gentoo-commits

From: Matthew Thode <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/git-review/
Date: Mon, 17 Feb 2020 21:51:30
Message-Id: 1581976272.b63aed6e6897af280bb370bb6f0f95c5c7d76c72.prometheanfire@gentoo
1 commit: b63aed6e6897af280bb370bb6f0f95c5c7d76c72
2 Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 17 21:25:53 2020 +0000
4 Commit: Matthew Thode <prometheanfire <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 17 21:51:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b63aed6e
7
8 dev-python/git-review: cleanup
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org>
12
13 dev-python/git-review/Manifest | 2 --
14 dev-python/git-review/git-review-1.26.0.ebuild | 29 --------------------------
15 dev-python/git-review/git-review-1.27.0.ebuild | 29 --------------------------
16 3 files changed, 60 deletions(-)
17
18 diff --git a/dev-python/git-review/Manifest b/dev-python/git-review/Manifest
19 index ab0b38addbf..045c3438a76 100644
20 --- a/dev-python/git-review/Manifest
21 +++ b/dev-python/git-review/Manifest
22 @@ -1,3 +1 @@
23 -DIST git-review-1.26.0.tar.gz 56557 BLAKE2B c8af82d7cc222078c1ef470da0ffac7b698df91ed991ba43c8d34a64bbfa3996bdbe475d9965d6d1ef8cca84293613afb92ac6405c0397232e568d2ec2226202 SHA512 74b2366d7884963caaa9b4614301fad56b7997d1cb16ef333cd2dae5df5a5343e5b891fc089078856b57db0083584a8b4ceea98dd67c401651a100fc4fdf7d81
24 -DIST git-review-1.27.0.tar.gz 58471 BLAKE2B baace809949fb5bdb22c6cca251deca7a200b070573840f391ad24ad045276d376616c58355c5159086dc67b481686d6382c71604f2bdc8adf0b2799240a976d SHA512 e9fff7e54457b300c269378062e5bcce28511dfd6662035dc8d276e33e6a0f6b6c68bae98fb3a8a36e468f669c4eeb461e96cdf073a831c42156f8c0ef14fa0a
25 DIST git-review-1.28.0.tar.gz 60496 BLAKE2B 19fa2b9a5e2f25d89cf123f277cb0213675e4b99b75a978ee49ee9a394c6f212d5bb58d5e5aee9cc3c20165e9872be159ec81dcf8ea37f509c96bbc79a84bcbd SHA512 c29ad530abcfcf136548daf4865e1fe7c5819f6d4b11424c5c1425312c68fdc0e4073e009667b992e3f3db3396c7db618940c7f6e5be8b26e9d0d1b94fd078a4
26
27 diff --git a/dev-python/git-review/git-review-1.26.0.ebuild b/dev-python/git-review/git-review-1.26.0.ebuild
28 deleted file mode 100644
29 index a79a7b83683..00000000000
30 --- a/dev-python/git-review/git-review-1.26.0.ebuild
31 +++ /dev/null
32 @@ -1,29 +0,0 @@
33 -# Copyright 1999-2020 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -PYTHON_COMPAT=( python3_6 )
38 -
39 -inherit distutils-r1
40 -
41 -DESCRIPTION="Tool to submit code to Gerrit"
42 -HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review"
43 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 -
45 -LICENSE="Apache-2.0"
46 -SLOT="0"
47 -KEYWORDS="amd64 x86"
48 -IUSE=""
49 -
50 -DEPEND="
51 - dev-python/setuptools[${PYTHON_USEDEP}]
52 - >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
53 -"
54 -RDEPEND="
55 - >=dev-python/requests-1.1[${PYTHON_USEDEP}]
56 -"
57 -
58 -python_prepare_all() {
59 - sed -i '/^argparse/d' requirements.txt || die
60 - distutils-r1_python_prepare_all
61 -}
62
63 diff --git a/dev-python/git-review/git-review-1.27.0.ebuild b/dev-python/git-review/git-review-1.27.0.ebuild
64 deleted file mode 100644
65 index b2af9dbd87b..00000000000
66 --- a/dev-python/git-review/git-review-1.27.0.ebuild
67 +++ /dev/null
68 @@ -1,29 +0,0 @@
69 -# Copyright 1999-2020 Gentoo Authors
70 -# Distributed under the terms of the GNU General Public License v2
71 -
72 -EAPI=6
73 -PYTHON_COMPAT=( python3_6 )
74 -
75 -inherit distutils-r1
76 -
77 -DESCRIPTION="Tool to submit code to Gerrit"
78 -HOMEPAGE="https://git.openstack.org/cgit/openstack-infra/git-review"
79 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
80 -
81 -LICENSE="Apache-2.0"
82 -SLOT="0"
83 -KEYWORDS="amd64 x86 ~x64-cygwin ~amd64-linux ~x86-linux"
84 -IUSE=""
85 -
86 -DEPEND="
87 - dev-python/setuptools[${PYTHON_USEDEP}]
88 - >=dev-python/pbr-0.8.0[${PYTHON_USEDEP}]
89 -"
90 -RDEPEND="
91 - >=dev-python/requests-1.1[${PYTHON_USEDEP}]
92 -"
93 -
94 -python_prepare_all() {
95 - sed -i '/^argparse/d' requirements.txt || die
96 - distutils-r1_python_prepare_all
97 -}