public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-02-23  3:31 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-02-23  3:31 UTC (permalink / raw
  To: gentoo-commits

commit:     dade0be9b01b25f784b529ace1891cd094f6311c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Feb 23 03:30:30 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Feb 23 03:30:30 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dade0be9

dev-python/glicko2: new package

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

 dev-python/glicko2/glicko2-9999.ebuild | 37 ++++++++++++++++++++++++++++++++++
 dev-python/glicko2/metadata.xml        | 11 ++++++++++
 2 files changed, 48 insertions(+)

diff --git a/dev-python/glicko2/glicko2-9999.ebuild b/dev-python/glicko2/glicko2-9999.ebuild
new file mode 100644
index 0000000..2caf8b1
--- /dev/null
+++ b/dev-python/glicko2/glicko2-9999.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,7} pypy3)
+
+inherit distutils-r1
+
+case "${PV}" in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/sublee/glicko2.git"
+	inherit git-r3
+	;;
+esac
+
+DESCRIPTION="An implementation of the Glicko-2 rating system for Python"
+HOMEPAGE="https://github.com/sublee/glicko2"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE="test"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+	dev-python/setuptools[${PYTHON_USEDEP}]
+"
+
+src_prepare() {
+	sed -i -e "s/distribute/setuptools/g" setup.py
+	eapply_user
+}
+
+python_test() {
+	"${PYTHON}" setup.py test || die
+}

diff --git a/dev-python/glicko2/metadata.xml b/dev-python/glicko2/metadata.xml
new file mode 100644
index 0000000..b1a0922
--- /dev/null
+++ b/dev-python/glicko2/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <maintainer type="person">
+    <email>lssndrbarbieri@gmail.com</email>
+    <name>Alessandro Barbieri</name>
+  </maintainer>
+  <upstream>
+    <remote-id type="github">sublee/glicko2</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-03-02 19:41 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2020-03-02 19:41 UTC (permalink / raw
  To: gentoo-commits

commit:     50eaf9a25035b5ad09efa36ed0592f0a46bd32ba
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Mon Mar  2 19:41:15 2020 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Mon Mar  2 19:41:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=50eaf9a2

dev-python/glicko2: Add distutils_enable_tests

it does the same, but it's shorter

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

 dev-python/glicko2/glicko2-9999.ebuild | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

diff --git a/dev-python/glicko2/glicko2-9999.ebuild b/dev-python/glicko2/glicko2-9999.ebuild
index 2caf8b1..c23bbee 100644
--- a/dev-python/glicko2/glicko2-9999.ebuild
+++ b/dev-python/glicko2/glicko2-9999.ebuild
@@ -20,18 +20,10 @@ HOMEPAGE="https://github.com/sublee/glicko2"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="test"
-RESTRICT="!test? ( test )"
 
-DEPEND="
-	dev-python/setuptools[${PYTHON_USEDEP}]
-"
+distutils_enable_tests setup.py
 
 src_prepare() {
 	sed -i -e "s/distribute/setuptools/g" setup.py
 	eapply_user
 }
-
-python_test() {
-	"${PYTHON}" setup.py test || die
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-03-28 16:41 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-03-28 16:41 UTC (permalink / raw
  To: gentoo-commits

commit:     20cd2d4c7650ce6ac883a512e3e15d3b631fbcaa
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sat Mar 28 16:41:06 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sat Mar 28 16:41:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=20cd2d4c

dev-python/glicko2: add version

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

 dev-python/glicko2/Manifest                  |  1 +
 dev-python/glicko2/glicko2-2019.10.10.ebuild | 26 ++++++++++++++++++++++++++
 2 files changed, 27 insertions(+)

diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest
new file mode 100644
index 0000000..9c9d826
--- /dev/null
+++ b/dev-python/glicko2/Manifest
@@ -0,0 +1 @@
+DIST glicko2-2019.10.10.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d

diff --git a/dev-python/glicko2/glicko2-2019.10.10.ebuild b/dev-python/glicko2/glicko2-2019.10.10.ebuild
new file mode 100644
index 0000000..b9c531d
--- /dev/null
+++ b/dev-python/glicko2/glicko2-2019.10.10.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{6,7} 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"
+
+LICENSE="BSD"
+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
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-04-08 17:04 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-04-08 17:04 UTC (permalink / raw
  To: gentoo-commits

commit:     d5bcce67c9e3a6b5587a26ce8e491589463a9242
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Wed Apr  8 16:53:49 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Wed Apr  8 17:03:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d5bcce67

dev-python/glicko2: use 0_pre versioning schema

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

 dev-python/glicko2/Manifest                                             | 2 +-
 .../glicko2/{glicko2-2019.10.10.ebuild => glicko2-0_pre20191010.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest
index 9c9d826..041504f 100644
--- a/dev-python/glicko2/Manifest
+++ b/dev-python/glicko2/Manifest
@@ -1 +1 @@
-DIST glicko2-2019.10.10.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d
+DIST glicko2-0_pre20191010.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d

diff --git a/dev-python/glicko2/glicko2-2019.10.10.ebuild b/dev-python/glicko2/glicko2-0_pre20191010.ebuild
similarity index 100%
rename from dev-python/glicko2/glicko2-2019.10.10.ebuild
rename to dev-python/glicko2/glicko2-0_pre20191010.ebuild


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-12-11 15:40 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-12-11 15:40 UTC (permalink / raw
  To: gentoo-commits

commit:     dd77d340c5c0f8ae9af9ae5b63df13855f091499
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Fri Dec 11 00:37:40 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Fri Dec 11 15:20:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=dd77d340

dev-python/glicko2: remove live ebuild

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

 dev-python/glicko2/glicko2-9999.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/dev-python/glicko2/glicko2-9999.ebuild b/dev-python/glicko2/glicko2-9999.ebuild
deleted file mode 100644
index 58cfa80b..00000000
--- a/dev-python/glicko2/glicko2-9999.ebuild
+++ /dev/null
@@ -1,29 +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)
-
-inherit distutils-r1
-
-case "${PV}" in
-9999)
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/sublee/glicko2.git"
-	inherit git-r3
-	;;
-esac
-
-DESCRIPTION="An implementation of the Glicko-2 rating system for Python"
-HOMEPAGE="https://github.com/sublee/glicko2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-
-distutils_enable_tests setup.py
-
-src_prepare() {
-	sed -i -e "s/distribute/setuptools/g" setup.py
-	eapply_user
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
  2020-12-18 19:05 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
@ 2020-12-18 17:56 ` Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2020-12-18 17:56 UTC (permalink / raw
  To: gentoo-commits

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
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-12-20  1:35 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-12-20  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     d8160765cee6f23818975ffd3eb15bad953aa26c
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Dec 20 01:06:05 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Dec 20 01:25:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d8160765

dev-python/glicko2: "new" package

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

 dev-python/glicko2/Manifest             |  1 +
 dev-python/glicko2/glicko2-2.0.0.ebuild | 24 ++++++++++++++++++++++++
 dev-python/glicko2/metadata.xml         | 12 ++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest
new file mode 100644
index 00000000..660ac924
--- /dev/null
+++ b/dev-python/glicko2/Manifest
@@ -0,0 +1 @@
+DIST glicko2-2.0.0.tar.gz 3612 BLAKE2B 4bb4becac2c619b4d54dbf872535002d6318e9d75cbe969f676d9a47dd83a5914e5fd8750fadfa07fb32e7b86b0ed316ff000b98403b96a0ca58ef63697c205c SHA512 f010653445ace4487d31ddec451927ce42a2728f14d57760bcc14d1279e3c5345e73bfe7552937102172a5f171c14a1c4debb10aee1e53d9c697cea66761c8f2

diff --git a/dev-python/glicko2/glicko2-2.0.0.ebuild b/dev-python/glicko2/glicko2-2.0.0.ebuild
new file mode 100644
index 00000000..762aadfc
--- /dev/null
+++ b/dev-python/glicko2/glicko2-2.0.0.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="7"
+PYTHON_COMPAT=( python3_{7,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
+}

diff --git a/dev-python/glicko2/metadata.xml b/dev-python/glicko2/metadata.xml
new file mode 100644
index 00000000..394abee8
--- /dev/null
+++ b/dev-python/glicko2/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+  <!-- maintainer-needed -->
+  <longdescription>
+    This is my fork of lmeyerov's update to Ryan Kirkman's pyglicko2
+  </longdescription>
+  <upstream>
+    <remote-id type="github">deepy/glicko2</remote-id>
+    <remote-id type="pypi">glicko2</remote-id>
+  </upstream>
+</pkgmetadata>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2020-12-20  1:35 Alessandro Barbieri
  0 siblings, 0 replies; 12+ messages in thread
From: Alessandro Barbieri @ 2020-12-20  1:35 UTC (permalink / raw
  To: gentoo-commits

commit:     880e433851d1f379048f7dd233713ace7e2d6823
Author:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
AuthorDate: Sun Dec 20 00:46:15 2020 +0000
Commit:     Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
CommitDate: Sun Dec 20 01:23:33 2020 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=880e4338

Revert "dev-python/glicko2: version bump 2.0.0, add py3.8 and py3.9"

This reverts commit 0427d651fb27bf4feb0cfaaaf30e2374f3d51f7d.
Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>

 dev-python/glicko2/Manifest                              |  2 +-
 ...glicko2-2.0.0.ebuild => glicko2-0_pre20191010.ebuild} | 16 +++++++++-------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/dev-python/glicko2/Manifest b/dev-python/glicko2/Manifest
index 660ac924..041504f9 100644
--- a/dev-python/glicko2/Manifest
+++ b/dev-python/glicko2/Manifest
@@ -1 +1 @@
-DIST glicko2-2.0.0.tar.gz 3612 BLAKE2B 4bb4becac2c619b4d54dbf872535002d6318e9d75cbe969f676d9a47dd83a5914e5fd8750fadfa07fb32e7b86b0ed316ff000b98403b96a0ca58ef63697c205c SHA512 f010653445ace4487d31ddec451927ce42a2728f14d57760bcc14d1279e3c5345e73bfe7552937102172a5f171c14a1c4debb10aee1e53d9c697cea66761c8f2
+DIST glicko2-0_pre20191010.tar.gz 4684 BLAKE2B c21e3be87df4b3bff0b1ba6bece96587ad26807beab882c38829b782eb99f1e165013b403c6a690ec591daa1ea9d55bff876eb802af944ee25222e28e787146c SHA512 7665c3b81023a01ba2d835c3a0a4aedf5a6becff909f554a25c69537289f6ea75820d759035d540b297cd6414c6d465f79a7ef21a91f9f7e2cf394241811c89d

diff --git a/dev-python/glicko2/glicko2-2.0.0.ebuild b/dev-python/glicko2/glicko2-0_pre20191010.ebuild
similarity index 54%
rename from dev-python/glicko2/glicko2-2.0.0.ebuild
rename to dev-python/glicko2/glicko2-0_pre20191010.ebuild
index aa997cf8..0bfb9244 100644
--- a/dev-python/glicko2/glicko2-2.0.0.ebuild
+++ b/dev-python/glicko2/glicko2-0_pre20191010.ebuild
@@ -2,23 +2,25 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="7"
-PYTHON_COMPAT=( python3_{7,8,9} pypy3)
+PYTHON_COMPAT=( python3_7 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="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
+SRC_URI="https://github.com/sublee/glicko2/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
 
-LICENSE="MIT"
+LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64"
 
+S="${WORKDIR}/${PN}-${COMMIT}"
+
 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
+	sed -i -e "s/distribute/setuptools/g" setup.py
+	eapply_user
 }


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2021-03-28  9:55 Andrew Ammerlaan
  0 siblings, 0 replies; 12+ messages in thread
From: Andrew Ammerlaan @ 2021-03-28  9:55 UTC (permalink / raw
  To: gentoo-commits

commit:     3dafcd4b74b8ffdbc30a7a644e2e56889cd70ed0
Author:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
AuthorDate: Sun Mar 28 09:41:57 2021 +0000
Commit:     Andrew Ammerlaan <andrewammerlaan <AT> riseup <DOT> net>
CommitDate: Sun Mar 28 09:41:57 2021 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3dafcd4b

dev-python/glicko2: remove RedundantLongDescription

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

 dev-python/glicko2/metadata.xml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/dev-python/glicko2/metadata.xml b/dev-python/glicko2/metadata.xml
index 394abee8a..e2ba8983b 100644
--- a/dev-python/glicko2/metadata.xml
+++ b/dev-python/glicko2/metadata.xml
@@ -2,9 +2,6 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
   <!-- maintainer-needed -->
-  <longdescription>
-    This is my fork of lmeyerov's update to Ryan Kirkman's pyglicko2
-  </longdescription>
   <upstream>
     <remote-id type="github">deepy/glicko2</remote-id>
     <remote-id type="pypi">glicko2</remote-id>


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2023-01-29 19:46 Julien Roy
  0 siblings, 0 replies; 12+ messages in thread
From: Julien Roy @ 2023-01-29 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     78e0360c6a19cf49a2137c04c943068134081078
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sun Jan 29 19:45:38 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
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
-}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
@ 2023-01-31  3:24 Julien Roy
  0 siblings, 0 replies; 12+ messages in thread
From: Julien Roy @ 2023-01-31  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     96244a57a36a07a990692db7b142d7b2c5315cf0
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue Jan 31 03:23:31 2023 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue Jan 31 03:23:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=96244a57

dev-python/glicko2: exclude tests package

Closes: https://bugs.gentoo.org/892597
Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 .../glicko2/{glicko2-2.0.0-r1.ebuild => glicko2-2.0.0-r2.ebuild}    | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/dev-python/glicko2/glicko2-2.0.0-r1.ebuild b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild
similarity index 76%
rename from dev-python/glicko2/glicko2-2.0.0-r1.ebuild
rename to dev-python/glicko2/glicko2-2.0.0-r2.ebuild
index c6a18e6cb..ce52f4be0 100644
--- a/dev-python/glicko2/glicko2-2.0.0-r1.ebuild
+++ b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild
@@ -17,3 +17,9 @@ SLOT="0"
 KEYWORDS="~amd64"
 
 distutils_enable_tests unittest
+
+src_prepare() {
+	sed -e "s/find_packages()/find_packages(exclude=['tests'])/" \
+		-i setup.py || die
+	distutils-r1_src_prepare
+}


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

* [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
  2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy
@ 2024-04-13 21:31 ` Julien Roy
  0 siblings, 0 replies; 12+ messages in thread
From: Julien Roy @ 2024-04-13 21:31 UTC (permalink / raw
  To: gentoo-commits

commit:     ed3b3601a9ea67b728e43f8d8f8445e2a676d2fa
Author:     Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 19:06:13 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 19:06:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ed3b3601

dev-python/glicko2: enable py3.12

Signed-off-by: Julien Roy <julien <AT> jroy.ca>

 dev-python/glicko2/glicko2-2.0.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild
index f68e1fac9e..bac2eb982b 100644
--- a/dev-python/glicko2/glicko2-2.0.0-r2.ebuild
+++ b/dev-python/glicko2/glicko2-2.0.0-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
 
 inherit distutils-r1 pypi
 


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

end of thread, other threads:[~2024-04-13 21:32 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-31  3:24 [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/ Julien Roy
  -- strict thread matches above, loose matches on Subject: below --
2024-04-13 22:19 [gentoo-commits] repo/proj/guru:master " Julien Roy
2024-04-13 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-01-29 19:46 Julien Roy
2021-03-28  9:55 Andrew Ammerlaan
2020-12-20  1:35 Alessandro Barbieri
2020-12-20  1:35 Alessandro Barbieri
2020-12-18 19:05 [gentoo-commits] repo/proj/guru:master " Andrew Ammerlaan
2020-12-18 17:56 ` [gentoo-commits] repo/proj/guru:dev " Andrew Ammerlaan
2020-12-11 15:40 Alessandro Barbieri
2020-04-08 17:04 Alessandro Barbieri
2020-03-28 16:41 Alessandro Barbieri
2020-03-02 19:41 Andrew Ammerlaan
2020-02-23  3:31 Alessandro Barbieri

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