# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sci-libs/mmtk/mmtk-2.7.9.ebuild,v 1.4 2015/04/08 18:49:16 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 # This number identifies each release on the CRU website. # Can't figure out how to avoid hardcoding it. NUMBER="4324" MY_PN=${PN/mmtk/MMTK} MY_P=${MY_PN}-${PV} DESCRIPTION="Molecular Modeling ToolKit for Python" HOMEPAGE="http://dirac.cnrs-orleans.fr/MMTK/" SRC_URI="http://sourcesup.cru.fr/frs/download.php/${NUMBER}/${MY_P}.tar.gz" SLOT="0" LICENSE="CeCILL-2" KEYWORDS="~amd64 ~x86 ~ppc ~amd64-linux ~x86-linux" IUSE="examples" RDEPEND=" dev-python/cython[${PYTHON_USEDEP}]