X-Git-Url: http://gitweb.michael.orlitzky.com/?p=mjo-overlay.git;a=blobdiff_plain;f=sci-mathematics%2Fdunshire%2Fdunshire-0.1.1.ebuild;fp=sci-mathematics%2Fdunshire%2Fdunshire-0.1.1.ebuild;h=0000000000000000000000000000000000000000;hp=78aa75d3354436b01b17548c7e1273583841d6ae;hb=eace2b1bc8b47dacff1362b2991b1311abcf3fd0;hpb=543505c0775528bfe989f775d087387776e5a7d6 diff --git a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild b/sci-mathematics/dunshire/dunshire-0.1.1.ebuild deleted file mode 100644 index 78aa75d..0000000 --- a/sci-mathematics/dunshire/dunshire-0.1.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -PYTHON_COMPAT=( python3_{4,5} ) - -inherit distutils-r1 - -DESCRIPTION="Python library to solve linear games over symmetric cones" -HOMEPAGE="http://michael.orlitzky.com/code/${PN}" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="doc test" - -RDEPEND="dev-python/cvxopt[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -python_install_all() { - use doc && local HTML_DOCS=( doc/build/html/. ) - local DOCS=( doc/README.rst ) - distutils-r1_python_install_all -} - -python_test() { - esetup.py test -}