From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/glicko2/ Date: Fri, 18 Dec 2020 19:05:13 +0000 (UTC) [thread overview] Message-ID: <1608314160.0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d.andrewammerlaan@gentoo> (raw) commit: 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Dec 18 17:56:00 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 }
WARNING: multiple messages have this Message-ID (diff)
From: "Andrew Ammerlaan" <andrewammerlaan@riseup.net> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/ Date: Fri, 18 Dec 2020 17:56:06 +0000 (UTC) [thread overview] Message-ID: <1608314160.0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d.andrewammerlaan@gentoo> (raw) Message-ID: <20201218175606.fdHFUDvh_WpZVGn-O8VaAfzrQFXwwLSV2GJ1HwFuGwk@z> (raw) commit: 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d Author: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net> AuthorDate: Fri Dec 18 17:56:00 2020 +0000 Commit: Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> 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 <andrewammerlaan <AT> 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 }
next reply other threads:[~2020-12-18 19:05 UTC|newest] Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-12-18 19:05 Andrew Ammerlaan [this message] 2020-12-18 17:56 ` [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/ Andrew Ammerlaan -- strict thread matches above, loose matches on Subject: below -- 2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy 2023-01-31 11:00 Florian Schmaus 2023-01-30 10:29 Viorel Munteanu 2020-12-20 8:26 Andrew Ammerlaan 2020-12-20 8:26 Andrew Ammerlaan 2020-12-12 15:49 Andrew Ammerlaan 2020-04-08 17:43 Andrew Ammerlaan 2020-03-29 8:29 Andrew Ammerlaan
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1608314160.0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d.andrewammerlaan@gentoo \ --to=andrewammerlaan@riseup.net \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox