* [gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.5.0.ebuild ChangeLog
@ 2013-09-11 2:26 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2013-09-11 2:26 UTC (permalink / raw
To: gentoo-commits
patrick 13/09/11 02:26:33
Modified: ChangeLog
Added: whoosh-2.5.0.ebuild
Log:
Bump
(Portage version: 2.2.2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.14 dev-python/whoosh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?r1=1.13&r2=1.14
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog 5 Sep 2013 18:46:41 -0000 1.13
+++ ChangeLog 11 Sep 2013 02:26:33 -0000 1.14
@@ -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.13 2013/09/05 18:46:41 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.14 2013/09/11 02:26:33 patrick Exp $
+
+*whoosh-2.5.0 (11 Sep 2013)
+
+ 11 Sep 2013; Patrick Lauer <patrick@gentoo.org> +whoosh-2.5.0.ebuild:
+ Bump
05 Sep 2013; Michał Górny <mgorny@gentoo.org> whoosh-2.4.1-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
1.1 dev-python/whoosh/whoosh-2.5.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.5.0.ebuild?rev=1.1&content-type=text/plain
Index: whoosh-2.5.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.5.0.ebuild,v 1.1 2013/09/11 02:26:33 patrick 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/nose[${PYTHON_USEDEP}] )"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc test"
DISTUTILS_IN_SOURCE_BUILD=1
S="${WORKDIR}/${MY_PN}-${PV}"
python_install_all() {
local DOCS=( README.txt )
distutils-r1_python_install_all
if use doc; then
insinto "/usr/share/doc/${PF}/"
doins -r docs/build/html/_sources/* || die
fi
}
python_test() {
${EPYTHON} setup.py test || die "Tests fail with ${EPYTHON}"
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2013-09-11 2:26 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-11 2:26 [gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.5.0.ebuild ChangeLog Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox