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:
parent
8710ce7676
commit
3ecff1e34f
@ -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:
|
||||
|
@ -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
|
||||
|
||||
|
@ -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}]
|
||||
"
|
Loading…
x
Reference in New Issue
Block a user