]> Pileus Git - ~andy/sunrise/blob - dev-python/anyjson/anyjson-0.3.1.ebuild
a3f00509e639917bb9809f3fa3e2bf0592581096
[~andy/sunrise] / dev-python / anyjson / anyjson-0.3.1.ebuild
1 # Copyright 1999-2011 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 EAPI=3
6
7 SUPPORT_PYTHON_ABIS=1
8 PYTHON_DEPEND="*"
9
10 inherit distutils
11
12 DESCRIPTION="Wraps the best available JSON implementation available in a common interface"
13 HOMEPAGE="http://bitbucket.org/runeh/anyjson"
14 SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz"
15
16 LICENSE="MIT"
17 SLOT="0"
18 KEYWORDS="~amd64 ~x86"
19 IUSE=""