diff options
author | Rick Farina <zerochaos@gentoo.org> | 2020-12-03 22:09:33 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2020-12-03 22:15:56 -0500 |
commit | 2d798e21fa0d86d60fa4937112c48f51c2e7e4ae (patch) | |
tree | 8f3a14a0e7abdaad5361e212e5d024251506b1de /dev-python/simplespectral | |
parent | dev-python/simplesoapy: python bump (diff) | |
download | gentoo-2d798e21fa0d86d60fa4937112c48f51c2e7e4ae.tar.gz gentoo-2d798e21fa0d86d60fa4937112c48f51c2e7e4ae.tar.bz2 gentoo-2d798e21fa0d86d60fa4937112c48f51c2e7e4ae.zip |
dev-python/simplespectral: python bump
Package-Manager: Portage-3.0.11, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'dev-python/simplespectral')
-rw-r--r-- | dev-python/simplespectral/simplespectral-1.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/simplespectral/simplespectral-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/simplespectral/simplespectral-1.0.0.ebuild b/dev-python/simplespectral/simplespectral-1.0.0.ebuild index 69a8968c912f..6f20821f2c98 100644 --- a/dev-python/simplespectral/simplespectral-1.0.0.ebuild +++ b/dev-python/simplespectral/simplespectral-1.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="Heavily simplified scipy.signal.spectral module" diff --git a/dev-python/simplespectral/simplespectral-9999.ebuild b/dev-python/simplespectral/simplespectral-9999.ebuild index 69a8968c912f..6f20821f2c98 100644 --- a/dev-python/simplespectral/simplespectral-9999.ebuild +++ b/dev-python/simplespectral/simplespectral-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit distutils-r1 DESCRIPTION="Heavily simplified scipy.signal.spectral module" |