diff options
author | Michał Górny <mgorny@gentoo.org> | 2017-05-02 15:30:32 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2017-05-02 16:01:17 +0200 |
commit | 641fc656f221943190de14de80329ca261214913 (patch) | |
tree | a5ea527f58c22703bf69ceba21e7bd15d89eb544 /dev-python/pysolr | |
parent | dev-python/wsgiintercept: Clean old versions up (diff) | |
download | gentoo-641fc656f221943190de14de80329ca261214913.tar.gz gentoo-641fc656f221943190de14de80329ca261214913.tar.bz2 gentoo-641fc656f221943190de14de80329ca261214913.zip |
dev-python/pysolr: Clean old versions up
Diffstat (limited to 'dev-python/pysolr')
-rw-r--r-- | dev-python/pysolr/Manifest | 1 | ||||
-rw-r--r-- | dev-python/pysolr/pysolr-3.3.0.ebuild | 22 |
2 files changed, 0 insertions, 23 deletions
diff --git a/dev-python/pysolr/Manifest b/dev-python/pysolr/Manifest index 53cf4f3e703b..5a2f94e032ba 100644 --- a/dev-python/pysolr/Manifest +++ b/dev-python/pysolr/Manifest @@ -1,2 +1 @@ -DIST pysolr-3.3.0.tar.gz 14075 SHA256 4e1dd1461285d11f01bcd35286f46ccdf214a05e99a89c2d849b99b08a6a7fc1 SHA512 dab07ff62f30ad15e928366bd34b14ad0fd453a7d183d2b6a72b1c66b85bcdfac2ebf12dfdb78ce45dfb63c8440c5987c8118edd02ceb2c3e0829ab18171d389 WHIRLPOOL d0f533bf135c5f26de28ac46956e325b08d627aca35db4f17ba7192e09b925aa8110791c4291713898f51c967ae3ac247bdc2ff2e2374c0a45a8bed6d94a6876 DIST pysolr-3.3.2.tar.gz 14193 SHA256 eea7b2705b4a24ea658136c55ae5c8c30bb661075600fc64d22e57e73951aa96 SHA512 7252efc42987bdf999d122404e63e6410d2efe7b1a49d378c8ad16c9171d8f26cd5ecd891a8a9daa205333b914ec4f95af105fe1bee25312aa05bb884811aebb WHIRLPOOL b4de2ea699f3acffe84cc6e46a979f01f0a5cf7c8731bad941f6f7f76e8ff41d03d436af7829a07ba05ebee850e5d202f6efd0e195f9e639196289da5d267227 diff --git a/dev-python/pysolr/pysolr-3.3.0.ebuild b/dev-python/pysolr/pysolr-3.3.0.ebuild deleted file mode 100644 index a646fbe664d3..000000000000 --- a/dev-python/pysolr/pysolr-3.3.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_4 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" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}] -" |