commit: 3e6a8fc18042f072b7b4a4627730bebb27d29cc9 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> AuthorDate: Tue Apr 11 08:39:23 2023 +0000 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in> CommitDate: Tue Apr 11 08:39:23 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=3e6a8fc1
dev-python/skills: treeclean Closes: https://bugs.gentoo.org/897568 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in> dev-python/skills/Manifest | 1 - dev-python/skills/metadata.xml | 27 --------------------------- dev-python/skills/skills-0.3.0-r1.ebuild | 26 -------------------------- profiles/package.mask | 6 ------ 4 files changed, 60 deletions(-) diff --git a/dev-python/skills/Manifest b/dev-python/skills/Manifest deleted file mode 100644 index 9a9802208..000000000 --- a/dev-python/skills/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST skills-0.3.0.zip 37199 BLAKE2B c27ac509c56ebf1152924c577a0e540a92f658977f5694be3647a658185990611ce30ebf27d755f032eee135a151a2e7228927a9054a502cf528573053789129 SHA512 0f825d0abe1fe9f1733f0be27e62bff97972a43ea09fb6ac4bf64098dfa6bf71c5408a9d0b5cb47fccfd7d539691f31c45787ab82ca408954c9a531553e20989 diff --git a/dev-python/skills/metadata.xml b/dev-python/skills/metadata.xml deleted file mode 100644 index 656d47934..000000000 --- a/dev-python/skills/metadata.xml +++ /dev/null @@ -1,27 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Alessandro Barbieri</name> - </maintainer> - <upstream> - <bugs-to>https://github.com/McLeopold/PythonSkills/issues</bugs-to> - <changelog>https://raw.githubusercontent.com/McLeopold/PythonSkills/master/CHANGES.rst</changelog> - <maintainer> - <email>[email protected]</email> - <name>Scott Hamilton</name> - </maintainer> - <remote-id type="pypi">skills</remote-id> - <remote-id type="github">McLeopold/PythonSkills</remote-id> - </upstream> - <longdescription lang="en"> -This is a Python port of the Moserware.Skills project that's available at - -http://github.com/moserware/Skills - -For more details on how the algorithm works, see - -http://www.moserware.com/2010/03/computing-your-skill.html - </longdescription> -</pkgmetadata> diff --git a/dev-python/skills/skills-0.3.0-r1.ebuild b/dev-python/skills/skills-0.3.0-r1.ebuild deleted file mode 100644 index 223339d02..000000000 --- a/dev-python/skills/skills-0.3.0-r1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_9 pypy3 ) # no py10 https://github.com/McLeopold/PythonSkills/issues/11 - -inherit distutils-r1 - -DESCRIPTION="Python Implementation of the TrueSkill, Glicko and Elo Ranking Algorithms" -HOMEPAGE=" - https://github.com/McLeopold/PythonSkills - https://pypi.org/project/skills/ -" -SRC_URI="mirror://pypi/${P:0:1}/${PN}/${P}.zip" - -SLOT="0" -LICENSE="BSD" -KEYWORDS="~amd64" - -RDEPEND="" -DEPEND="" -BDEPEND="app-arch/unzip" - -distutils_enable_tests setup.py diff --git a/profiles/package.mask b/profiles/package.mask index 147fb6ddd..7b4dd5a24 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -67,12 +67,6 @@ dev-python/python-manilaclient # Masked for removal in 30 days. dev-python/mkdocs-render-swagger-plugin -# Anna Vyalkova <[email protected]> (2023-03-12) -# Dead package, no Python 3.10 support. -# Masked for removal in 30 days. -# https://github.com/McLeopold/PythonSkills/issues/11 -dev-python/skills - # Julien Roy <[email protected]> (2023-01-25) # Requires <dev-python/coverage-7, which is no longer available in ::gentoo. # Upstream bug: https://github.com/TheKevJames/coveralls-python/issues/377
