blob: 8478a9f6c141a1a4239aefc2ae11ffe625e82d1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/hachoir-regex/hachoir-regex-1.0.2.ebuild,v 1.1 2007/07/14 13:22:49 cedk Exp $
NEED_PYTHON=2.4
inherit distutils
DESCRIPTION="regex manipulation Python library"
HOMEPAGE="http://hachoir.org/wiki/hachoir-regex"
SRC_URI="http://cheeseshop.python.org/packages/source/h/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86"
IUSE=""
DEPEND=""
RDEPEND=""
PYTHON_MODNAME="hachoir_regex"
|