diff options
author | Michał Górny <mgorny@gentoo.org> | 2018-01-06 00:32:20 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-01-06 01:44:23 +0100 |
commit | 8eb0f13dd85882f70c6830800ab6baa994be416b (patch) | |
tree | 95c128305a357828a28ae343c94e65f7a3e44c45 /dev-python/pysolr | |
parent | dev-python/pysnmp: Clean old up (diff) | |
download | gentoo-8eb0f13dd85882f70c6830800ab6baa994be416b.tar.gz gentoo-8eb0f13dd85882f70c6830800ab6baa994be416b.tar.bz2 gentoo-8eb0f13dd85882f70c6830800ab6baa994be416b.zip |
dev-python/pysolr: Clean old up
Diffstat (limited to 'dev-python/pysolr')
-rw-r--r-- | dev-python/pysolr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pysolr/pysolr-3.5.0.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/dev-python/pysolr/Manifest b/dev-python/pysolr/Manifest index c6fa282d9257..d67ecbb77b42 100644 --- a/dev-python/pysolr/Manifest +++ b/dev-python/pysolr/Manifest @@ -1,3 +1,2 @@ DIST pysolr-3.3.2.tar.gz 14193 BLAKE2B 855adfa730a05facdd1a0aab529f7e52a3c052c2b558195616267704691bf91b3b70a123604063c1b818574046cd6d412affc0fe1dc5d43890ea2ca52d8a41e6 SHA512 7252efc42987bdf999d122404e63e6410d2efe7b1a49d378c8ad16c9171d8f26cd5ecd891a8a9daa205333b914ec4f95af105fe1bee25312aa05bb884811aebb -DIST pysolr-3.5.0.tar.gz 17640 BLAKE2B a7094a9708c5c4bddd9e9a6b885f23c29e0894601fecc923f71f55824aa0fc4aa26a1e15a23e78d9bf524d3d5ae6d226a923e5e7f0a7c570e4ed48424a6aecac SHA512 8c5e4e34890b63e301e757e46c19dd82d7e6df03665ece96c233a1a5af0025e54d3db653721af0a2615157b926b7c8a9d5af3c758d740f99f3b2489b96320690 DIST pysolr-3.6.0.tar.gz 28485 BLAKE2B 3994f1586a16ab8a65013d7412c71581448f15356db077f39b87ba780606d508702e0650b9165b96d2bb2064ba4c03d9dd715bcf1f8e802a18bc19ab3aea69f6 SHA512 15d2599bdfe5b364d0c0497f3125945c8a14a61baca6d32bb775d32fac8a8c2bb9ae46e90e4a08ba144e5f6cc83efba7e456ff7ff617c9af34116432bafbac36 diff --git a/dev-python/pysolr/pysolr-3.5.0.ebuild b/dev-python/pysolr/pysolr-3.5.0.ebuild deleted file mode 100644 index 02215372aaf7..000000000000 --- a/dev-python/pysolr/pysolr-3.5.0.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# 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}]" |