aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Healy <lmiphay@gmail.com>2024-07-01 21:46:59 +0100
committerPaul Healy <lmiphay@gmail.com>2024-07-01 21:46:59 +0100
commit1dbce149ccc37ca2dcda159af0cf8ba35db19ac7 (patch)
tree78b81b44011ff241c836a94e0c3e19335c9bff8d
parentdistutils nose tests no longer supported (diff)
downloadlmiphay-1dbce149ccc37ca2dcda159af0cf8ba35db19ac7.tar.gz
lmiphay-1dbce149ccc37ca2dcda159af0cf8ba35db19ac7.tar.bz2
lmiphay-1dbce149ccc37ca2dcda159af0cf8ba35db19ac7.zip
distutils nose tests no longer supported
Signed-off-by: Paul Healy <lmiphay@gmail.com>
-rw-r--r--dev-python/spark_parser/Manifest2
-rw-r--r--dev-python/spark_parser/spark_parser-1.8.9.ebuild4
2 files changed, 2 insertions, 4 deletions
diff --git a/dev-python/spark_parser/Manifest b/dev-python/spark_parser/Manifest
index 1184704..68965a1 100644
--- a/dev-python/spark_parser/Manifest
+++ b/dev-python/spark_parser/Manifest
@@ -1,2 +1,2 @@
DIST spark_parser-1.8.9.tar.gz 67227 BLAKE2B 0276ada4688fc8b6d1272950a19b9c28614f5b8a00415d30642d6aeeb15c39623ae31ede4bac9ed846dd463d311c3eb473bcbd3000f4e9a405ade86ea38aad7f SHA512 b11c3039f32988a122d00ec1b21bae0773ee357b1daacc15fe795746c1a42ed79ab88f7badf3e09a44382ad1315d4f271ff880455f2177d24e85f2940ad6bd42
-EBUILD spark_parser-1.8.9.ebuild 673 BLAKE2B 5e1d0d90e5e7f970ba6d24d2c72a8c471c6f17f592f3cc091dd5c7777d97ab9c08bac26f6051ba725dcc6b83f1569474557793861be8118d42ea43cb7f3179fe SHA512 122325da28f2739423cade5d6fff4909d6fdab3cbeba67c3ca65dfe5863480e6fe814b65472e5f47dfc67be3d26252f3748d44ffb23519a2206becc154c0c3e4
+EBUILD spark_parser-1.8.9.ebuild 644 BLAKE2B 6810f03e7f0bac1e9bc7606bfa97392100c1e09e7214a86a937080a34624a42cc56325e410d0e72c9ba8a7f477b16f69311f95b75edbc294fcf6e14e5af4b1d3 SHA512 6ca6b4f90b6f321b83781e361a73b2126c71816f1a402b1ac0d889492398827564cd3757ff4b3301d79dd69dbae77be714a937bef390f19d6ec070ff5e18a046
diff --git a/dev-python/spark_parser/spark_parser-1.8.9.ebuild b/dev-python/spark_parser/spark_parser-1.8.9.ebuild
index 54d8c4d..638c7da 100644
--- a/dev-python/spark_parser/spark_parser-1.8.9.ebuild
+++ b/dev-python/spark_parser/spark_parser-1.8.9.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -28,5 +28,3 @@ DEPEND="
DOCS="README.rst NEW-FEATURES.rst"
S="${WORKDIR}/python-spark-${PV}"
-
-distutils_enable_tests nose