public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/
Date: Thu, 29 Dec 2016 07:02:11 +0000 (UTC)	[thread overview]
Message-ID: <1482994886.9762a557d3345572c8bb89254d4144e9421fd9ef.bicatali@gentoo> (raw)

commit:     9762a557d3345572c8bb89254d4144e9421fd9ef
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 29 00:54:39 2016 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Dec 29 07:01:26 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9762a557

dev-python/emcee: version bump

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 dev-python/emcee/Manifest           |  1 +
 dev-python/emcee/emcee-2.2.1.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/dev-python/emcee/Manifest b/dev-python/emcee/Manifest
index b330f4f..6114683 100644
--- a/dev-python/emcee/Manifest
+++ b/dev-python/emcee/Manifest
@@ -1 +1,2 @@
 DIST emcee-2.1.0.tar.gz 23094 SHA256 5ce1039a3d78fb9e7d53fcd768517585c5998193743bfcfaac407927d375ca63 SHA512 dff055dddec630e922565c38fd65d41cbfb974f6efd301d7779a3cc7de8372d7ca64ced91d01757b5b37c7a00eecdbbda74c1cd3a899ae8999959cfdc2e7fe05 WHIRLPOOL e01e5cfb8ace4b89a1b1c7e52951cb256a9d46c6a5faa0fe1dc27d0118b8dca819761670d3d08f9ac3fdb79f3f64b75f241795cfb70da391fa080b1df1bc22c4
+DIST emcee-2.2.1.tar.gz 24277 SHA256 b83551e342b37311897906b3b8acf32979f4c5542e0a25786ada862d26241172 SHA512 8f612a135fe5fc2bc75c2bc231d9210d4a70a91f5d7b94ac2161618c082d18aa1b896604b7ece166b86d93a93902e89ee9961da2a3e65307880c0dbc63bea267 WHIRLPOOL b5c30216f2665b003f11d86934d1465daac05688ea99e59990c53a70ff2bfd15a9b5391d4ca349fda7615fe387c7d9c69877393d256ea29db8443fe6aef98534

diff --git a/dev-python/emcee/emcee-2.2.1.ebuild b/dev-python/emcee/emcee-2.2.1.ebuild
new file mode 100644
index 00000000..356111f
--- /dev/null
+++ b/dev-python/emcee/emcee-2.2.1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+
+inherit distutils-r1
+
+DESCRIPTION="Python ensemble sampling toolkit for affine-invariant MCMC"
+HOMEPAGE="http://danfm.ca/emcee/"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="test"
+
+RDEPEND="dev-python/numpy[${PYTHON_USEDEP}]"
+DEPEND="${RDEPEND}
+	dev-python/setuptools[${PYTHON_USEDEP}]
+	test? ( dev-python/nose[${PYTHON_USEDEP}] )"
+
+DOCS=( AUTHORS.rst README.rst )
+
+python_test() {
+	nosetests -v || die
+}


             reply	other threads:[~2016-12-29  7:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-12-29  7:02 Sebastien Fabbro [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
2023-01-28  7:39 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-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=1482994886.9762a557d3345572c8bb89254d4144e9421fd9ef.bicatali@gentoo \
    --to=bicatali@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