Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pysolr/
Date: Sun, 06 Aug 2017 21:17:24
Message-Id: 1502054182.4a0ca0be701e8557f9541bd29aae91a8fa9f2523.monsieurp@gentoo
1 commit: 4a0ca0be701e8557f9541bd29aae91a8fa9f2523
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Sun Aug 6 21:16:22 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Aug 6 21:16:22 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a0ca0be
7
8 dev-python/pysolr: version bump.
9
10 Gentoo-Bug: https://bugs.gentoo.org/591128
11
12 Package-Manager: Portage-2.3.6, Repoman-2.3.1
13
14 dev-python/pysolr/Manifest | 1 +
15 dev-python/pysolr/pysolr-3.5.0.ebuild | 23 +++++++++++++++++++++++
16 2 files changed, 24 insertions(+)
17
18 diff --git a/dev-python/pysolr/Manifest b/dev-python/pysolr/Manifest
19 index 5a2f94e032b..60b64493dfc 100644
20 --- a/dev-python/pysolr/Manifest
21 +++ b/dev-python/pysolr/Manifest
22 @@ -1 +1,2 @@
23 DIST pysolr-3.3.2.tar.gz 14193 SHA256 eea7b2705b4a24ea658136c55ae5c8c30bb661075600fc64d22e57e73951aa96 SHA512 7252efc42987bdf999d122404e63e6410d2efe7b1a49d378c8ad16c9171d8f26cd5ecd891a8a9daa205333b914ec4f95af105fe1bee25312aa05bb884811aebb WHIRLPOOL b4de2ea699f3acffe84cc6e46a979f01f0a5cf7c8731bad941f6f7f76e8ff41d03d436af7829a07ba05ebee850e5d202f6efd0e195f9e639196289da5d267227
24 +DIST pysolr-3.5.0.tar.gz 17640 SHA256 afb9e379d3689a12f83ac8cd857785075bad909cd876e81a26dccdada469b3be SHA512 8c5e4e34890b63e301e757e46c19dd82d7e6df03665ece96c233a1a5af0025e54d3db653721af0a2615157b926b7c8a9d5af3c758d740f99f3b2489b96320690 WHIRLPOOL 2ab862044b8ea91ea74ee08153c413927c105e60ec3136f26e3f7ca87fc5aa1c03c4569eafd7f6b0c42bdb69a697a521e267d1c8ab83c1b49df0e60d3eba6c86
25
26 diff --git a/dev-python/pysolr/pysolr-3.5.0.ebuild b/dev-python/pysolr/pysolr-3.5.0.ebuild
27 new file mode 100644
28 index 00000000000..02215372aaf
29 --- /dev/null
30 +++ b/dev-python/pysolr/pysolr-3.5.0.ebuild
31 @@ -0,0 +1,23 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
38 +
39 +inherit distutils-r1
40 +
41 +DESCRIPTION="Lightweight python wrapper for Apache Solr"
42 +HOMEPAGE="https://pypi.python.org/pypi/pysolr/ https://github.com/toastdriven/pysolr/"
43 +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
44 +
45 +SLOT="0"
46 +LICENSE="BSD"
47 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
48 +
49 +RDEPEND="
50 + dev-python/requests[${PYTHON_USEDEP}]"
51 +
52 +DEPEND="
53 + ${RDEPEND}
54 + dev-python/setuptools[${PYTHON_USEDEP}]"