From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C502E13835B for ; Sun, 20 Dec 2020 01:35:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADD76E091F; Sun, 20 Dec 2020 01:35:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 898D6E091F for ; Sun, 20 Dec 2020 01:35:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4111C340DC3 for ; Sun, 20 Dec 2020 01:35:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A12B52CA for ; Sun, 20 Dec 2020 01:35:13 +0000 (UTC) From: "Alessandro Barbieri" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alessandro Barbieri" Message-ID: <1608427522.47cd9fb31302109944847e19f2822e5299137efc.Alessandro-Barbieri@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/, dev-python/glicko2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/github-sublee-glicko2/Manifest dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild dev-python/github-sublee-glicko2/metadata.xml dev-python/glicko2/Manifest dev-python/glicko2/glicko2-0_pre20191010.ebuild dev-python/glicko2/metadata.xml X-VCS-Directories: dev-python/glicko2/ dev-python/github-sublee-glicko2/ X-VCS-Committer: Alessandro-Barbieri X-VCS-Committer-Name: Alessandro Barbieri X-VCS-Revision: 47cd9fb31302109944847e19f2822e5299137efc X-VCS-Branch: dev Date: Sun, 20 Dec 2020 01:35:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d6dfa312-13c7-476f-8791-c464774fa4a7 X-Archives-Hash: 26d3dcbb6c524e9f0fbd142ee58c27d6 commit: 47cd9fb31302109944847e19f2822e5299137efc Author: Alessandro Barbieri gmail com> AuthorDate: Sun Dec 20 00:53:47 2020 +0000 Commit: Alessandro Barbieri gmail com> CommitDate: Sun Dec 20 01:25:22 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=47cd9fb3 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 gmail.com> dev-python/github-sublee-glicko2/Manifest | 1 + .../github-sublee-glicko2-0_pre20191010.ebuild} | 6 +++--- dev-python/{glicko2 => github-sublee-glicko2}/metadata.xml | 0 dev-python/glicko2/Manifest | 1 - 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-python/github-sublee-glicko2/Manifest b/dev-python/github-sublee-glicko2/Manifest new file mode 100644 index 00000000..053b1346 --- /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/glicko2/glicko2-0_pre20191010.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild similarity index 87% rename from dev-python/glicko2/glicko2-0_pre20191010.ebuild rename to dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild index 0bfb9244..953aeff8 100644 --- a/dev-python/glicko2/glicko2-0_pre20191010.ebuild +++ b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild @@ -3,11 +3,11 @@ 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" @@ -16,7 +16,7 @@ LICENSE="BSD" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${COMMIT}" +S="${WORKDIR}/${MYPN}-${COMMIT}" distutils_enable_tests setup.py diff --git a/dev-python/glicko2/metadata.xml b/dev-python/github-sublee-glicko2/metadata.xml similarity index 100% rename from dev-python/glicko2/metadata.xml rename to dev-python/github-sublee-glicko2/metadata.xml diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest deleted file mode 100644 index 041504f9..00000000 --- a/dev-python/glicko2/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST glicko2-0_pre20191010.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d