public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/Whoosh: Whoosh-2.3.2.ebuild ChangeLog metadata.xml
@ 2012-05-21 11:36 Anthony G. Basile (blueness)
  0 siblings, 0 replies; only message in thread
From: Anthony G. Basile (blueness) @ 2012-05-21 11:36 UTC (permalink / raw
  To: gentoo-commits

blueness    12/05/21 11:36:14

  Added:                Whoosh-2.3.2.ebuild ChangeLog metadata.xml
  Log:
  Added from sunrise overlay. I will proxy for Johan, bug #281095.
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-python/Whoosh/Whoosh-2.3.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Whoosh/Whoosh-2.3.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Whoosh/Whoosh-2.3.2.ebuild?rev=1.1&content-type=text/plain

Index: Whoosh-2.3.2.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/Whoosh/Whoosh-2.3.2.ebuild,v 1.1 2012/05/21 11:36:13 blueness Exp $

EAPI="3"

PYTHON_DEPEND="2:2.5 3:3.1"
SUPPORT_PYTHON_ABIS="1"
RESTRICT_PYTHON_ABIS="2.4"
DISTUTILS_SRC_TEST="setup.py"
PYTHON_TESTS_RESTRICTED_ABIS="3.*"
PYTHON_MODNAME="whoosh"

inherit distutils

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/${PN}/${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"

src_install() {
	distutils_src_install

	if use doc; then
		insinto "/usr/share/doc/${PF}/"
		doins -r docs/build/html/_sources/* || die
	fi
}



1.1                  dev-python/Whoosh/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Whoosh/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Whoosh/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# ChangeLog for dev-python/Whoosh
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/Whoosh/ChangeLog,v 1.1 2012/05/21 11:36:13 blueness Exp $

*Whoosh-2.3.2 (21 May 2012)

  21 May 2012; Anthony G. Basile <blueness@gentoo.org> +Whoosh-2.3.2.ebuild,
  +files/Whoosh-2.3.2-py25.patch, +metadata.xml:
  Added from sunrise overlay. I will proxy for Johan, bug #281095.

  26 Dec 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
  -Whoosh-2.3.0.ebuild, +Whoosh-2.3.2.ebuild,
  +files/Whoosh-2.3.2-py25.patch:
  Version bump. Add patch for failing test

  25 Nov 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
  Whoosh-2.3.0.ebuild:
  Specify versions in depend

  24 Nov 2011; Johan Bergström (jbergstroem) <bugs@bergstroem.nu>
  -Whoosh-1.8.2.ebuild, +Whoosh-2.3.0.ebuild:
  Version bump. Thanks to Tommy[D] for reviewing

  29 Apr 2011; Justin Lecher <jlec@gentoo.org> -Whoosh-0.3.18.ebuild,
  +Whoosh-1.8.2.ebuild:
  Corrected for multiple PyABI installation

  13 Aug 2010; Thomas Sachau (Tommy[D]) <tommy@gentoo.org>
  Whoosh-0.3.18.ebuild:
  Switch to pypi mirror list

  15 May 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  Whoosh-0.3.18.ebuild:
  Add explicit python inherit.

  08 Apr 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  Whoosh-0.3.18.ebuild:
  Add support for Python ABIs and adjust the Python depend.

  07 Apr 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.15.ebuild, +Whoosh-0.3.18.ebuild:
  Version bump.

  08 Feb 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.12.ebuild, +Whoosh-0.3.15.ebuild:
  Version bump.

  22 Jan 2010; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.9.ebuild, +Whoosh-0.3.12.ebuild:
  Version bump.

  25 Dec 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.0_beta24.ebuild, +Whoosh-0.3.9.ebuild:
  Version bump, tested on x86.

  20 Sep 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.1.24.ebuild:
  Old version no longer used by anything.

  07 Sep 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.0_beta6.ebuild, +Whoosh-0.3.0_beta24.ebuild:
  Version bump.

  25 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.0_beta5.ebuild, +Whoosh-0.3.0_beta6.ebuild:
  Version bump.

  20 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.3.0_beta3.ebuild, +Whoosh-0.3.0_beta5.ebuild:
  Version bump.

  19 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  -Whoosh-0.2.6.ebuild, +Whoosh-0.3.0_beta3.ebuild:
  Version bump. If anyone still needs 0.2, please let me know.

  16 Aug 2009; Michał Górny (sedzimir) <gentoo@mgorny.alt.pl>
  +Whoosh-0.1.24.ebuild, +Whoosh-0.2.6.ebuild, +metadata.xml:
  New ebuilds for dev-python/Whoosh (bug #281095), one for current version
  and the other for 0.1 branch required by django-haystack.




1.1                  dev-python/Whoosh/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Whoosh/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/Whoosh/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
</pkgmetadata>






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-05-21 11:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-21 11:36 [gentoo-commits] gentoo-x86 commit in dev-python/Whoosh: Whoosh-2.3.2.ebuild ChangeLog metadata.xml Anthony G. Basile (blueness)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox