From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/glicko2/
Date: Mon, 30 Jan 2023 10:29:31 +0000 (UTC) [thread overview]
Message-ID: <1675021538.78e0360c6a19cf49a2137c04c943068134081078.ceamac@gentoo> (raw)
commit: 78e0360c6a19cf49a2137c04c943068134081078
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jan 29 19:45:38 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Sun Jan 29 19:45:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=78e0360c
dev-python/glicko2: drop py3.8, add 3.{10,11}
use DISTUTILS_USE_PEP517=setuptools
Closes: https://bugs.gentoo.org/848171
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/glicko2/glicko2-2.0.0-r1.ebuild | 19 +++++++++++++++++++
dev-python/glicko2/glicko2-2.0.0.ebuild | 24 ------------------------
2 files changed, 19 insertions(+), 24 deletions(-)
diff --git a/dev-python/glicko2/glicko2-2.0.0-r1.ebuild b/dev-python/glicko2/glicko2-2.0.0-r1.ebuild
new file mode 100644
index 000000000..c6a18e6cb
--- /dev/null
+++ b/dev-python/glicko2/glicko2-2.0.0-r1.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DISTUTILS_USE_PEP517=setuptools
+PYTHON_COMPAT=( python3_{9..11} pypy3 )
+
+inherit distutils-r1
+
+DESCRIPTION="glicko2 implementation in python"
+HOMEPAGE="https://github.com/deepy/glicko2"
+SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+distutils_enable_tests unittest
diff --git a/dev-python/glicko2/glicko2-2.0.0.ebuild b/dev-python/glicko2/glicko2-2.0.0.ebuild
deleted file mode 100644
index 8e58ac871..000000000
--- a/dev-python/glicko2/glicko2-2.0.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="7"
-PYTHON_COMPAT=( python3_{8,9} pypy3)
-
-inherit distutils-r1
-
-DESCRIPTION="glicko2 implementation in python"
-HOMEPAGE="https://github.com/deepy/glicko2"
-SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
- 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:[~2023-01-30 10:29 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-01-30 10:29 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master commit in: dev-python/glicko2/ Julien Roy
2023-01-31 11:00 Florian Schmaus
2020-12-20 8:26 Andrew Ammerlaan
2020-12-20 8:26 Andrew Ammerlaan
2020-12-18 19:05 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=1675021538.78e0360c6a19cf49a2137c04c943068134081078.ceamac@gentoo \
--to=ceamac@gentoo.org \
--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: link
Be 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