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 922241384B4 for ; Tue, 8 Dec 2015 15:06:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1984121C02A; Tue, 8 Dec 2015 15:06:33 +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 9110121C02A for ; Tue, 8 Dec 2015 15:06:32 +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 8015134069A for ; Tue, 8 Dec 2015 15:06:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C060FA1B for ; Tue, 8 Dec 2015 15:06:29 +0000 (UTC) From: "Marius Brehler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marius Brehler" Message-ID: <1449587171.384ab10750a6d3b4b15d41574e1b26f66c058424.marbre@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/PeakUtils/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/PeakUtils/ChangeLog dev-python/PeakUtils/PeakUtils-1.0.1.ebuild dev-python/PeakUtils/metadata.xml X-VCS-Directories: dev-python/PeakUtils/ X-VCS-Committer: marbre X-VCS-Committer-Name: Marius Brehler X-VCS-Revision: 384ab10750a6d3b4b15d41574e1b26f66c058424 X-VCS-Branch: master Date: Tue, 8 Dec 2015 15:06:29 +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: fb6db0ab-c67c-4382-b624-17d727efc2a5 X-Archives-Hash: 9ef1e733db40cddd721e3014cdbf7189 commit: 384ab10750a6d3b4b15d41574e1b26f66c058424 Author: Marius Brehler linux sungazer de> AuthorDate: Tue Dec 8 15:06:11 2015 +0000 Commit: Marius Brehler linux sungazer de> CommitDate: Tue Dec 8 15:06:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=384ab107 dev-python/PeakUtils: New package, ebuild written by me Package-Manager: portage-2.2.20.1 dev-python/PeakUtils/ChangeLog | 9 +++++++++ dev-python/PeakUtils/PeakUtils-1.0.1.ebuild | 24 ++++++++++++++++++++++++ dev-python/PeakUtils/metadata.xml | 15 +++++++++++++++ 3 files changed, 48 insertions(+) diff --git a/dev-python/PeakUtils/ChangeLog b/dev-python/PeakUtils/ChangeLog new file mode 100644 index 0000000..e32d639 --- /dev/null +++ b/dev-python/PeakUtils/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for dev-python/PeakUtils +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Id$ + +*PeakUtils-1.0.1 (08 Dec 2015) + + 08 Dec 2015; Marius Brehler + +PeakUtils-1.0.1.ebuild, +metadata.xml: + dev-python/PeakUtils: New package, ebuild written by me diff --git a/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild b/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild new file mode 100644 index 0000000..06cb5aa --- /dev/null +++ b/dev-python/PeakUtils/PeakUtils-1.0.1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +PYTHON_COMPAT=( python3_{4,5} ) + +inherit distutils-r1 + +MY_PN="pyFFTW" + +DESCRIPTION="Peak detection utilities for 1D data" +HOMEPAGE="https://bitbucket.org/lucashnegri/peakutils" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND=" + >=dev-python/numpy-1.8.0[${PYTHON_USEDEP}] + sci-libs/scipy[${PYTHON_USEDEP}] + " +DEPEND="${RDEPEND}" diff --git a/dev-python/PeakUtils/metadata.xml b/dev-python/PeakUtils/metadata.xml new file mode 100644 index 0000000..a07f5e4 --- /dev/null +++ b/dev-python/PeakUtils/metadata.xml @@ -0,0 +1,15 @@ + + + + sci + + As the name implies, this package provides utilities related to the + detection of peaks on 1D data. Includes functions to perform + baseline estimation, to find the indexes of the peaks in the data + and performing Gaussian fitting or centroid computation to further + increase the resolution of the peak detection. + + + PeakUtils + +