diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-04-28 09:54:45 +0100 |
commit | b7ebc951da8800f711142f69d9d958bde67a112d (patch) | |
tree | e318514216845acb8f2e49fff7a5cba4027e9d91 /sci-mathematics/pymc3 | |
parent | dc7cbdfa65fd814b3b9aa3c56257da201109e807 (diff) |
gentoo resync : 28.04.2019
Diffstat (limited to 'sci-mathematics/pymc3')
-rw-r--r-- | sci-mathematics/pymc3/Manifest | 2 | ||||
-rw-r--r-- | sci-mathematics/pymc3/pymc3-3.1.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/sci-mathematics/pymc3/Manifest b/sci-mathematics/pymc3/Manifest index 98ef8bcd7b8a..cc0ca5d930c8 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 1562 BLAKE2B 15fc65a48ca5c60060552cdd466cdfe2e33400e71aa7ba4651dddeb7cd801344bf5f33fac36bbf5f21af312aa12fdd095dadfc3221597e4b6f723a79cdc17d88 SHA512 f9e6baa94c074b6f065d5f0512112f423a1510b93f364a013af822a680658f387eef6e97c7f595542135d95cbf7fa24aa2d8629cc805b1e93c0cd03837bb7e76 +EBUILD pymc3-3.1.ebuild 1555 BLAKE2B cd8b093e17014f5ab3bed51ce9421a4710f9cc5b8ab86af0b66f25617a47463ede86dbf56c45b1798eb22c2763f1550204ce48c9a68e1731f9fb3a30c8428e8f SHA512 bf6e081b0a59db5225e55ecd3424669b9be5cdba395381e8a1ea426761fe3c5a58cfc64bac08e6fe9dacbf662b543aabea8d9e79f22813fe8fc3721b94d8af71 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 b35ff453eaef..9fe032ad4a5a 100644 --- a/sci-mathematics/pymc3/pymc3-3.1.ebuild +++ b/sci-mathematics/pymc3/pymc3-3.1.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 virtualx xdg-utils |