dev-python/enum-0.4.4: fixed error in SRC_URI, now uses http instead of
[ladi-overlay.git] / dev-python / enum / enum-0.4.4.ebuild
blobaac2f50012d1881e9e86fbd69a7ed86ad5c8b6aa
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
5 EAPI="5"
7 PYTHON_COMPAT="python2_6 python2_7"
9 inherit python-distutils-ng
11 DESCRIPTION="Robust enumerated type support in Python."
12 HOMEPAGE="http://pypi.python.org/pypi/enum/"
13 SRC_URI="http://pypi.python.org/packages/source/e/enum/enum-${PV}.tar.gz"
15 IUSE=""
17 LICENSE="GPL-2"
18 SLOT="0"
19 KEYWORDS="~amd64 x86"