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/pysolr/
Date: Sat, 06 Jan 2018 00:44:39
Message-Id: 1515199463.8eb0f13dd85882f70c6830800ab6baa994be416b.mgorny@gentoo
1 commit: 8eb0f13dd85882f70c6830800ab6baa994be416b
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 5 23:32:20 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 6 00:44:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eb0f13d
7
8 dev-python/pysolr: Clean old up
9
10 dev-python/pysolr/Manifest | 1 -
11 dev-python/pysolr/pysolr-3.5.0.ebuild | 23 -----------------------
12 2 files changed, 24 deletions(-)
13
14 diff --git a/dev-python/pysolr/Manifest b/dev-python/pysolr/Manifest
15 index c6fa282d925..d67ecbb77b4 100644
16 --- a/dev-python/pysolr/Manifest
17 +++ b/dev-python/pysolr/Manifest
18 @@ -1,3 +1,2 @@
19 DIST pysolr-3.3.2.tar.gz 14193 BLAKE2B 855adfa730a05facdd1a0aab529f7e52a3c052c2b558195616267704691bf91b3b70a123604063c1b818574046cd6d412affc0fe1dc5d43890ea2ca52d8a41e6 SHA512 7252efc42987bdf999d122404e63e6410d2efe7b1a49d378c8ad16c9171d8f26cd5ecd891a8a9daa205333b914ec4f95af105fe1bee25312aa05bb884811aebb
20 -DIST pysolr-3.5.0.tar.gz 17640 BLAKE2B a7094a9708c5c4bddd9e9a6b885f23c29e0894601fecc923f71f55824aa0fc4aa26a1e15a23e78d9bf524d3d5ae6d226a923e5e7f0a7c570e4ed48424a6aecac SHA512 8c5e4e34890b63e301e757e46c19dd82d7e6df03665ece96c233a1a5af0025e54d3db653721af0a2615157b926b7c8a9d5af3c758d740f99f3b2489b96320690
21 DIST pysolr-3.6.0.tar.gz 28485 BLAKE2B 3994f1586a16ab8a65013d7412c71581448f15356db077f39b87ba780606d508702e0650b9165b96d2bb2064ba4c03d9dd715bcf1f8e802a18bc19ab3aea69f6 SHA512 15d2599bdfe5b364d0c0497f3125945c8a14a61baca6d32bb775d32fac8a8c2bb9ae46e90e4a08ba144e5f6cc83efba7e456ff7ff617c9af34116432bafbac36
22
23 diff --git a/dev-python/pysolr/pysolr-3.5.0.ebuild b/dev-python/pysolr/pysolr-3.5.0.ebuild
24 deleted file mode 100644
25 index 02215372aaf..00000000000
26 --- a/dev-python/pysolr/pysolr-3.5.0.ebuild
27 +++ /dev/null
28 @@ -1,23 +0,0 @@
29 -# Copyright 1999-2017 Gentoo Foundation
30 -# Distributed under the terms of the GNU General Public License v2
31 -
32 -EAPI=6
33 -
34 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
35 -
36 -inherit distutils-r1
37 -
38 -DESCRIPTION="Lightweight python wrapper for Apache Solr"
39 -HOMEPAGE="https://pypi.python.org/pypi/pysolr/ https://github.com/toastdriven/pysolr/"
40 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
41 -
42 -SLOT="0"
43 -LICENSE="BSD"
44 -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 -
46 -RDEPEND="
47 - dev-python/requests[${PYTHON_USEDEP}]"
48 -
49 -DEPEND="
50 - ${RDEPEND}
51 - dev-python/setuptools[${PYTHON_USEDEP}]"