python3Packages.postgrest: rename from postgrest-py

This commit is contained in:
Robert Schütz
2025-08-29 19:16:50 -07:00
parent 6b2cb6aec7
commit 85a8f5e6c2
4 changed files with 5 additions and 4 deletions
@@ -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
+1
View File
@@ -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
+1 -1
View File
@@ -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 { };