python310Packages.jpype1: Normalize attribute, pname, dirname

This commit is contained in:
Martin Weinelt 2023-02-19 17:03:04 +00:00
parent 2489cd9c26
commit 5b1bb7e42a
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
5 changed files with 8 additions and 6 deletions

@ -22,7 +22,7 @@ python3Packages.buildPythonApplication rec {
wrapQtAppsHook
python3Packages.setuptools
python3Packages.rfc3987
python3Packages.JPype1
python3Packages.jpype1
python3Packages.pyqt5
];

@ -1,7 +1,7 @@
{ lib
, buildPythonPackage
, fetchPypi
, JPype1
, jpype1
}:
buildPythonPackage rec {
@ -14,7 +14,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
JPype1
jpype1
];
meta = with lib; {

@ -9,12 +9,13 @@
}:
buildPythonPackage rec {
pname = "JPype1";
pname = "jpype1";
version = "1.4.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
pname = "JPype1";
inherit version;
sha256 = "sha256-3I7oVAc0dK15rhaNkML2iThU9Yk2z6GPNYfK2uDTaW0=";
};

@ -123,6 +123,7 @@ mapAliases ({
influxgraph = throw "influxgraph has been removed because it is no longer maintained"; # added 2022-07-10
itanium_demangler = itanium-demangler; # added 2022-1017
jinja2_time = jinja2-time; # added 2022-11-07
JPype1 = jpype1; # added 2023-02-19
jupyter_client = jupyter-client; # added 2021-10-15
jupyter_core = jupyter-core; # added 2023-01-05
jupyter_server = jupyter-server; # added 2023-01-05

@ -4934,7 +4934,7 @@ self: super: with self; {
jpylyzer = callPackage ../development/python-modules/jpylyzer { };
JPype1 = callPackage ../development/python-modules/JPype1 { };
jpype1 = callPackage ../development/python-modules/jpype1 { };
jq = callPackage ../development/python-modules/jq {
inherit (pkgs) jq;