# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="2" SUPPORT_PYTHON_ABIS="1" PYTHON_DEPEND="*:2.6" inherit distutils DESCRIPTION="Python library for accessing Czech Data Boxes (ISDS)" HOMEPAGE="http://labs.nic.cz/page/740/dsgui/" SRC_URI="http://labs.nic.cz/files/labs/datove_schranky/${P}.tar.gz" LICENSE="LGPL-2 BSD" SLOT="0" KEYWORDS="~x86" IUSE="examples" DEPEND=">=dev-python/pyopenssl-0.9" # ??? >=dev-python/sqlalchemy-0.5 RDEPEND="$DEPEND" RESTRICT_PYTHON_ABIS="3.*" if use examples; then DOCS=( "tests.py" ) fi