aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHorea Christian <chr@chymera.eu>2024-02-28 21:05:41 -0500
committerHorea Christian <chr@chymera.eu>2024-02-28 21:05:41 -0500
commit17688a432b33d4ce2ecb5fe1cbc25e7e36efe288 (patch)
treec6b7b3239975990f561cbfb732dbaedb3eca4dda
parentsci-biology/behaviopy: treeclean (diff)
downloadsci-17688a432b33d4ce2ecb5fe1cbc25e7e36efe288.tar.gz
sci-17688a432b33d4ce2ecb5fe1cbc25e7e36efe288.tar.bz2
sci-17688a432b33d4ce2ecb5fe1cbc25e7e36efe288.zip
sci-biology/deeptools: dropped ~x86, added PEP517
Signed-off-by: Horea Christian <chr@chymera.eu>
-rw-r--r--sci-biology/deeptools/deeptools-3.5.0.ebuild5
-rw-r--r--sci-biology/deeptools/deeptools-3.5.1.ebuild5
2 files changed, 6 insertions, 4 deletions
diff --git a/sci-biology/deeptools/deeptools-3.5.0.ebuild b/sci-biology/deeptools/deeptools-3.5.0.ebuild
index a76bf6690..7c2eaa739 100644
--- a/sci-biology/deeptools/deeptools-3.5.0.ebuild
+++ b/sci-biology/deeptools/deeptools-3.5.0.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@@ -13,7 +14,7 @@ SRC_URI="https://github.com/deeptools/deepTools/archive/${PV}.tar.gz -> ${P}.tar
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
# TODO: fix this
RESTRICT="test"
diff --git a/sci-biology/deeptools/deeptools-3.5.1.ebuild b/sci-biology/deeptools/deeptools-3.5.1.ebuild
index a76bf6690..7c2eaa739 100644
--- a/sci-biology/deeptools/deeptools-3.5.1.ebuild
+++ b/sci-biology/deeptools/deeptools-3.5.1.ebuild
@@ -3,7 +3,8 @@
EAPI=8
-PYTHON_COMPAT=( python3_{10..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1
@@ -13,7 +14,7 @@ SRC_URI="https://github.com/deeptools/deepTools/archive/${PV}.tar.gz -> ${P}.tar
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
# TODO: fix this
RESTRICT="test"