summaryrefslogtreecommitdiff
blob: 0978dd34e9654dd9430aad02586863f211ebdccc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

inherit distutils

MY_P=${PN}-${PV/_beta/b}

DESCRIPTION="Fast, pure-Python full text indexing, search, and spell checking library"
HOMEPAGE="http://whoosh.ca"
SRC_URI="http://pypi.python.org/packages/source/W/${PN}/${MY_P}.tar.gz"

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

S=${WORKDIR}/${MY_P}