blueness 14/03/26 18:32:09 Modified: ChangeLog Added: whoosh-2.5.7.ebuild Log: Version bump, bug #505830 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.18 dev-python/whoosh/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 23 Sep 2013 02:53:04 -0000 1.17 +++ ChangeLog 26 Mar 2014 18:32:09 -0000 1.18 @@ -1,6 +1,11 @@ # ChangeLog for dev-python/whoosh -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.17 2013/09/23 02:53:04 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.18 2014/03/26 18:32:09 blueness Exp $ + +*whoosh-2.5.7 (26 Mar 2014) + + 26 Mar 2014; Anthony G. Basile <[email protected]> +whoosh-2.5.7.ebuild: + Version bump, bug #505830 *whoosh-2.5.4 (23 Sep 2013) 1.1 dev-python/whoosh/whoosh-2.5.7.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild?rev=1.1&content-type=text/plain Index: whoosh-2.5.7.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.5.7.ebuild,v 1.1 2014/03/26 18:32:09 blueness Exp $ EAPI="5" PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} pypy2_0 ) MY_PN="Whoosh" inherit distutils-r1 DESCRIPTION="Fast, pure-Python full text indexing, search and spell checking library" HOMEPAGE="http://bitbucket.org/mchaput/whoosh/wiki/Home/ http://pypi.python.org/pypi/Whoosh/" SRC_URI="mirror://pypi/W/${MY_PN}/${MY_PN}-${PV}.tar.gz" DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/pytest[${PYTHON_USEDEP}] )" LICENSE="BSD-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc test" S="${WORKDIR}/${MY_PN}-${PV}" python_prepare_all() { # (backport from upstream) sed -i -e '/cmdclass/s:pytest:PyTest:' setup.py || die distutils-r1_python_prepare_all } python_install_all() { local DOCS=( README.txt ) use doc && local HTML_DOCS=( docs/build/html/_sources/. ) distutils-r1_python_install_all } python_test() { esetup.py test }
