summaryrefslogtreecommitdiff
path: root/sci-mathematics/pymc3
diff options
context:
space:
mode:
Diffstat (limited to 'sci-mathematics/pymc3')
-rw-r--r--sci-mathematics/pymc3/Manifest2
-rw-r--r--sci-mathematics/pymc3/pymc3-3.1.ebuild3
2 files changed, 3 insertions, 2 deletions
diff --git a/sci-mathematics/pymc3/Manifest b/sci-mathematics/pymc3/Manifest
index cc0ca5d930c8..ac7408e3fb83 100644
--- a/sci-mathematics/pymc3/Manifest
+++ b/sci-mathematics/pymc3/Manifest
@@ -1,3 +1,3 @@
DIST pymc3-3.1.tar.gz 34553828 BLAKE2B 73c4d50f7d656322fa1a7384aefa1f46caacccc8055138fefc27a82d765866efb9d4853a842a2df312058c558edd66b37a40295904c86f023f8fec5503877206 SHA512 30799d9c1b670adbcf5cc1463029d71a87c7b917e83b1f6cb453d75553616da7173421e7ae6e31b332c85f8170daea735344ff83ba6605cf3b15cf79c5c4fb97
-EBUILD pymc3-3.1.ebuild 1555 BLAKE2B cd8b093e17014f5ab3bed51ce9421a4710f9cc5b8ab86af0b66f25617a47463ede86dbf56c45b1798eb22c2763f1550204ce48c9a68e1731f9fb3a30c8428e8f SHA512 bf6e081b0a59db5225e55ecd3424669b9be5cdba395381e8a1ea426761fe3c5a58cfc64bac08e6fe9dacbf662b543aabea8d9e79f22813fe8fc3721b94d8af71
+EBUILD pymc3-3.1.ebuild 1578 BLAKE2B 78cb77fc1ed2ad981ba93ca6233ffecd68e324b482cd1631ea552715d02be7e80fb81e673befc056e33f058a48144abb815f4672e6ef51b15cef32ff1b36207e SHA512 464b982de86f8bc94dd45de397c4febe19128dea1adb994abe6d029f9877fc111a169af904914738f71a65f759a87d5106a00530983ddfa6388297a9ab2c8763
MISC metadata.xml 740 BLAKE2B 2c56161497137f40e0e25e85299af90c361ddbcaccb4436747ba111e725c9a881fdf88944dd0208909275bf4013b9e1d5983b590ad7f46589f584549288aa02c SHA512 c75ed4b57479fef93c4b667792cb284212f859532697c4d4876e2dc23ab13d2c470143d3236de03e741a0797049a12d3a7e2f0d2ae4f07b2cfb0b7943c78526d
diff --git a/sci-mathematics/pymc3/pymc3-3.1.ebuild b/sci-mathematics/pymc3/pymc3-3.1.ebuild
index 9fe032ad4a5a..c246e0768bb9 100644
--- a/sci-mathematics/pymc3/pymc3-3.1.ebuild
+++ b/sci-mathematics/pymc3/pymc3-3.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_5,3_6} )
+PYTHON_COMPAT=( python{3_5,3_6} )
inherit distutils-r1 virtualx xdg-utils
@@ -19,6 +19,7 @@ KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
LICENSE="AFL-3.0"
IUSE="test"
+RESTRICT="!test? ( test )"
RDEPEND="
<=dev-python/commonmark-0.5.4[${PYTHON_USEDEP}]