Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 452496 Details for
Bug 599042
dev-python/elasticsearch-py-5.0.1 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
elasticsearch-py-5.0.1.ebuild
elasticsearch-py-5.0.1.ebuild (text/plain), 2.46 KB, created by
Tomáš Mózes
on 2016-11-06 07:39:56 UTC
(
hide
)
Description:
elasticsearch-py-5.0.1.ebuild
Filename:
MIME Type:
Creator:
Tomáš Mózes
Created:
2016-11-06 07:39:56 UTC
Size:
2.46 KB
patch
obsolete
># Copyright 1999-2016 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Id$ > >EAPI=6 > >PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) > >ES_VERSION="5.0.0" > >inherit distutils-r1 > ># tests fail in chroot ># https://github.com/elastic/elasticsearch/issues/12018 >RESTRICT="test" > >MY_PN=${PN/-py/} > >DESCRIPTION="official Python low-level client for Elasticsearch" >HOMEPAGE="http://elasticsearch-py.rtfd.org/" >SRC_URI="https://github.com/elasticsearch/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz > test? ( https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/tar/elasticsearch/${ES_VERSION}/elasticsearch-${ES_VERSION}.tar.gz )" > >LICENSE="Apache-2.0" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="examples doc test" > >RDEPEND=">=dev-python/urllib3-1.8[${PYTHON_USEDEP}] > <dev-python/urllib3-2.0[${PYTHON_USEDEP}]" > >DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] > >=dev-python/sphinx-1.3.1-r1[${PYTHON_USEDEP}] > test? ( ${RDEPEND} > >=dev-python/requests-1.0.0[${PYTHON_USEDEP}] > <dev-python/requests-3.0.0[${PYTHON_USEDEP}] > dev-python/nose[${PYTHON_USEDEP}] > dev-python/coverage[${PYTHON_USEDEP}] > dev-python/mock[${PYTHON_USEDEP}] > dev-python/pretty-yaml[${PYTHON_USEDEP}] > dev-python/nosexcover[${PYTHON_USEDEP}] > || ( virtual/jre:1.8 virtual/jre:1.7 ) )" > >python_test() { > ES="${WORKDIR}/elasticsearch-${ES_VERSION}" > ES_PORT="25124" > ES_LOG="${ES}/logs/elasticsearch.log" > PID="${ES}/elasticsearch.pid" > > # run Elasticsearch instance on custom port > sed -i "s/#http.port: 9200/http.port: ${ES_PORT}/g; \ > s/#cluster.name: my-application/cluster.name: gentoo-es-py-test/g" \ > ${ES}/config/elasticsearch.yml || die > > # start local instance of elasticsearch > ${ES}/bin/elasticsearch -d -p ${PID} || die > > local i > for i in `seq 10`; do > grep -q "started" ${ES_LOG} 2> /dev/null > if [ $? -eq 0 ]; then > einfo "Elasticsearch started" > eend 0 > break > elif grep -q 'BindException\[Address already in use\]' "${ES_LOG}" 2>/dev/null; then > eend 1 > eerror "Elasticsearch already running" > die "Cannot start Elasticsearch for tests" > else > einfo "Waiting for Elasticsearch" > eend 1 > sleep 2 > continue > fi > done > > export TEST_ES_SERVER="localhost:${ES_PORT}" > esetup.py test || die > > pkill -F ${PID} >} > >python_compile_all() { > cd docs || die > emake man $(usex doc html "") >} > >python_install_all() { > use doc && HTML_DOCS=( docs/_build/html/. ) > use examples && dodoc -r example > doman docs/_build/man/* > distutils-r1_python_install_all >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 599042
: 452496