From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1234196-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 26B7C13835B for <garchives@archives.gentoo.org>; Thu, 24 Dec 2020 13:56:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49096E0D25; Thu, 24 Dec 2020 13:56:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22CC4E0D25 for <gentoo-commits@lists.gentoo.org>; Thu, 24 Dec 2020 13:56:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A4C2341566 for <gentoo-commits@lists.gentoo.org>; Thu, 24 Dec 2020 13:56:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AE4AE2A9 for <gentoo-commits@lists.gentoo.org>; Thu, 24 Dec 2020 13:56:05 +0000 (UTC) From: "Sam James" <sam@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org> Message-ID: <1608775283.4cbe81bed9ad61cae649a5384f69bb30384f7aa1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/theano-pymc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/theano-pymc/theano-pymc-1.0.13.ebuild X-VCS-Directories: dev-python/theano-pymc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 4cbe81bed9ad61cae649a5384f69bb30384f7aa1 X-VCS-Branch: master Date: Thu, 24 Dec 2020 13:56:05 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f7934782-2abd-4aba-8935-52fbb12a82d5 X-Archives-Hash: 807a40b7a9d819233da89c5fb04404d2 commit: 4cbe81bed9ad61cae649a5384f69bb30384f7aa1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Dec 24 01:52:55 2020 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Dec 24 02:01:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cbe81be dev-python/theano-pymc: minor post-merge changes Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/theano-pymc/theano-pymc-1.0.13.ebuild | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild b/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild index 509edfe62e1..baf9a7f0e29 100644 --- a/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild +++ b/dev-python/theano-pymc/theano-pymc-1.0.13.ebuild @@ -4,12 +4,13 @@ EAPI=7 DISTUTILS_USE_SETUPTOOLS=rdepend -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 optfeature -DESCRIPTION="Python library for operating with mathematical expressions involving multi-dimensional arrays" +DESCRIPTION="Library for operating on mathematical expressions with multi-dimensional arrays" HOMEPAGE="https://github.com/pymc-devs/Theano-PyMC" SRC_URI="https://github.com/pymc-devs/Theano-PyMC/archive/rel-${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/Theano-PyMC-rel-${PV} LICENSE="BSD" SLOT="0" @@ -21,10 +22,7 @@ RDEPEND=" dev-python/scipy[${PYTHON_USEDEP}]" RDEPEND="${DEPEND}" -S="${WORKDIR}"/Theano-PyMC-rel-${PV} - -distutils_enable_sphinx doc \ - 'dev-python/sphinx_rtd_theme' +distutils_enable_sphinx doc 'dev-python/sphinx_rtd_theme' distutils_enable_tests pytest python_prepare_all() { @@ -36,7 +34,7 @@ python_prepare_all() { python_test() { distutils_install_for_testing - pytest -vv || die + pytest -vv || die "Tests failed with ${EPYTHON}" } pkg_postinst() {