commit: 1dc895032476aba4bc19d119ab5c4673627f5220
Author: Michael Schubert <mschu.dev <AT> gmail <DOT> com>
AuthorDate: Mon Feb 24 18:42:00 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 13:55:46 2025 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1dc89503
dev-python/plac: py3.13 compat, gh sources incl all tests
Signed-off-by: Michael Schubert <mschu.dev <AT> gmail.com>
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
dev-python/plac/plac-1.4.3.ebuild | 10 +++-------
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/dev-python/plac/plac-1.4.3.ebuild
b/dev-python/plac/plac-1.4.3.ebuild
index 8f2be2238..6e997412f 100644
--- a/dev-python/plac/plac-1.4.3.ebuild
+++ b/dev-python/plac/plac-1.4.3.ebuild
@@ -1,23 +1,19 @@
-# Copyright 1999-2024 Gentoo Foundation
+# Copyright 1999-2025 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{10..12} )
+PYTHON_COMPAT=( pypy3 python3_{10..13} )
inherit pypi distutils-r1
DESCRIPTION="Parsing the Command Line the Easy Way"
HOMEPAGE="https://pypi.org/project/plac/"
+SRC_URI="https://github.com/ialbert/${PN}/archive/v${PV}.tar.gz ->
${P}.gh.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-EPYTEST_DESELECT=(
- # Missing index.rst
- doc/test_plac.py::test_doctest
-)
-
distutils_enable_tests pytest