public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc/
@ 2016-09-24 13:31 David Seifert
  0 siblings, 0 replies; 3+ messages in thread
From: David Seifert @ 2016-09-24 13:31 UTC (permalink / raw
  To: gentoo-commits

commit:     254fcf207cd078bff4e159f20e983fabbd719db5
Author:     Gerhard Bräunlich <wippbox <AT> gmx <DOT> net>
AuthorDate: Sat Sep 24 08:06:49 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 13:30:52 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=254fcf20

sci-mathematics/pymc: Remove EAPI 4 ebuilds

Package-Manager: portage-2.2.28
Closes: https://github.com/gentoo/gentoo/pull/2398

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sci-mathematics/pymc/Manifest         |  1 -
 sci-mathematics/pymc/pymc-2.2.ebuild  | 24 ------------------------
 sci-mathematics/pymc/pymc-9999.ebuild | 24 ------------------------
 3 files changed, 49 deletions(-)

diff --git a/sci-mathematics/pymc/Manifest b/sci-mathematics/pymc/Manifest
index 3ff2ed6..eb0594a 100644
--- a/sci-mathematics/pymc/Manifest
+++ b/sci-mathematics/pymc/Manifest
@@ -1,2 +1 @@
-DIST pymc-2.2.tar.gz 13137644 SHA256 f618ebb9f075219b1aad5c06156f46fcd5ac543f391de4fa3752f311e9965278 SHA512 1fc44ec68f4a5b773d0705489810774e80c72c52dcfa601cf564737490fbf9e2f12696fb8bf6c706e0d157c3568f68b0b95f9a9846716a88c5a0f5c0ca706a96 WHIRLPOOL ec907b135e5d3bb2cbfb3158afbd8cf054abcdd81c6a11424a214646a471a08dc86e80423f299c5a152b8bd5356653399f5252f6ec06ec0ee87ab44f07a949ca
 DIST pymc-2.3.6.zip 402827 SHA256 70b00a9d722d9bba95d975f0a0836e41d8792b8d6fe0dd21b4af209747da3dc5 SHA512 4b5e0663ca296efd8d242a0b6362a12d475cdabf661a430de5455e60999acf8a4a30d053303c2f79e8aec3e5e7d120f56cb341e283aa87f31c224e4e57300d13 WHIRLPOOL 4a0774e0362baef7c6390ec499ba6f605766c614974f04bd9c04e78916b91e0e7f4d35d39e8ba002c654ad15c7158b8b670e6c7010eb1fd8513bfd43e0fe61db

diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild
deleted file mode 100644
index dc9555e..00000000
--- a/sci-mathematics/pymc/pymc-2.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit distutils vcs-snapshot
-
-DESCRIPTION="Markov Chain Monte Carlo sampling toolkit"
-HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}"
-SRC_URI="https://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz"
-
-SLOT=0
-KEYWORDS="~amd64-linux ~x86-linux"
-LICENSE=AFL-3.0
-IUSE=""
-
-DEPEND="dev-python/setuptools
-	dev-python/pytables
-	dev-python/numpy"
-
-src_compile() {
-	distutils_src_compile --fcompiler=gnu95
-}

diff --git a/sci-mathematics/pymc/pymc-9999.ebuild b/sci-mathematics/pymc/pymc-9999.ebuild
deleted file mode 100644
index 461123e..00000000
--- a/sci-mathematics/pymc/pymc-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-inherit distutils git-2
-
-EGIT_REPO_URI="https://github.com/${PN}-devs/${PN}.git"
-DESCRIPTION="Markov chain Monte Carlo for Python"
-HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}"
-
-SLOT=0
-KEYWORDS=""
-LICENSE=AFL-3.0
-IUSE=""
-
-DEPEND="dev-python/setuptools
-	dev-python/pytables
-	dev-python/numpy"
-
-src_compile() {
-	distutils_src_compile --fcompiler=gnu95
-}


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc/
@ 2018-06-26 20:29 Pacho Ramos
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos @ 2018-06-26 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     4568bcd14b9c07e2ed684bbacb9bc2906b9c60c1
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 26 20:00:54 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jun 26 20:28:54 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4568bcd1

sci-mathematics/pymc: Support python3.6

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sci-mathematics/pymc/pymc-2.3.6.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sci-mathematics/pymc/pymc-2.3.6.ebuild b/sci-mathematics/pymc/pymc-2.3.6.ebuild
index a801f791501..b550ddc15cb 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
 


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc/
@ 2019-12-12 16:46 Michał Górny
  0 siblings, 0 replies; 3+ messages in thread
From: Michał Górny @ 2019-12-12 16:46 UTC (permalink / raw
  To: gentoo-commits

commit:     f693337d47e9c6b2f6cdbfbddf864dfecec0dcf8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 15:33:37 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 16:35:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f693337d

sci-mathematics/pymc: [QA] Fix MissingTestRestrict

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sci-mathematics/pymc/pymc-2.3.6.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-mathematics/pymc/pymc-2.3.6.ebuild b/sci-mathematics/pymc/pymc-2.3.6.ebuild
index ae4dc414694..17a639ab072 100644
--- a/sci-mathematics/pymc/pymc-2.3.6.ebuild
+++ b/sci-mathematics/pymc/pymc-2.3.6.ebuild
@@ -15,6 +15,7 @@ SLOT=0
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 LICENSE=AFL-3.0
 IUSE="test"
+RESTRICT="!test? ( test )"
 
 RDEPEND=">=dev-python/numpy-1.6[${PYTHON_USEDEP},lapack]
 	>=dev-python/matplotlib-1.0[${PYTHON_USEDEP}]"


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-12-12 16:47 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-12-12 16:46 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/pymc/ Michał Górny
  -- strict thread matches above, loose matches on Subject: below --
2018-06-26 20:29 Pacho Ramos
2016-09-24 13:31 David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox