diff options
author | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-12-20 01:53:47 +0100 |
---|---|---|
committer | Alessandro Barbieri <lssndrbarbieri@gmail.com> | 2020-12-20 02:25:22 +0100 |
commit | 47cd9fb31302109944847e19f2822e5299137efc (patch) | |
tree | 26e734718b5f38f5a2057ff6d22cf47e62c7016e /dev-python/github-sublee-glicko2 | |
parent | Revert "dev-python/glicko2: version bump 2.0.0, add py3.8 and py3.9" (diff) | |
download | guru-47cd9fb31302109944847e19f2822e5299137efc.tar.gz guru-47cd9fb31302109944847e19f2822e5299137efc.tar.bz2 guru-47cd9fb31302109944847e19f2822e5299137efc.zip |
dev-python/github-sublee-glicko2: moved package
it was dev-python/glicko2
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
Diffstat (limited to 'dev-python/github-sublee-glicko2')
-rw-r--r-- | dev-python/github-sublee-glicko2/Manifest | 1 | ||||
-rw-r--r-- | dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild | 26 | ||||
-rw-r--r-- | dev-python/github-sublee-glicko2/metadata.xml | 11 |
3 files changed, 38 insertions, 0 deletions
diff --git a/dev-python/github-sublee-glicko2/Manifest b/dev-python/github-sublee-glicko2/Manifest new file mode 100644 index 000000000..053b13467 --- /dev/null +++ b/dev-python/github-sublee-glicko2/Manifest @@ -0,0 +1 @@ +DIST github-sublee-glicko2-0_pre20191010.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d 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 new file mode 100644 index 000000000..953aeff8a --- /dev/null +++ b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild @@ -0,0 +1,26 @@ +# 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 +} diff --git a/dev-python/github-sublee-glicko2/metadata.xml b/dev-python/github-sublee-glicko2/metadata.xml new file mode 100644 index 000000000..b1a092242 --- /dev/null +++ b/dev-python/github-sublee-glicko2/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>lssndrbarbieri@gmail.com</email> + <name>Alessandro Barbieri</name> + </maintainer> + <upstream> + <remote-id type="github">sublee/glicko2</remote-id> + </upstream> +</pkgmetadata> |