python311Packages.spark-parser: rename from spark_parser
This commit is contained in:
parent
5570f4ba1e
commit
fd33bbc7af
@ -6,12 +6,13 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "spark_parser";
|
||||
pname = "spark-parser";
|
||||
version = "1.8.9";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "spark_parser";
|
||||
inherit version;
|
||||
sha256 = "0np2y4jcir4a4j18wws7yzkz2zj6nqhdhn41rpq8pyskg6wrgfx7";
|
||||
};
|
||||
|
@ -2,7 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, pythonAtLeast
|
||||
, spark_parser
|
||||
, spark-parser
|
||||
, xdis
|
||||
, nose
|
||||
, pytest
|
||||
@ -22,7 +22,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
nativeCheckInputs = [ nose pytest hypothesis six ];
|
||||
propagatedBuildInputs = [ spark_parser xdis ];
|
||||
propagatedBuildInputs = [ spark-parser xdis ];
|
||||
|
||||
# six import errors (yet it is supplied...)
|
||||
checkPhase = ''
|
||||
|
@ -440,6 +440,7 @@ mapAliases ({
|
||||
somecomfort = throw "somecomfort was removed because Home Assistant switched to aiosomecomfort"; # added 2023-02-01
|
||||
sorl_thumbnail = sorl-thumbnail; # added 2023-11-12
|
||||
SPARQLWrapper = sparqlwrapper;
|
||||
spark_parser = spark-parser; # added 2024-01-07
|
||||
sphinx-jquery = sphinxcontrib-jquery; # added 2023-02-24
|
||||
sphinx_pypi_upload = throw "sphinx_pypi_upload has been removed since it is abandoned."; # added 2023-10-11
|
||||
sphinx_rtd_theme = sphinx-rtd-theme; # added 2022-08-03
|
||||
|
@ -13424,7 +13424,7 @@ self: super: with self; {
|
||||
|
||||
spake2 = callPackage ../development/python-modules/spake2 { };
|
||||
|
||||
spark_parser = callPackage ../development/python-modules/spark_parser { };
|
||||
spark-parser = callPackage ../development/python-modules/spark-parser { };
|
||||
|
||||
sparklines = callPackage ../development/python-modules/sparklines { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user