aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 18:32:14 +0100
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-01-25 18:32:14 +0100
commit312e195867965e3a56d148fcf941612a0a07d886 (patch)
treeb1e040816adb443664b82bcd2c154946e6cfee9a /dev-python/pyvote
parentdev-python/python-gantt: drop old (diff)
downloadsci-312e195867965e3a56d148fcf941612a0a07d886.tar.gz
sci-312e195867965e3a56d148fcf941612a0a07d886.tar.bz2
sci-312e195867965e3a56d148fcf941612a0a07d886.zip
dev-python/pyvote: bump python_compat
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python/pyvote')
-rw-r--r--dev-python/pyvote/pyvote-0.1.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/pyvote/pyvote-0.1.ebuild b/dev-python/pyvote/pyvote-0.1.ebuild
index df94c55f4..b7ef458e2 100644
--- a/dev-python/pyvote/pyvote-0.1.ebuild
+++ b/dev-python/pyvote/pyvote-0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit distutils-r1
@@ -14,10 +14,7 @@ SRC_URI="https://github.com/TheChymera/pyvote/archive/${PV}.tar.gz -> ${P}.tar.g
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
dev-python/mpmath[${PYTHON_USEDEP}]