1
0
Fork 0

dev-python/pyvote: dropped python2 support

And removed live ebuild

Package-Manager: Portage-2.3.97, Repoman-2.3.22
Signed-off-by: Horea Christian <chr@chymera.eu>
This commit is contained in:
Horea Christian 2020-04-09 23:39:18 -04:00
parent 8710ce7676
commit 3ecff1e34f
No known key found for this signature in database
GPG Key ID: EAA9223EE3BB378A
3 changed files with 5 additions and 26 deletions

View File

@ -1,3 +1,6 @@
10 Apr 2020; <chymera@gentoo.org> -pyvote-9999.ebuild, pyvote-0.1.ebuild:
dev-python/pyvote: dropped python2 support And removed live ebuild
*trimesh-3.3.5 (04 Nov 2019)
04 Nov 2019; <chymera@gentoo.org> +metadata.xml, +trimesh-3.3.5.ebuild:

View File

@ -1,9 +1,9 @@
# Copyright 1999-2019 Gentoo Authors
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} )
PYTHON_COMPAT=( python3_{5,6} )
inherit distutils-r1

View File

@ -1,24 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
PYTHON_COMPAT=( python2_7 python3_{5,6} )
inherit distutils-r1 git-r3
DESCRIPTION="Estimate the probability of votes changing election outcomes"
HOMEPAGE="https://github.com/TheChymera/pyvote.git"
EGIT_REPO_URI="https://github.com/TheChymera/pyvote.git"
LICENSE="MIT"
SLOT="0"
KEYWORDS=""
IUSE="test"
DEPEND=""
RDEPEND="
dev-python/argh[${PYTHON_USEDEP}]
dev-python/mpmath[${PYTHON_USEDEP}]
dev-python/numpy[${PYTHON_USEDEP}]
"