diff --git a/dev-python/pyvote/ChangeLog b/dev-python/pyvote/ChangeLog index 7218508..8f7cc7b 100644 --- a/dev-python/pyvote/ChangeLog +++ b/dev-python/pyvote/ChangeLog @@ -1,3 +1,6 @@ + 10 Apr 2020; -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; +metadata.xml, +trimesh-3.3.5.ebuild: diff --git a/dev-python/pyvote/pyvote-0.1.ebuild b/dev-python/pyvote/pyvote-0.1.ebuild index 2dc1ebe..eb6518a 100644 --- a/dev-python/pyvote/pyvote-0.1.ebuild +++ b/dev-python/pyvote/pyvote-0.1.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 diff --git a/dev-python/pyvote/pyvote-9999.ebuild b/dev-python/pyvote/pyvote-9999.ebuild deleted file mode 100644 index 6eb5b82..0000000 --- a/dev-python/pyvote/pyvote-9999.ebuild +++ /dev/null @@ -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}] -"