aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-12-11 01:37:40 +0100
committerAlessandro Barbieri <lssndrbarbieri@gmail.com>2020-12-11 16:20:17 +0100
commitdd77d340c5c0f8ae9af9ae5b63df13855f091499 (patch)
treedf70ac70324168ba8d026e8133e86efdb0e43d40 /dev-python/glicko2
parentmedia-fonts/warframe-fonts: corrected version (diff)
downloadguru-dd77d340c5c0f8ae9af9ae5b63df13855f091499.tar.gz
guru-dd77d340c5c0f8ae9af9ae5b63df13855f091499.tar.bz2
guru-dd77d340c5c0f8ae9af9ae5b63df13855f091499.zip
dev-python/glicko2: remove live ebuild
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/glicko2')
-rw-r--r--dev-python/glicko2/glicko2-9999.ebuild29
1 files changed, 0 insertions, 29 deletions
diff --git a/dev-python/glicko2/glicko2-9999.ebuild b/dev-python/glicko2/glicko2-9999.ebuild
deleted file mode 100644
index 58cfa80ba..000000000
--- a/dev-python/glicko2/glicko2-9999.ebuild
+++ /dev/null
@@ -1,29 +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)
-
-inherit distutils-r1
-
-case "${PV}" in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/sublee/glicko2.git"
- inherit git-r3
- ;;
-esac
-
-DESCRIPTION="An implementation of the Glicko-2 rating system for Python"
-HOMEPAGE="https://github.com/sublee/glicko2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-distutils_enable_tests setup.py
-
-src_prepare() {
- sed -i -e "s/distribute/setuptools/g" setup.py
- eapply_user
-}