public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/
@ 2021-03-14 10:36 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2021-03-14 10:36 UTC (permalink / raw
  To: gentoo-commits

commit:     4dee0c18d339b37e269b6537eff87edbefe822ac
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Mar 14 10:36:10 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Mar 14 10:36:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4dee0c18

dev-python/github-sublee-glicko2: bump py

Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../github-sublee-glicko2-0_pre20191010-r1.ebuild  | 26 ++++++++++++++++++++++
 1 file changed, 26 insertions(+)

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 00000000..adbd65fd
--- /dev/null
+++ b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7,8,9} 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"
+
+S="${WORKDIR}/${MYPN}-${COMMIT}"
+
+distutils_enable_tests setup.py
+
+src_prepare() {
+	sed -i -e "s/distribute/setuptools/g" setup.py
+	eapply_user
+}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/
  2021-04-13 13:22 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2021-04-13 13:15 ` Andrew Ammerlaan
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Ammerlaan @ 2021-04-13 13:15 UTC (permalink / raw
  To: gentoo-commits

commit:     ed14fc158aee36698d199da690d6b725fe0d3139
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Tue Apr 13 13:07:23 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Tue Apr 13 13:07:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed14fc15

dev-python/github-sublee-glicko2: drop old

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> riseup.net>

 .../github-sublee-glicko2-0_pre20191010.ebuild     | 26 ----------------------
 1 file changed, 26 deletions(-)

diff --git a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild b/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild
deleted file mode 100644
index 953aeff8a..000000000
--- a/dev-python/github-sublee-glicko2/github-sublee-glicko2-0_pre20191010.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-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"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-
-S="${WORKDIR}/${MYPN}-${COMMIT}"
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-	sed -i -e "s/distribute/setuptools/g" setup.py
-	eapply_user
-}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/
@ 2021-04-21 14:07 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2021-04-21 14:07 UTC (permalink / raw
  To: gentoo-commits

commit:     00d10e5b088eb037534548f3cb6f81cebc37d237
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr 21 14:07:15 2021 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr 21 14:07:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=00d10e5b

dev-python/github-sublee-glicko2: fix test dep

Closes: https://bugs.gentoo.org/784782
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../github-sublee-glicko2-0_pre20191010-r1.ebuild                      | 3 +++
 1 file changed, 3 insertions(+)

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
index adbd65fd3..e3ed16020 100644
--- 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
@@ -16,6 +16,9 @@ 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


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/
@ 2022-05-28 21:48 Alessandro Barbieri
  0 siblings, 0 replies; 4+ messages in thread
From: Alessandro Barbieri @ 2022-05-28 21:48 UTC (permalink / raw
  To: gentoo-commits

commit:     f7ff5fc4f82dce660fb4942abc92d887b758b778
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat May 28 21:34:41 2022 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat May 28 21:34:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f7ff5fc4

dev-python/github-sublee-glicko2: enable py3.10, py3.11

Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 .../github-sublee-glicko2-0_pre20191010-r1.ebuild                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index d32a6b428..d303c9196 100644
--- 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
@@ -1,8 +1,8 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{8,9} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
 DISTUTILS_USE_SETUPTOOLS="rdepend"
 inherit distutils-r1
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-28 21:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-14 10:36 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/github-sublee-glicko2/ Alessandro Barbieri
  -- strict thread matches above, loose matches on Subject: below --
2021-04-13 13:22 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2021-04-13 13:15 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2021-04-21 14:07 Alessandro Barbieri
2022-05-28 21:48 Alessandro Barbieri

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox