diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-07-14 20:57:42 +0100 |
commit | 1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch) | |
tree | e48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-python/pysolr | |
parent | d87262dd706fec50cd150aab3e93883b6337466d (diff) |
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-python/pysolr')
-rw-r--r-- | dev-python/pysolr/Manifest | 5 | ||||
-rw-r--r-- | dev-python/pysolr/metadata.xml | 12 | ||||
-rw-r--r-- | dev-python/pysolr/pysolr-3.3.2.ebuild | 21 | ||||
-rw-r--r-- | dev-python/pysolr/pysolr-3.6.0.ebuild | 23 |
4 files changed, 0 insertions, 61 deletions
diff --git a/dev-python/pysolr/Manifest b/dev-python/pysolr/Manifest deleted file mode 100644 index 9d79d1d619ba..000000000000 --- a/dev-python/pysolr/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -DIST pysolr-3.3.2.tar.gz 14193 BLAKE2B 855adfa730a05facdd1a0aab529f7e52a3c052c2b558195616267704691bf91b3b70a123604063c1b818574046cd6d412affc0fe1dc5d43890ea2ca52d8a41e6 SHA512 7252efc42987bdf999d122404e63e6410d2efe7b1a49d378c8ad16c9171d8f26cd5ecd891a8a9daa205333b914ec4f95af105fe1bee25312aa05bb884811aebb -DIST pysolr-3.6.0.tar.gz 28485 BLAKE2B 3994f1586a16ab8a65013d7412c71581448f15356db077f39b87ba780606d508702e0650b9165b96d2bb2064ba4c03d9dd715bcf1f8e802a18bc19ab3aea69f6 SHA512 15d2599bdfe5b364d0c0497f3125945c8a14a61baca6d32bb775d32fac8a8c2bb9ae46e90e4a08ba144e5f6cc83efba7e456ff7ff617c9af34116432bafbac36 -EBUILD pysolr-3.3.2.ebuild 567 BLAKE2B aae941de113ea7e95eb84a63047eb7ae2463bf25dd754708e93fd067ee56cb14dbfb6c13cfdb87ce55c40d094b84cbf52e92ab80f92dcf087373b55324f4be72 SHA512 cb258fa3b3835fc38d339e0ff49816ce783dd8db296806933fb237807197e5cb4153befef703a0847b0e8d2327a7dc3d714f0d9aa1cd00f294c503ea3752147f -EBUILD pysolr-3.6.0.ebuild 566 BLAKE2B e823904aad5ed70560d43683b75c386f4a025931a33124c891be300eb416601ffc2530597d7ccec9073fe3f677b8f82ade42ffac2960b603531b93fedbd2cf22 SHA512 1f618dc00c567e6f3c4d02988dff76c840154b2323d1ce8af13711c96565dbf71c4a8844f23b0c0eb31ae465f1dc9b89c9a956541d184ea0019f9dcad889741f -MISC metadata.xml 379 BLAKE2B 131131e4eb19987a2344df67b337646ab5102ad822757b77a5531a1111385ea9bfdc7e84b5f3e732c6f9f42763671628421b4ffaf4ea89d52234a294797168c4 SHA512 862fbb61da30df5733458c4a7267a3973bb7763d83ac7b817c42c7edef7dcaea6b1235de8df382c0ae6870ffb330b990b874b6dc169d4407da172959082e6491 diff --git a/dev-python/pysolr/metadata.xml b/dev-python/pysolr/metadata.xml deleted file mode 100644 index 556ea46f0190..000000000000 --- a/dev-python/pysolr/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="pypi">pysolr</remote-id> - <remote-id type="github">toastdriven/pysolr</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-python/pysolr/pysolr-3.3.2.ebuild b/dev-python/pysolr/pysolr-3.3.2.ebuild deleted file mode 100644 index 68225dea78a0..000000000000 --- a/dev-python/pysolr/pysolr-3.3.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) - -inherit distutils-r1 - -DESCRIPTION="Lightweight python wrapper for Apache Solr" -HOMEPAGE="https://pypi.org/project/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="dev-python/requests[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" diff --git a/dev-python/pysolr/pysolr-3.6.0.ebuild b/dev-python/pysolr/pysolr-3.6.0.ebuild deleted file mode 100644 index 83aeb842536e..000000000000 --- a/dev-python/pysolr/pysolr-3.6.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.org/project/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}]" |