commit: b42fb27ddfe0ff5e2ae98567d74ea91f187bd39d
Author: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Sep 22 15:29:05 2020 +0000
Commit: Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Sep 22 16:14:31 2020 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b42fb27d
dev-python/PeakUtils: add python3_{7,8,9}
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>
dev-python/PeakUtils/PeakUtils-1.3.3.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
index 7dc244b68..39d4ef096 100644
--- a/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
+++ b/dev-python/PeakUtils/PeakUtils-1.3.3.ebuild
@@ -2,12 +2,10 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6..9} )
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"
@@ -21,3 +19,5 @@ RDEPEND="
sci-libs/scipy[${PYTHON_USEDEP}]
"
DEPEND="${RDEPEND}"
+
+distutils_enable_tests pytest