diff options
author | Patrick Lauer <patrick@gentoo.org> | 2017-09-29 16:51:39 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2017-09-29 16:58:11 +0000 |
commit | 6eeb5ac9ed02cf5a4acbd04119b9c8ef602d5d53 (patch) | |
tree | 87a8d74d62314bb0b09e5eb528f4b0e062768065 /dev-python/pysolr | |
parent | dev-db/postgis: Bump (diff) | |
download | gentoo-6eeb5ac9ed02cf5a4acbd04119b9c8ef602d5d53.tar.gz gentoo-6eeb5ac9ed02cf5a4acbd04119b9c8ef602d5d53.tar.bz2 gentoo-6eeb5ac9ed02cf5a4acbd04119b9c8ef602d5d53.zip |
dev-python/pysolr: Bump
Package-Manager: Portage-2.3.10, Repoman-2.3.3
Diffstat (limited to 'dev-python/pysolr')
-rw-r--r-- | dev-python/pysolr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pysolr/pysolr-3.6.0.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/dev-python/pysolr/Manifest b/dev-python/pysolr/Manifest index 60b64493dfce..365f85b8532f 100644 --- a/dev-python/pysolr/Manifest +++ b/dev-python/pysolr/Manifest @@ -1,2 +1,3 @@ DIST pysolr-3.3.2.tar.gz 14193 SHA256 eea7b2705b4a24ea658136c55ae5c8c30bb661075600fc64d22e57e73951aa96 SHA512 7252efc42987bdf999d122404e63e6410d2efe7b1a49d378c8ad16c9171d8f26cd5ecd891a8a9daa205333b914ec4f95af105fe1bee25312aa05bb884811aebb WHIRLPOOL b4de2ea699f3acffe84cc6e46a979f01f0a5cf7c8731bad941f6f7f76e8ff41d03d436af7829a07ba05ebee850e5d202f6efd0e195f9e639196289da5d267227 DIST pysolr-3.5.0.tar.gz 17640 SHA256 afb9e379d3689a12f83ac8cd857785075bad909cd876e81a26dccdada469b3be SHA512 8c5e4e34890b63e301e757e46c19dd82d7e6df03665ece96c233a1a5af0025e54d3db653721af0a2615157b926b7c8a9d5af3c758d740f99f3b2489b96320690 WHIRLPOOL 2ab862044b8ea91ea74ee08153c413927c105e60ec3136f26e3f7ca87fc5aa1c03c4569eafd7f6b0c42bdb69a697a521e267d1c8ab83c1b49df0e60d3eba6c86 +DIST pysolr-3.6.0.tar.gz 28485 SHA256 f94292c1002dbbbfaecaad18fec39cc4bff843b459c8851a2234f2799788ac6f SHA512 15d2599bdfe5b364d0c0497f3125945c8a14a61baca6d32bb775d32fac8a8c2bb9ae46e90e4a08ba144e5f6cc83efba7e456ff7ff617c9af34116432bafbac36 WHIRLPOOL 53695d9aa625fd148eeccc9d5a38a59738ac3a19346d1dd41892511fd2775f33335354208a2286b6a4fc15541027cc0eb313e7e8f32919019b83171f96180fe5 diff --git a/dev-python/pysolr/pysolr-3.6.0.ebuild b/dev-python/pysolr/pysolr-3.6.0.ebuild new file mode 100644 index 000000000000..02215372aaf7 --- /dev/null +++ b/dev-python/pysolr/pysolr-3.6.0.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) + +inherit distutils-r1 + +DESCRIPTION="Lightweight python wrapper for Apache Solr" +HOMEPAGE="https://pypi.python.org/pypi/pysolr/ https://github.com/toastdriven/pysolr/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + dev-python/requests[${PYTHON_USEDEP}]" + +DEPEND=" + ${RDEPEND} + dev-python/setuptools[${PYTHON_USEDEP}]" |