aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2024-07-01 21:47:53 +0100
committerPaul Healy <lmiphay@gmail.com>2024-07-01 21:47:53 +0100
commit76aaee5a0d568890b26199b5567d2a186dae4483 (patch)
tree405828519d9822ff581af9ce6fe75b3c080d308b
parentdistutils nose tests no longer supported (diff)
downloadlmiphay-76aaee5a0d568890b26199b5567d2a186dae4483.tar.gz
lmiphay-76aaee5a0d568890b26199b5567d2a186dae4483.tar.bz2
lmiphay-76aaee5a0d568890b26199b5567d2a186dae4483.zip
distutils nose tests no longer supported
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--games-simulation/llbase/Manifest2
-rw-r--r--games-simulation/llbase/llbase-1.3.1.ebuild6
2 files changed, 3 insertions, 5 deletions
diff --git a/games-simulation/llbase/Manifest b/games-simulation/llbase/Manifest
index 04ba7b4..945e326 100644
--- a/games-simulation/llbase/Manifest
+++ b/games-simulation/llbase/Manifest
@@ -1,2 +1,2 @@
DIST llbase-1.3.1.tar.gz 36023 BLAKE2B e067714e0eabba64531c9007310e6a7a95e3a837dd9f3d3e8e0363d74a7f03d870fad4071204b7df47bf69e91406cd0a08afef1cf6d3fb019de2f84da8cc86e8 SHA512 fdaa005dbfa0fe558455246b6ce84b0a21a582feb7ecdaa511b3691a49c65e8285cbb881789f36dcca603f985f5fca48ce386098bc42bd87ec02a5dac4928d2e
-EBUILD llbase-1.3.1.ebuild 724 BLAKE2B 409e3f17907da9f6e1e37cc214d3f7d0a7d14d576d9d106455e6da214b70efa493aa153708fd0f03040c2e34a87e8f3d51e0ec97a7e39f7f84851d3fee9acdfd SHA512 42589d6456ac2d95d87a22fa2c1b4e7aef2d2d926c4983d2ddca8ebb122fc567ba16240b5c66811baf7e35752947d7f610b00a25e44fcca69ecad7feb333cd21
+EBUILD llbase-1.3.1.ebuild 695 BLAKE2B 56a2ccba4a853d052728873faf6de2d1ce50a5e84cb1e1f75b7251411ec42c65fa75d36260f1d3ad4f96af49218154ec52e2fe58ba185c4339228d6c8fe2e02c SHA512 154bf9198a196e150cb5ab69720ac22a4a3f4fa1362cc7c45a235c161cbc1eee4204d2c8f69d7552351338732d8b28cd38ed41ca0710266dab13ec880062f4d3
diff --git a/games-simulation/llbase/llbase-1.3.1.ebuild b/games-simulation/llbase/llbase-1.3.1.ebuild
index e00a054..eb3f878 100644
--- a/games-simulation/llbase/llbase-1.3.1.ebuild
+++ b/games-simulation/llbase/llbase-1.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=(python3_{10,11})
+PYTHON_COMPAT=(python3_{11,12})
DISTUTILS_USE_SETUPTOOLS=rdepend
inherit distutils-r1
@@ -31,5 +31,3 @@ DEPEND="
"
DOCS="README.md"
-
-distutils_enable_tests nose