commit: ed14fc158aee36698d199da690d6b725fe0d3139 Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Tue Apr 13 13:07:23 2021 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> CommitDate: Tue Apr 13 13:07:23 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed14fc15
dev-python/github-sublee-glicko2: drop old Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net> .../github-sublee-glicko2-0_pre20191010.ebuild | 26 ---------------------- 1 file changed, 26 deletions(-) diff --git a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild deleted file mode 100644 index 953aeff8a..000000000 --- a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" -PYTHON_COMPAT=( python3_7 pypy3) -DISTUTILS_USE_SETUPTOOLS="rdepend" -inherit distutils-r1 - -COMMIT="99285aa6b5250b91a837b842dc61b2a96007f3c5" -MYPN="glicko2" -DESCRIPTION="An implementation of the Glicko-2 rating system for Python" -HOMEPAGE="https://github.com/sublee/glicko2" -SRC_URI="https://github.com/sublee/glicko2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64" - -S="${WORKDIR}/${MYPN}-${COMMIT}" - -distutils_enable_tests setup.py - -src_prepare() { - sed -i -e "s/distribute/setuptools/g" setup.py - eapply_user -}
