blob: 6ea5c8a329c1583cc6ce22874e01fd9299bf1de9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/simplesettings/simplesettings-0.5.ebuild,v 1.2 2009/07/27 07:15:16 mr_bones_ Exp $
# Ebuild generated by g-pypi 0.2.2 (rev. 214)
EAPI="2"
inherit distutils
DESCRIPTION="Simple settings initialization"
HOMEPAGE="http://code.google.com/p/simplesettings/"
SRC_URI="http://pypi.python.org/packages/source/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="Apache-2.0"
KEYWORDS="~x86"
SLOT="0"
IUSE=""
RDEPEND="virtual/python"
DEPEND="${RDEPEND}
dev-python/setuptools"
|