summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-23 12:44:18 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-23 12:48:06 +0200
commitaf0076a2c92bc2536f6d6963b4af3c92212d8f89 (patch)
tree4354c202dd8d3f2a22ff66e8ed1b6b5fc1fb23f0
parentdev-python/django-tagging: Enable py3.9 (diff)
downloadgentoo-af0076a2c92bc2536f6d6963b4af3c92212d8f89.tar.gz
gentoo-af0076a2c92bc2536f6d6963b4af3c92212d8f89.tar.bz2
gentoo-af0076a2c92bc2536f6d6963b4af3c92212d8f89.zip
dev-python/fitsio: Enable py3.9
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/fitsio/fitsio-0.9.11.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/fitsio/fitsio-0.9.11.ebuild b/dev-python/fitsio/fitsio-0.9.11.ebuild
index 76112220c48f..5bdf8f822b33 100644
--- a/dev-python/fitsio/fitsio-0.9.11.ebuild
+++ b/dev-python/fitsio/fitsio-0.9.11.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+DISTUTILS_USE_SETUPTOOLS=no
+PYTHON_COMPAT=( python3_{7..9} )
inherit distutils-r1
@@ -14,15 +15,12 @@ SRC_URI="https://github.com/esheldon/fitsio/archive/v${PV}.tar.gz -> ${P}.tar.gz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
RDEPEND="
>=dev-python/numpy-1.11[${PYTHON_USEDEP}]
sci-libs/cfitsio:0=
"
-DEPEND="${RDEPEND}
- dev-python/setuptools[${PYTHON_USEDEP}]
-"
+DEPEND="${RDEPEND}"
PATCHES=( "${FILESDIR}"/${P}-test-failures.patch )