Skip to content

Commit

Permalink
sci-mathematics/mdp: version bump (#678)
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
TheChymera authored and jlec committed Sep 23, 2016
1 parent 64796d9 commit e98ab12
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
1 change: 1 addition & 0 deletions sci-mathematics/mdp/Manifest
@@ -1 +1,2 @@
DIST MDP-3.3.tar.gz 471439 SHA256 3461a54c96a050029ec548c48fa5c60c2bb5b28cc088092438aa95c94d8b3478 SHA512 fdbecd38e86aae970c6091c3ff7cd8e576556bf449051e5d998852e294041587907acc0701d3415059da7aaac73c04803138a04c9990bcc2a168a8f6f83d91cf WHIRLPOOL 0ea37eaff661a814ee3befe84cdfcac35a2462acd16f34dd7a46a2c9aaa9b8f5fee46c6b1e33e2a4313c454ab7519e3dcc9e54234d91c3c6e3fafcc094bfe5a1
DIST MDP-3.5.tar.gz 335420 SHA256 33f13804d32a2430caeef04f5cf3a11209a854ab78f5686b75cff4ed6bff812b SHA512 5c4f6264ce566b65d4580bb38be711e93d764b7cf1c507df3e0f9efef23c93646a2ba8aab7de5c3f7c07bee16f9f4ebe1739a780c6dc966da48007d733747c58 WHIRLPOOL 44baa7fa97de2e43c709b81238b8ca5edcedde905c3bf8d2bb5420c2d158f6d9512f9f07aa57f3ac4451c99ba99472a1a53d6ee382659ccb261cc7326820f195
35 changes: 35 additions & 0 deletions sci-mathematics/mdp/mdp-3.5.ebuild
@@ -0,0 +1,35 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

PYTHON_COMPAT=( python{2_7,3_4,3_5} )

inherit distutils-r1

MY_P="${P/mdp/MDP}"
MY_P="${MY_P/_rc/RC}"

DESCRIPTION="Data processing framework in python"
HOMEPAGE="http://mdp-toolkit.sourceforge.net/index.html"
SRC_URI="mirror://sourceforge/mdp-toolkit/${MY_P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

DEPEND=""
RDEPEND="|| (
>=dev-python/numpy-1.1[${PYTHON_USEDEP}]
>=sci-libs/scipy-0.5.2[${PYTHON_USEDEP}]
)"

S="${WORKDIR}/${MY_P}"

python_test() {
distutils_install_for_testing
cd "${BUILD_DIR}" || die
"${PYTHON}" -c "import mdp;mdp.test()" || die
}

0 comments on commit e98ab12

Please sign in to comment.