From: "Sebastien Fabbro" <bicatali@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/
Date: Mon, 21 Mar 2016 23:08:25 +0000 (UTC) [thread overview]
Message-ID: <1458604960.f5520a47c96562413c6e20f195dd36d29120f8fd.bicatali@gentoo> (raw)
commit: f5520a47c96562413c6e20f195dd36d29120f8fd
Author: Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 21 17:15:44 2016 +0000
Commit: Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Mar 22 00:02:40 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5520a47
dev-python/emcee: initial import
Package-Manager: portage-2.2.28
dev-python/emcee/Manifest | 1 +
dev-python/emcee/emcee-2.1.0.ebuild | 29 +++++++++++++++++++++++++++++
dev-python/emcee/metadata.xml | 22 ++++++++++++++++++++++
3 files changed, 52 insertions(+)
diff --git a/dev-python/emcee/Manifest b/dev-python/emcee/Manifest
new file mode 100644
index 0000000..b330f4f
--- /dev/null
+++ b/dev-python/emcee/Manifest
@@ -0,0 +1 @@
+DIST emcee-2.1.0.tar.gz 23094 SHA256 5ce1039a3d78fb9e7d53fcd768517585c5998193743bfcfaac407927d375ca63 SHA512 dff055dddec630e922565c38fd65d41cbfb974f6efd301d7779a3cc7de8372d7ca64ced91d01757b5b37c7a00eecdbbda74c1cd3a899ae8999959cfdc2e7fe05 WHIRLPOOL e01e5cfb8ace4b89a1b1c7e52951cb256a9d46c6a5faa0fe1dc27d0118b8dca819761670d3d08f9ac3fdb79f3f64b75f241795cfb70da391fa080b1df1bc22c4
diff --git a/dev-python/emcee/emcee-2.1.0.ebuild b/dev-python/emcee/emcee-2.1.0.ebuild
new file mode 100644
index 0000000..356111f
--- /dev/null
+++ b/dev-python/emcee/emcee-2.1.0.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
+}
diff --git a/dev-python/emcee/metadata.xml b/dev-python/emcee/metadata.xml
new file mode 100644
index 0000000..04a1931
--- /dev/null
+++ b/dev-python/emcee/metadata.xml
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>sci@gentoo.org</email>
+ <name>Gentoo Science Project</name>
+ </maintainer>
+ <longdescription lang="en">
+ This provides a set of sparse matrix types for Python, with modules
+ which implement:
+ - Iterative methods for solving linear systems of equations
+ - A set of standard preconditioners
+ - An interface to a direct solver for sparse linear systems of equations
+ - The JDSYM eigensolver.
+ All of these modules are implemented as C extension modules based on
+ standard sparse and dense matrix libraries (UMFPACK/AMD, SuperLU,
+ BLAS/LAPACK) for maximum performance and robustness.
+</longdescription>
+ <upstream>
+ <remote-id type="pypi">emcee</remote-id>
+ </upstream>
+</pkgmetadata>
next reply other threads:[~2016-03-21 23:08 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-21 23:08 Sebastien Fabbro [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-12-29 7:02 [gentoo-commits] repo/gentoo:master commit in: dev-python/emcee/ Sebastien Fabbro
2017-05-16 12:14 Manuel Rüger
2019-12-26 14:36 David Seifert
2020-01-16 5:17 Michał Górny
2020-08-17 18:55 David Seifert
2021-06-16 17:11 Andrew Ammerlaan
2021-06-25 21:45 Michał Górny
2021-08-24 6:59 Michał Górny
2021-10-17 8:23 Michał Górny
2022-05-11 8:05 Michał Górny
2022-05-16 13:18 Michał Górny
2022-06-04 17:52 Michał Górny
2022-09-28 18:34 Michał Górny
2022-10-12 13:59 Andrew Ammerlaan
2022-11-14 4:36 Michał Górny
2023-01-28 7:39 Michał Górny
2023-10-29 18:59 Michał Górny
2023-10-29 18:59 Michał Górny
2024-04-17 3:42 Michał Górny
2024-04-19 19:17 Arthur Zamarin
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=1458604960.f5520a47c96562413c6e20f195dd36d29120f8fd.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