public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alessandro Barbieri" <lssndrbarbieri@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/glicko2/
Date: Sat, 28 Mar 2020 16:41:41 +0000 (UTC)	[thread overview]
Message-ID: <1585413697.20cd2d4c7650ce6ac883a512e3e15d3b631fbcaa.Alessandro-Barbieri@gentoo> (raw)

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
+}


             reply	other threads:[~2020-03-28 16:41 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-03-28 16:41 Alessandro Barbieri [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
2024-04-13 21:31 ` [gentoo-commits] repo/proj/guru:dev " Julien Roy
2023-01-31  3:24 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-02 19:41 Andrew Ammerlaan
2020-02-23  3:31 Alessandro Barbieri

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=1585413697.20cd2d4c7650ce6ac883a512e3e15d3b631fbcaa.Alessandro-Barbieri@gentoo \
    --to=lssndrbarbieri@gmail.com \
    --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