commit: 384ab10750a6d3b4b15d41574e1b26f66c058424 Author: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de> AuthorDate: Tue Dec 8 15:06:11 2015 +0000 Commit: Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> 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 <[email protected]> + +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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci</herd> + <longdescription> + 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. + </longdescription> + <upstream> + <remote-id type="pypi">PeakUtils</remote-id> + </upstream> +</pkgmetadata>
