python3Packages.postgrest: rename from postgrest-py
This commit is contained in:
+1
-1
@@ -12,7 +12,7 @@
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "postgrest-py";
|
||||
pname = "postgrest";
|
||||
version = "1.1.1";
|
||||
pyproject = true;
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
fetchFromGitHub,
|
||||
poetry-core,
|
||||
gotrue,
|
||||
postgrest-py,
|
||||
postgrest,
|
||||
realtime,
|
||||
storage3,
|
||||
supafunc,
|
||||
@@ -32,7 +32,7 @@ buildPythonPackage rec {
|
||||
pythonRelaxDeps = true;
|
||||
|
||||
dependencies = [
|
||||
postgrest-py
|
||||
postgrest
|
||||
realtime
|
||||
gotrue
|
||||
httpx
|
||||
|
||||
@@ -516,6 +516,7 @@ mapAliases ({
|
||||
Polygon3 = polygon3; # Added 2023-08-08
|
||||
posix_ipc = posix-ipc; # added 2024-01-07
|
||||
poster3 = throw "poster3 is unmaintained and source is no longer available"; # added 2023-05-29
|
||||
postgrest-py = postgrest; # added 2024-08-29
|
||||
postorius = throw "Please use pkgs.mailmanPackages.postorius"; # added 2022-04-29
|
||||
powerlineMemSegment = powerline-mem-segment; # added 2021-10-08
|
||||
prayer-times-calculator = prayer-times-calculator-offline; # added 2024-08-11
|
||||
|
||||
@@ -11918,7 +11918,7 @@ self: super: with self; {
|
||||
|
||||
posix-ipc = callPackage ../development/python-modules/posix-ipc { };
|
||||
|
||||
postgrest-py = callPackage ../development/python-modules/postgrest-py { };
|
||||
postgrest = callPackage ../development/python-modules/postgrest { };
|
||||
|
||||
posthog = callPackage ../development/python-modules/posthog { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user