# Distributed under the terms of the GNU General Public License v2 EAPI=4-python PYTHON_MULTIPLE_ABIS=1 PYTHON_RESTRICTED_ABIS="3.*" inherit distutils DESCRIPTION="Fast JSON encoder/decoder for Python." HOMEPAGE="https://pypi.python.org/pypi/python-cjson/" SRC_URI="http://pypi.python.org/packages/source/p/python-cjson/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND=">=dev-lang/python-2.7 >=sys-libs/glibc-2.3.4" RDEPEND="${DEPEND}"