diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 08:49:38 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2018-06-30 08:49:38 +0100 |
commit | b2be182d49eea46686b5cf2680d457df61e89dc4 (patch) | |
tree | c66442ced2011c5ca81c3114cc51041e314c6d33 /sci-mathematics/pymc | |
parent | e23cdda4dbb0c83b9e682ab5e916085a35203da5 (diff) |
gentoo resync : 30.06.2018
Diffstat (limited to 'sci-mathematics/pymc')
-rw-r--r-- | sci-mathematics/pymc/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/pymc/pymc-2.3.6.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/pymc/Manifest b/sci-mathematics/pymc/Manifest index e518c93ba2fa..e5b99a07d95d 100644 --- a/sci-mathematics/pymc/Manifest +++ b/sci-mathematics/pymc/Manifest @@ -1,4 +1,4 @@ AUX pymc-2.3.6-remove-hardcoded-blas.patch 414 BLAKE2B 6bf59a1088f701c0897c002aabe0c9de0a87067da24ffb965afcb304950662f551fc63d4694cda2d6832d5faf963c3801e3fe2365c46ab5b791df1c28de0ad3f SHA512 776ecd9876342215c925ad4a2dfa123e9f6656c6e5a8f3b8d208cc89befc84164b5355d4c1afce8be8962951c3343629cfacb0449d6d0b05d9333886803bbb4a DIST pymc-2.3.6.zip 402827 BLAKE2B e8ed875d84e8783f35f9186c6d7d659f29a49937896261a0f8bd892f324d2e17887ce37381aece8d97e47389edf7d727dc73a40ef6abfe4682a7bcbd1a768336 SHA512 4b5e0663ca296efd8d242a0b6362a12d475cdabf661a430de5455e60999acf8a4a30d053303c2f79e8aec3e5e7d120f56cb341e283aa87f31c224e4e57300d13 -EBUILD pymc-2.3.6.ebuild 1299 BLAKE2B 18ad64c37ff8a61901299ffcc1966f14e395f1def0002c96f05afb320f11a545ab83c4ed769f84733c8e9d6e4277f25475f23fd979006ca6dde144384a025be4 SHA512 193273a6256c2cc23b1f757fe18338e6a0e4c0541262980dbaf7e83ca2ceac03cbbae7b7f0f29fb9837c321218f5ca2548abc3bdcd82bd1f6b4b9fe83233ae07 +EBUILD pymc-2.3.6.ebuild 1303 BLAKE2B 6d3b38b41fa3619db3b00fde29c7539902fa3520460a492d427c0064faef29665b17e8302562210b24eac6888ae10637b3c6d8b0add048f59869a89d37c0bd73 SHA512 94fbea818b0c0b79f33462b52022361be2df8a2741ca3d6acf10a8e9480690b644c35fe2f32d3ee1810fc66e33ac3e05233a3d45acd3bd562ec5a3cd9efe8366 MISC metadata.xml 554 BLAKE2B 229a895f97fe3880b2b739dcbe09bb377bb9625eaa0ef6388097143d90b8aaae7c08100ff5e9503f5c2c1ea62e574f712de2826770177a52ea27d925edc38069 SHA512 0d9ac09e21100370ed731a23cbce01c73a734a4e2adb282a2c0cc185c75d011f3aeafc75283d27e30635f00cf7fb27a6a502e1a9cb922892d10016d6e9770d65 diff --git a/sci-mathematics/pymc/pymc-2.3.6.ebuild b/sci-mathematics/pymc/pymc-2.3.6.ebuild index a801f7915015..b550ddc15cb0 100644 --- a/sci-mathematics/pymc/pymc-2.3.6.ebuild +++ b/sci-mathematics/pymc/pymc-2.3.6.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 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 flag-o-matic fortran-2 toolchain-funcs |