From d97953e6ff67978da9554e7b4601aedceb21e215 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Tue, 12 Apr 2022 21:03:09 +0000 Subject: Adding metadata --- dev-python/github-sublee-glicko2/Manifest | 1 + .../github-sublee-glicko2-0_pre20191010-r1.ebuild | 29 ++++++++++++++++++++++ dev-python/github-sublee-glicko2/metadata.xml | 11 ++++++++ 3 files changed, 41 insertions(+) create mode 100644 dev-python/github-sublee-glicko2/Manifest create mode 100644 dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild create mode 100644 dev-python/github-sublee-glicko2/metadata.xml (limited to 'dev-python/github-sublee-glicko2') diff --git a/dev-python/github-sublee-glicko2/Manifest b/dev-python/github-sublee-glicko2/Manifest new file mode 100644 index 000000000000..053b13467526 --- /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-r1.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild new file mode 100644 index 000000000000..79b51783062e --- /dev/null +++ b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" +PYTHON_COMPAT=( python3_{7,8,9,10} 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" + +DEPEND="test? ( dev-python/pytest[${PYTHON_USEDEP}] )" +RDEPEND="!dev-python/glicko2[${PYTHON_USEDEP}]" + +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 000000000000..b1a0922425f2 --- /dev/null +++ b/dev-python/github-sublee-glicko2/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + sublee/glicko2 + + -- cgit v1.3