From 3ecff1e34f53edf3e3d7a906d5c4ab77559d69e3 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Thu, 9 Apr 2020 23:39:18 -0400 Subject: [PATCH] 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 --- dev-python/pyvote/ChangeLog | 3 +++ dev-python/pyvote/pyvote-0.1.ebuild | 4 ++-- dev-python/pyvote/pyvote-9999.ebuild | 24 ------------------------ 3 files changed, 5 insertions(+), 26 deletions(-) delete mode 100644 dev-python/pyvote/pyvote-9999.ebuild 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}] -"