python311Packages.cx-oracle: rename from cx_oracle
This commit is contained in:
committed by
Martin Weinelt
parent
dbc85690de
commit
7dd34690ec
+3
-2
@@ -1,13 +1,14 @@
|
||||
{ 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";
|
||||
};
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{ 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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 { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user