Commit 7dd34690 authored by Felix Buehler's avatar Felix Buehler Committed by Martin Weinelt
Browse files

python311Packages.cx-oracle: rename from cx_oracle

parent dbc85690
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
{ lib, buildPythonPackage, fetchPypi, odpic }:

buildPythonPackage rec {
  pname = "cx_Oracle";
  pname = "cx-oracle";
  version = "8.3.0";

  buildInputs = [ odpic ];

  src = fetchPypi {
    inherit pname version;
    pname = "cx_Oracle";
    inherit version;
    sha256 = "3b2d215af4441463c97ea469b9cc307460739f89fdfa8ea222ea3518f1a424d9";
  };

+2 −2
Original line number Diff line number Diff line
{ lib
, ajpy
, buildPythonPackage
, cx_oracle
, cx-oracle
, dnspython
, fetchPypi
, impacket
@@ -37,7 +37,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    ajpy
    cx_oracle
    cx-oracle
    dnspython
    impacket
    ipy
+2 −2
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
, aiosqlite
, asyncmy
, asyncpg
, cx_oracle
, cx-oracle
, mariadb
, mypy
, mysql-connector
@@ -89,7 +89,7 @@ buildPythonPackage rec {
      mariadb
    ];
    oracle = [
      cx_oracle
      cx-oracle
    ];
    oracle_oracledb = [
      oracledb
+1 −0
Original line number Diff line number Diff line
@@ -91,6 +91,7 @@ mapAliases ({
  cozy = throw "cozy was removed because it was not actually https://pypi.org/project/Cozy/."; # added 2022-01-14
  cryptography_vectors = "cryptography_vectors is no longer exposed in python*Packages because it is used for testing cryptography only."; # Added 2022-03-23
  cx_Freeze = cx-freeze; # added 2023-08-02
  cx_oracle = cx-oracle; # added 2024-01-03
  d2to1 = throw "d2to1 is archived and no longer works with setuptools v68"; # added 2023-07-30
  dask-xgboost = throw "dask-xgboost was removed because its features are available in xgboost"; # added 2022-05-24
  dateutil = python-dateutil; # added 2021-07-03
+1 −1
Original line number Diff line number Diff line
@@ -2522,7 +2522,7 @@ self: super: with self; {
  cx-freeze = callPackage ../development/python-modules/cx-freeze { };
  cx_oracle = callPackage ../development/python-modules/cx_oracle { };
  cx-oracle = callPackage ../development/python-modules/cx-oracle { };
  cxxfilt = callPackage ../development/python-modules/cxxfilt { };