From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 7AFD2138ACF for ; Tue, 20 Jan 2015 09:53:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5F15E08CE; Tue, 20 Jan 2015 09:53:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 590A8E08CE for ; Tue, 20 Jan 2015 09:53:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 975BE3406CF for ; Tue, 20 Jan 2015 09:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05B5CFF93 for ; Tue, 20 Jan 2015 09:52:57 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1421747228.5164e2e03f665037be7d04b1fc29e3bddacb9f0d.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: dev-python/lmfit/ X-VCS-Repository: dev/dilfridge X-VCS-Files: dev-python/lmfit/Manifest dev-python/lmfit/lmfit-0.8.3.ebuild dev-python/lmfit/metadata.xml X-VCS-Directories: dev-python/lmfit/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 5164e2e03f665037be7d04b1fc29e3bddacb9f0d X-VCS-Branch: master Date: Tue, 20 Jan 2015 09:52:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 08301268-4b49-4fe8-b209-40622fbae50a X-Archives-Hash: 8e063b2e850a05730b8504d9dbedae3b commit: 5164e2e03f665037be7d04b1fc29e3bddacb9f0d Author: Andreas K. Huettel gentoo org> AuthorDate: Tue Jan 20 09:47:08 2015 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Tue Jan 20 09:47:08 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=5164e2e0 [dev-python/lmfit] new package --- dev-python/lmfit/Manifest | 1 + dev-python/lmfit/lmfit-0.8.3.ebuild | 23 +++++++++++++++++++++++ dev-python/lmfit/metadata.xml | 6 ++++++ 3 files changed, 30 insertions(+) diff --git a/dev-python/lmfit/Manifest b/dev-python/lmfit/Manifest new file mode 100644 index 0000000..a4a2be3 --- /dev/null +++ b/dev-python/lmfit/Manifest @@ -0,0 +1 @@ +DIST lmfit-0.8.3.tar.gz 878148 SHA256 b34250e48172ff4d84ecb8200da4afa43376bc1ae49c7ddf70b7a4670127440a SHA512 f8a5ce5dbb14389a81ad2326d94eac2aafe9733d59b4283596e34ba10ca0d70dfd6341ca7ce6fd75b477721636e547154ceca9da4c0f07b64c1bb58844efd5b1 WHIRLPOOL 69736604f70fa838a82b624b6c81a12d80f23e45dd971b7f9ff3888e489559ef63c3c2eb4b45a7f9b5c722d5d675efe1ce79a933680afee9471dacbc02ec68d9 diff --git a/dev-python/lmfit/lmfit-0.8.3.ebuild b/dev-python/lmfit/lmfit-0.8.3.ebuild new file mode 100644 index 0000000..92f2521 --- /dev/null +++ b/dev-python/lmfit/lmfit-0.8.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/rarfile/rarfile-2.6.ebuild,v 1.2 2013/09/05 18:47:11 mgorny Exp $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) +inherit distutils-r1 + +DESCRIPTION="Non-Linear Least-Square Minimization and Curve-Fitting" +HOMEPAGE="http://cars9.uchicago.edu/software/python/lmfit/" +SRC_URI="mirror://pypi/l/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND=" + sci-libs/scipy[${PYTHON_USEDEP}] + dev-python/numpy[${PYTHON_USEDEP}] +" +RDEPEND="${DEPEND}" diff --git a/dev-python/lmfit/metadata.xml b/dev-python/lmfit/metadata.xml new file mode 100644 index 0000000..c016948 --- /dev/null +++ b/dev-python/lmfit/metadata.xml @@ -0,0 +1,6 @@ + + + +python +dilfridge@gentoo.org +