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 170A21382C5 for ; Fri, 18 Dec 2020 19:05:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B1E0E0A96; Fri, 18 Dec 2020 19:05:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 36380E0A96 for ; Fri, 18 Dec 2020 19:05:18 +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 F21D8341151 for ; Fri, 18 Dec 2020 19:05:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4FEF8D0 for ; Fri, 18 Dec 2020 19:05:13 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608314160.0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/glicko2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glicko2/Manifest dev-python/glicko2/glicko2-0_pre20191010.ebuild dev-python/glicko2/glicko2-2.0.0.ebuild X-VCS-Directories: dev-python/glicko2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d X-VCS-Branch: master Date: Fri, 18 Dec 2020 19:05: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: 3698712b-1def-4bcf-94ab-c70a1823cc34 X-Archives-Hash: aa33a1c2ec3278dbfe198321eadd3e53 commit: 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 17:56:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 17:56:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0427d651 dev-python/glicko2: version bump 2.0.0, add py3.8 and py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/glicko2/Manifest | 2 +- ...glicko2-0_pre20191010.ebuild => glicko2-2.0.0.ebuild} | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest index 041504f9..660ac924 100644 --- a/dev-python/glicko2/Manifest +++ b/dev-python/glicko2/Manifest @@ -1 +1 @@ -DIST glicko2-0_pre20191010.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d +DIST glicko2-2.0.0.tar.gz 3612 BLAKE2B 4bb4becac2c619b4d54dbf872535002d6318e9d75cbe969f676d9a47dd83a5914e5fd8750fadfa07fb32e7b86b0ed316ff000b98403b96a0ca58ef63697c205c SHA512 f010653445ace4487d31ddec451927ce42a2728f14d57760bcc14d1279e3c5345e73bfe7552937102172a5f171c14a1c4debb10aee1e53d9c697cea66761c8f2 diff --git a/dev-python/glicko2/glicko2-0_pre20191010.ebuild b/dev-python/glicko2/glicko2-2.0.0.ebuild similarity index 54% rename from dev-python/glicko2/glicko2-0_pre20191010.ebuild rename to dev-python/glicko2/glicko2-2.0.0.ebuild index 0bfb9244..aa997cf8 100644 --- a/dev-python/glicko2/glicko2-0_pre20191010.ebuild +++ b/dev-python/glicko2/glicko2-2.0.0.ebuild @@ -2,25 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 pypy3) +PYTHON_COMPAT=( python3_{7,8,9} pypy3) inherit distutils-r1 -COMMIT="99285aa6b5250b91a837b842dc61b2a96007f3c5" - 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" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${COMMIT}" - distutils_enable_tests setup.py src_prepare() { - sed -i -e "s/distribute/setuptools/g" setup.py - eapply_user + sed -i -e "s/distribute/setuptools/g" \ + -e 's/setuptools.find_packages()/setuptools.find_packages(exclude=["*test*"])/g' \ + setup.py + default } 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 DFD7E1382C5 for ; Fri, 18 Dec 2020 17:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E21AE09F6; Fri, 18 Dec 2020 17:56:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 01B81E09F6 for ; Fri, 18 Dec 2020 17:56:09 +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 79E2C33FE49 for ; Fri, 18 Dec 2020 17:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1D8150 for ; Fri, 18 Dec 2020 17:56:06 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1608314160.0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/glicko2/Manifest dev-python/glicko2/glicko2-0_pre20191010.ebuild dev-python/glicko2/glicko2-2.0.0.ebuild X-VCS-Directories: dev-python/glicko2/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d X-VCS-Branch: dev Date: Fri, 18 Dec 2020 17:56:06 +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: c3be5657-e19f-4e2f-9656-49a073dc2345 X-Archives-Hash: 76cbedda5698cd482746c30e09608e44 Message-ID: <20201218175606.fdHFUDvh_WpZVGn-O8VaAfzrQFXwwLSV2GJ1HwFuGwk@z> commit: 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d Author: Andrew Ammerlaan riseup net> AuthorDate: Fri Dec 18 17:56:00 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Dec 18 17:56:00 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=0427d651 dev-python/glicko2: version bump 2.0.0, add py3.8 and py3.9 Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/glicko2/Manifest | 2 +- ...glicko2-0_pre20191010.ebuild => glicko2-2.0.0.ebuild} | 16 +++++++--------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest index 041504f9..660ac924 100644 --- a/dev-python/glicko2/Manifest +++ b/dev-python/glicko2/Manifest @@ -1 +1 @@ -DIST glicko2-0_pre20191010.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d +DIST glicko2-2.0.0.tar.gz 3612 BLAKE2B 4bb4becac2c619b4d54dbf872535002d6318e9d75cbe969f676d9a47dd83a5914e5fd8750fadfa07fb32e7b86b0ed316ff000b98403b96a0ca58ef63697c205c SHA512 f010653445ace4487d31ddec451927ce42a2728f14d57760bcc14d1279e3c5345e73bfe7552937102172a5f171c14a1c4debb10aee1e53d9c697cea66761c8f2 diff --git a/dev-python/glicko2/glicko2-0_pre20191010.ebuild b/dev-python/glicko2/glicko2-2.0.0.ebuild similarity index 54% rename from dev-python/glicko2/glicko2-0_pre20191010.ebuild rename to dev-python/glicko2/glicko2-2.0.0.ebuild index 0bfb9244..aa997cf8 100644 --- a/dev-python/glicko2/glicko2-0_pre20191010.ebuild +++ b/dev-python/glicko2/glicko2-2.0.0.ebuild @@ -2,25 +2,23 @@ # Distributed under the terms of the GNU General Public License v2 EAPI="7" -PYTHON_COMPAT=( python3_7 pypy3) +PYTHON_COMPAT=( python3_{7,8,9} pypy3) inherit distutils-r1 -COMMIT="99285aa6b5250b91a837b842dc61b2a96007f3c5" - 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" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" -LICENSE="BSD" +LICENSE="MIT" SLOT="0" KEYWORDS="~amd64" -S="${WORKDIR}/${PN}-${COMMIT}" - distutils_enable_tests setup.py src_prepare() { - sed -i -e "s/distribute/setuptools/g" setup.py - eapply_user + sed -i -e "s/distribute/setuptools/g" \ + -e 's/setuptools.find_packages()/setuptools.find_packages(exclude=["*test*"])/g' \ + setup.py + default }