diff options
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 e5b99a07d95d..5c96dc9a8bec 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 1303 BLAKE2B 6d3b38b41fa3619db3b00fde29c7539902fa3520460a492d427c0064faef29665b17e8302562210b24eac6888ae10637b3c6d8b0add048f59869a89d37c0bd73 SHA512 94fbea818b0c0b79f33462b52022361be2df8a2741ca3d6acf10a8e9480690b644c35fe2f32d3ee1810fc66e33ac3e05233a3d45acd3bd562ec5a3cd9efe8366 +EBUILD pymc-2.3.6.ebuild 1296 BLAKE2B 3fbd1f424904d68ee121df68dfa4ca9c153d75f1027e090441073e2a18745dda7f310fc0511eae97c85d9248f1deeec5ef71641bdd8978753cc3e1c00fbed4e8 SHA512 bd1b79ea087e6ce6256051f060d6a0b0ba491619053add8f305eaad85e3c0e4b7d02323bdd2c689a275be77069f4d5632520fc61b9230f0d17e5be2715705cb4 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 b550ddc15cb0..ae4dc4146942 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-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit distutils-r1 flag-o-matic fortran-2 toolchain-funcs |