19 lines
443 B
Bash
19 lines
443 B
Bash
# Copyright 1999-2009 Gentoo Foundation
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
# $Header: $
|
|
|
|
inherit distutils
|
|
|
|
DESCRIPTION="Python Module for Accessing and Modifying Configuration Data in INI
|
|
files"
|
|
HOMEPAGE="http://code.google.com/p/iniparse/"
|
|
SRC_URI="http://iniparse.googlecode.com/files/${P}.tar.gz"
|
|
|
|
LICENSE="MIT"
|
|
SLOT="0"
|
|
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
|
|
IUSE=""
|
|
|
|
DEPEND="dev-python/setuptools"
|
|
RDEPEND=""
|