aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-biology/mappy/mappy-2.24.ebuild')
-rw-r--r--sci-biology/mappy/mappy-2.24.ebuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/sci-biology/mappy/mappy-2.24.ebuild b/sci-biology/mappy/mappy-2.24.ebuild
index 3e25ed1eb..0fa703188 100644
--- a/sci-biology/mappy/mappy-2.24.ebuild
+++ b/sci-biology/mappy/mappy-2.24.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8..10} )
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{10..11} )
-inherit distutils-r1
+inherit distutils-r1 pypi
DESCRIPTION="Minimap2 python binding"
HOMEPAGE="https://github.com/haotianteng/chiron"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"