Unverified Commit efd45be8 authored by Lein Matsumaru's avatar Lein Matsumaru
Browse files

python3Packages.pycasbin: rename to python3Packages.pycasbin

parent 93d285d0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
}:

buildPythonPackage rec {
  pname = "casbin";
  pname = "pycasbin";
  version = "1.45.0";
  pyproject = true;

+1 −0
Original line number Diff line number Diff line
@@ -134,6 +134,7 @@ mapAliases ({
  caffeWithCuda = throw "caffeWithCuda has been removed, as it was broken and required CUDA 10"; # Added 2024-11-20
  can = python-can; # added 2024-08-12
  carrot = throw "carrot has been removed, as its development was discontinued in 2012"; # added 2022-01-18
  casbin = pycasbin; # added 2025-06-12
  case = throw "case has been removed, since it is an unused leaf package with a dependency on the nose test framework"; # added 2024-07-08
  cchardet = faust-cchardet; # added 2023-03-02
  cepa = throw "cepa has been removed, as onionshare switched back to stem"; # added 2024-05-07
+2 −2
Original line number Diff line number Diff line
@@ -2275,8 +2275,6 @@ self: super: with self; {
    }
  );
  casbin = callPackage ../development/python-modules/casbin { };
  case-converter = callPackage ../development/python-modules/case-converter { };
  cashaddress = callPackage ../development/python-modules/cashaddress { };
@@ -12219,6 +12217,8 @@ self: super: with self; {
  pycarwings2 = callPackage ../development/python-modules/pycarwings2 { };
  pycasbin = callPackage ../development/python-modules/pycasbin { };
  pycatch22 = callPackage ../development/python-modules/pycatch22 { };
  pycategories = callPackage ../development/python-modules/pycategories { };