From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/
Date: Sat, 28 Jan 2023 07:39:24 +0000 (UTC) [thread overview]
Message-ID: <1674889459.758faaa3849c39d418f896c05a0c53f1d0142576.mgorny@gentoo> (raw)
commit: 758faaa3849c39d418f896c05a0c53f1d0142576
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 28 06:31:20 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Jan 28 07:04:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=758faaa3
dev-python/emcee: Bump to 3.1.4
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/emcee/Manifest | 1 +
dev-python/emcee/emcee-3.1.4.ebuild | 45 +++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/dev-python/emcee/Manifest b/dev-python/emcee/Manifest
index 0ba203208fdb..07e9bd0ac487 100644
--- a/dev-python/emcee/Manifest
+++ b/dev-python/emcee/Manifest
@@ -1 +1,2 @@
DIST emcee-3.1.3.tar.gz 2868872 BLAKE2B 0c665aa0cf4d96041b6627d849b40a906623724a8a51affc613e3e2da7910efb0016d17bbbc48b03e2d960873b6565c6c1345ceaffbfcda4cb16f0c56bf9534b SHA512 95b81b124183dd9f7df9381a4b792e1daa8154b2f187f0b5d2627d174371e01a6fcbc1a29e907efb1689065e8d037e3d98a40f1f35053a5dd400a922c30da38f
+DIST emcee-3.1.4.tar.gz 2869179 BLAKE2B 19e93a154a7c9f8c43389681b7318ff6e79aea8588af10bf86d63bdee51551c538ad8850b82c1233f656a45bbbd344655aad01ed93ddb30337ad49b6bfed8b46 SHA512 23f3945571bc4346c90026f9c675cb72a5cf173294eafd5bf02dc8572cfea63de3260ade91cb9360e420969f2a939fa8ac55961e808c55900fef903be357facf
diff --git a/dev-python/emcee/emcee-3.1.4.ebuild b/dev-python/emcee/emcee-3.1.4.ebuild
new file mode 100644
index 000000000000..d83883fd702b
--- /dev/null
+++ b/dev-python/emcee/emcee-3.1.4.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python ensemble sampling toolkit for affine-invariant MCMC"
+HOMEPAGE="
+ https://emcee.readthedocs.io/en/stable/
+ https://github.com/dfm/emcee/
+ https://pypi.org/project/emcee/
+"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+
+DEPEND="
+ dev-python/h5py[${PYTHON_USEDEP}]
+ dev-python/numpy[${PYTHON_USEDEP}]
+"
+RDEPEND="
+ ${DEPEND}
+"
+BDEPEND="
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ test? (
+ dev-python/scipy[${PYTHON_USEDEP}]
+ )
+"
+
+distutils_enable_tests pytest
+
+DOCS=( AUTHORS.rst README.rst )
+
+src_prepare() {
+ # unnecessary dep
+ sed -i -e '/wheel/d' setup.py || die
+ distutils-r1_src_prepare
+}
next reply other threads:[~2023-01-28 7:39 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-28 7:39 Michał Górny [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-19 19:17 [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/ Arthur Zamarin
2024-04-17 3:42 Michał Górny
2023-10-29 18:59 Michał Górny
2023-10-29 18:59 Michał Górny
2022-11-14 4:36 Michał Górny
2022-10-12 13:59 Andrew Ammerlaan
2022-09-28 18:34 Michał Górny
2022-06-04 17:52 Michał Górny
2022-05-16 13:18 Michał Górny
2022-05-11 8:05 Michał Górny
2021-10-17 8:23 Michał Górny
2021-08-24 6:59 Michał Górny
2021-06-25 21:45 Michał Górny
2021-06-16 17:11 Andrew Ammerlaan
2020-08-17 18:55 David Seifert
2020-01-16 5:17 Michał Górny
2019-12-26 14:36 David Seifert
2017-05-16 12:14 Manuel Rüger
2016-12-29 7:02 Sebastien Fabbro
2016-03-21 23:08 Sebastien Fabbro
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1674889459.758faaa3849c39d418f896c05a0c53f1d0142576.mgorny@gentoo \
--to=mgorny@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox