* [gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.6.0.ebuild ChangeLog
@ 2014-11-14 3:48 Ian Delaney (idella4)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-11-14 3:48 UTC (permalink / raw
To: gentoo-commits
idella4 14/11/14 03:48:52
Modified: ChangeLog
Added: whoosh-2.6.0.ebuild
Log:
bump; clean old python impl, update SRC_URI, deps, add doc build, upgrade test phase
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.21 dev-python/whoosh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 27 Jul 2014 01:23:42 -0000 1.20
+++ ChangeLog 14 Nov 2014 03:48:52 -0000 1.21
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/whoosh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.20 2014/07/27 01:23:42 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.21 2014/11/14 03:48:52 idella4 Exp $
+
+*whoosh-2.6.0 (14 Nov 2014)
+
+ 14 Nov 2014; Ian Delaney <idella4@gentoo.org> +whoosh-2.6.0.ebuild:
+ bump; clean old python impl, update SRC_URI, deps, add doc build, upgrade test
+ phase
27 Jul 2014; Ian Delaney <idella4@gentoo.org> whoosh-2.5.7.ebuild:
drop py2.6 pypy2_0 add py3.4
1.1 dev-python/whoosh/whoosh-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?rev=1.1&content-type=text/plain
Index: whoosh-2.6.0.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.6.0.ebuild,v 1.1 2014/11/14 03:48:52 idella4 Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_7,3_3,3_4} pypy )
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}.zip"
DEPEND="app-arch/unzip
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
# Prevent un-needed download during build
sed -e "/^ 'sphinx.ext.intersphinx',/d" -i docs/source/conf.py || die
distutils-r1_python_prepare_all
}
python_compile_all() {
use doc && sphinx-build -b html -c docs/source/ docs/source/ docs/source/build/html
}
# Restrict to test phase; a few random tests fail without it
src_test() {
local DISTUTILS_NO_PARALLEL_BUILD=1
distutils-r1_src_test
}
python_test() {
esetup.py test
}
python_install_all() {
local DOCS=( README.txt )
use doc && local HTML_DOCS=( docs/source/build/html/. )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.6.0.ebuild ChangeLog
@ 2014-12-27 19:23 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-27 19:23 UTC (permalink / raw
To: gentoo-commits
ago 14/12/27 19:23:53
Modified: whoosh-2.6.0.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #531028
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/whoosh/whoosh-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?r1=1.2&r2=1.3
Index: whoosh-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- whoosh-2.6.0.ebuild 14 Nov 2014 04:13:19 -0000 1.2
+++ whoosh-2.6.0.ebuild 27 Dec 2014 19:23:53 -0000 1.3
@@ -1,6 +1,6 @@
# 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.6.0.ebuild,v 1.2 2014/11/14 04:13:19 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild,v 1.3 2014/12/27 19:23:53 ago Exp $
EAPI="5"
@@ -20,7 +20,7 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc test"
S="${WORKDIR}/${MY_PN}-${PV}"
1.24 dev-python/whoosh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 27 Nov 2014 11:48:16 -0000 1.23
+++ ChangeLog 27 Dec 2014 19:23:53 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/whoosh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.23 2014/11/27 11:48:16 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.24 2014/12/27 19:23:53 ago Exp $
+
+ 27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> whoosh-2.6.0.ebuild:
+ Stable for amd64, wrt bug #531028
27 Nov 2014; Ian Delaney <idella4@gentoo.org> whoosh-2.5.7.ebuild:
clean old python impl
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.6.0.ebuild ChangeLog
@ 2014-12-28 12:09 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-28 12:09 UTC (permalink / raw
To: gentoo-commits
ago 14/12/28 12:09:11
Modified: whoosh-2.6.0.ebuild ChangeLog
Log:
Stable for x86, wrt bug #531028
(Portage version: 2.2.14/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.4 dev-python/whoosh/whoosh-2.6.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild?r1=1.3&r2=1.4
Index: whoosh-2.6.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- whoosh-2.6.0.ebuild 27 Dec 2014 19:23:53 -0000 1.3
+++ whoosh-2.6.0.ebuild 28 Dec 2014 12:09:11 -0000 1.4
@@ -1,6 +1,6 @@
# 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.6.0.ebuild,v 1.3 2014/12/27 19:23:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/whoosh-2.6.0.ebuild,v 1.4 2014/12/28 12:09:11 ago Exp $
EAPI="5"
@@ -20,7 +20,7 @@
LICENSE="BSD-2"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc test"
S="${WORKDIR}/${MY_PN}-${PV}"
1.25 dev-python/whoosh/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/whoosh/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 27 Dec 2014 19:23:53 -0000 1.24
+++ ChangeLog 28 Dec 2014 12:09:11 -0000 1.25
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/whoosh
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.24 2014/12/27 19:23:53 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/whoosh/ChangeLog,v 1.25 2014/12/28 12:09:11 ago Exp $
+
+ 28 Dec 2014; Agostino Sarubbo <ago@gentoo.org> whoosh-2.6.0.ebuild:
+ Stable for x86, wrt bug #531028
27 Dec 2014; Agostino Sarubbo <ago@gentoo.org> whoosh-2.6.0.ebuild:
Stable for amd64, wrt bug #531028
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-28 12:09 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-28 12:09 [gentoo-commits] gentoo-x86 commit in dev-python/whoosh: whoosh-2.6.0.ebuild ChangeLog Agostino Sarubbo (ago)
-- strict thread matches above, loose matches on Subject: below --
2014-12-27 19:23 Agostino Sarubbo (ago)
2014-11-14 3:48 Ian Delaney (idella4)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox