From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 726DD139694 for ; Wed, 28 Jun 2017 04:03:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22B28254027; Wed, 28 Jun 2017 04:02:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0074025402D for ; Wed, 28 Jun 2017 04:02:57 +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 6203F3417A7 for ; Wed, 28 Jun 2017 04:02:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF77074A7 for ; Wed, 28 Jun 2017 04:02:53 +0000 (UTC) From: "Sebastien Fabbro" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastien Fabbro" Message-ID: <1498622413.5ee57cb42b9d714d99778d80a5d6b504f7382189.bicatali@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc3/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/pymc3/Manifest sci-mathematics/pymc3/pymc3-3.0_rc6.ebuild sci-mathematics/pymc3/pymc3-3.1.ebuild X-VCS-Directories: sci-mathematics/pymc3/ X-VCS-Committer: bicatali X-VCS-Committer-Name: Sebastien Fabbro X-VCS-Revision: 5ee57cb42b9d714d99778d80a5d6b504f7382189 X-VCS-Branch: master Date: Wed, 28 Jun 2017 04:02:53 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 1ff6f1eb-c03e-424e-9e69-9add363cefae X-Archives-Hash: b127ee17c2623d27c35933aa89173f1c commit: 5ee57cb42b9d714d99778d80a5d6b504f7382189 Author: Sébastien Fabbro gentoo org> AuthorDate: Tue Jun 27 20:37:30 2017 +0000 Commit: Sebastien Fabbro gentoo org> CommitDate: Wed Jun 28 04:00:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ee57cb4 sci-mathematics/pymc3: version bump Package-Manager: Portage-2.3.6, Repoman-2.3.2 sci-mathematics/pymc3/Manifest | 2 +- sci-mathematics/pymc3/{pymc3-3.0_rc6.ebuild => pymc3-3.1.ebuild} | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/pymc3/Manifest b/sci-mathematics/pymc3/Manifest index 4d99be0e4a3..d183c7e71f6 100644 --- a/sci-mathematics/pymc3/Manifest +++ b/sci-mathematics/pymc3/Manifest @@ -1 +1 @@ -DIST pymc3-3.0rc6.tar.gz 992525 SHA256 8df5a190218d3eea2655915847aad9c87ae9719cc507c5c3e24ec4973408051d SHA512 54534e07f61dbf1b499a2d9e249512d1475074bcf67612b36ab3b72456945eb6af4a450d6739195891f0d398612304861c23fe4a222304e1609240ba348f1792 WHIRLPOOL 251d85ac949569000d5b188a40645548389dbed8fd47f9f21ee6c6569805b3f5350185f6f0247022fd08e46fd4f41f137167b9eba3814e43afb88a09623d95f3 +DIST pymc3-3.1.tar.gz 34553828 SHA256 218e412408cd5f0bc0e6984404bcaadd32f80c4ef523ac8718c1f0c3fd8c4e28 SHA512 30799d9c1b670adbcf5cc1463029d71a87c7b917e83b1f6cb453d75553616da7173421e7ae6e31b332c85f8170daea735344ff83ba6605cf3b15cf79c5c4fb97 WHIRLPOOL bbc2a7304926bbebbb06c358503ed0ebec7de20c171ea1123eb8a978a4a5407ecb6f0cc6055cd22c6a58571315ad3e877b6317d18b8b02794b4d6c7bade10b79 diff --git a/sci-mathematics/pymc3/pymc3-3.0_rc6.ebuild b/sci-mathematics/pymc3/pymc3-3.1.ebuild similarity index 91% rename from sci-mathematics/pymc3/pymc3-3.0_rc6.ebuild rename to sci-mathematics/pymc3/pymc3-3.1.ebuild index efdcbba9e99..0361603fbe9 100644 --- a/sci-mathematics/pymc3/pymc3-3.0_rc6.ebuild +++ b/sci-mathematics/pymc3/pymc3-3.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1 virtualx xdg-utils @@ -31,7 +31,7 @@ RDEPEND=" >=dev-python/patsy-0.4[${PYTHON_USEDEP}] >=dev-python/recommonmark-0.4[${PYTHON_USEDEP}] dev-python/sphinx[${PYTHON_USEDEP}] - >=dev-python/theano-0.8.2[${PYTHON_USEDEP}] + >=dev-python/theano-0.9[${PYTHON_USEDEP}] >=dev-python/tqdm-4.8.4[${PYTHON_USEDEP}] >=sci-libs/scipy-0.12[${PYTHON_USEDEP}] virtual/python-enum34[${PYTHON_USEDEP}] @@ -42,6 +42,7 @@ DEPEND=" test? ( ${RDEPEND} dev-python/nose[${PYTHON_USEDEP}] + dev-python/nose-parameterized[${PYTHON_USEDEP}] ) "