python310Packages.jaydebapi: Normalize attribute, pname, dirname
This commit is contained in:
parent
5b1bb7e42a
commit
ee9b576f25
4 changed files with 6 additions and 4 deletions
|
@ -157,7 +157,7 @@
|
|||
imports = [ "airflow.providers.influxdb.hooks.influxdb" "airflow.providers.influxdb.operators.influxdb" ];
|
||||
};
|
||||
jdbc = {
|
||||
deps = [ "JayDeBeApi" ];
|
||||
deps = [ "jaydebeapi" ];
|
||||
imports = [ "airflow.providers.jdbc.hooks.jdbc" "airflow.providers.jdbc.operators.jdbc" ];
|
||||
};
|
||||
jenkins = {
|
||||
|
|
|
@ -5,11 +5,12 @@
|
|||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "JayDeBeApi";
|
||||
pname = "jaydebeapi";
|
||||
version = "1.2.3";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
pname = "JayDeBeApi";
|
||||
inherit version;
|
||||
sha256 = "f25e9307fbb5960cb035394c26e37731b64cc465b197c4344cee85ec450ab92f";
|
||||
};
|
||||
|
|
@ -122,6 +122,7 @@ mapAliases ({
|
|||
ipaddress = throw "ipaddress has been removed because it is no longer required since python 2.7."; # added 2022-05-30
|
||||
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
|
||||
itanium_demangler = itanium-demangler; # added 2022-1017
|
||||
JayDeBeApi = jaydebeapi; # added 2023-02-19
|
||||
jinja2_time = jinja2-time; # added 2022-11-07
|
||||
JPype1 = jpype1; # added 2023-02-19
|
||||
jupyter_client = jupyter-client; # added 2021-10-15
|
||||
|
|
|
@ -4876,7 +4876,7 @@ self: super: with self; {
|
|||
|
||||
jaxopt = callPackage ../development/python-modules/jaxopt { };
|
||||
|
||||
JayDeBeApi = callPackage ../development/python-modules/JayDeBeApi { };
|
||||
jaydebeapi = callPackage ../development/python-modules/jaydebeapi { };
|
||||
|
||||
jc = callPackage ../development/python-modules/jc { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue