mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
dev-python/glicko2: "new" package
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
dev-python/glicko2/Manifest
Normal file
1
dev-python/glicko2/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST glicko2-2.0.0.tar.gz 3612 BLAKE2B 4bb4becac2c619b4d54dbf872535002d6318e9d75cbe969f676d9a47dd83a5914e5fd8750fadfa07fb32e7b86b0ed316ff000b98403b96a0ca58ef63697c205c SHA512 f010653445ace4487d31ddec451927ce42a2728f14d57760bcc14d1279e3c5345e73bfe7552937102172a5f171c14a1c4debb10aee1e53d9c697cea66761c8f2
|
||||
24
dev-python/glicko2/glicko2-2.0.0.ebuild
Normal file
24
dev-python/glicko2/glicko2-2.0.0.ebuild
Normal file
@@ -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
|
||||
}
|
||||
12
dev-python/glicko2/metadata.xml
Normal file
12
dev-python/glicko2/metadata.xml
Normal file
@@ -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>
|
||||
Reference in New Issue
Block a user