Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/riak-python-client/, profiles/
Date: Sun, 31 May 2020 10:30:42
Message-Id: 1590920990.70c95656a9917c98a0ace0bc137a87f48d481b0e.mgorny@gentoo
1 commit: 70c95656a9917c98a0ace0bc137a87f48d481b0e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 31 10:26:23 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun May 31 10:29:50 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c95656
7
8 dev-python/riak-python-client: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/719540
11 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
12
13 dev-python/riak-python-client/Manifest | 1 -
14 dev-python/riak-python-client/metadata.xml | 9 -----
15 .../riak-python-client-2.7.0-r1.ebuild | 39 ----------------------
16 profiles/package.mask | 5 ---
17 4 files changed, 54 deletions(-)
18
19 diff --git a/dev-python/riak-python-client/Manifest b/dev-python/riak-python-client/Manifest
20 deleted file mode 100644
21 index a5effc1d1ce..00000000000
22 --- a/dev-python/riak-python-client/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST riak-python-client-2.7.0.tar.gz 194141 BLAKE2B ae94f64ea71d253885053ea8207bc1b2a51433d2293f76bb172f5f85529c1d9196663ad3f760a58f3742158c8d0b32076c3aa32734e1bc228af22619662f54e9 SHA512 d63d031fb4b3598176480a3f1419158437ea814b46623a9a69e9105ced4172a1609d731bd163dd258c9301fa3b3c406a81f4c1068460b0ea397046fa6a1863e8
26
27 diff --git a/dev-python/riak-python-client/metadata.xml b/dev-python/riak-python-client/metadata.xml
28 deleted file mode 100644
29 index da754f1e4d6..00000000000
30 --- a/dev-python/riak-python-client/metadata.xml
31 +++ /dev/null
32 @@ -1,9 +0,0 @@
33 -<?xml version="1.0" encoding="UTF-8"?>
34 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 -<pkgmetadata>
36 - <!-- maintainer-needed -->
37 - <upstream>
38 - <remote-id type="pypi">riak</remote-id>
39 - <remote-id type="github">basho/riak-python-client</remote-id>
40 - </upstream>
41 -</pkgmetadata>
42
43 diff --git a/dev-python/riak-python-client/riak-python-client-2.7.0-r1.ebuild b/dev-python/riak-python-client/riak-python-client-2.7.0-r1.ebuild
44 deleted file mode 100644
45 index 2cce65354e4..00000000000
46 --- a/dev-python/riak-python-client/riak-python-client-2.7.0-r1.ebuild
47 +++ /dev/null
48 @@ -1,39 +0,0 @@
49 -# Copyright 1999-2020 Gentoo Authors
50 -# Distributed under the terms of the GNU General Public License v2
51 -
52 -EAPI=6
53 -PYTHON_COMPAT=( python3_6 )
54 -
55 -inherit distutils-r1
56 -
57 -DESCRIPTION="The Riak client for Python."
58 -HOMEPAGE="https://github.com/basho/riak-python-client/"
59 -MY_PN=${PN%%-*}
60 -MY_P=${MY_PN}-${PV}
61 -SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz -> ${P}.tar.gz"
62 -
63 -LICENSE="Apache-2.0"
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE=""
67 -
68 -RDEPEND="dev-python/basho-erlastic[${PYTHON_USEDEP}]
69 - dev-python/protobuf-python[${PYTHON_USEDEP}]
70 - >=dev-python/six-1.8[${PYTHON_USEDEP}]"
71 -DEPEND="${RDEPEND}
72 - dev-python/setuptools[${PYTHON_USEDEP}]"
73 -
74 -S=${WORKDIR}/${MY_P}
75 -
76 -src_prepare() {
77 - default
78 - # delete protobuf requirements that only work for pip
79 - sed '17,22d' -i setup.py || die
80 - sed -e "s:'\\\\n\\\\027:b\\0:" \
81 - -e "s:serialized_pb=:\\0b:" \
82 - -i riak/pb/*.py || die
83 -}
84 -
85 -python_test() {
86 - esetup.py test || die
87 -}
88
89 diff --git a/profiles/package.mask b/profiles/package.mask
90 index 67bd19adc20..89d0599b1cc 100644
91 --- a/profiles/package.mask
92 +++ b/profiles/package.mask
93 @@ -246,11 +246,6 @@ net-irc/quassel-irssi
94 # Removal in 30 days. Bug #719746.
95 dev-python/asynctest
96
97 -# Zac Medico <zmedico@g.o> (2020-04-26)
98 -# Stuck on py3.6. No revdeps.
99 -# Removal in 30 days. Bug #719540.
100 -dev-python/riak-python-client
101 -
102 # Michał Górny <mgorny@g.o> (2020-04-26)
103 # Unmaintained. Stuck on Python 3.6. No revdeps.
104 # Removal in 30 days. Bug #719604.