Commit 3e1cc243 authored by Robert Schütz's avatar Robert Schütz
Browse files

python3Packages.ntfy-webpush: init at 0.1.3

parent a100b0f0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ let
  python = python3.override {
    self = python;
    packageOverrides = self: super: {
      ntfy-webpush = self.callPackage ./webpush.nix { };

      # databases, on which slack-sdk depends, is incompatible with SQLAlchemy 2.0
      sqlalchemy = super.sqlalchemy_1_4;
    };
+4 −4
Original line number Diff line number Diff line
@@ -15,8 +15,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "dschep";
    repo = "ntfy-webpush";
    rev = "v${version}";
    sha256 = "1dxlvq3glf8yjkn1hdk89rx1s4fi9ygg46yn866a9v7a5a83zx2n";
    tag = "v${version}";
    hash = "sha256-VvQ/kCrq7KSMQdYb8p5P0REdek5oNhjslB45+gbetLc=";
  };

  postPatch = ''
@@ -35,10 +35,10 @@ buildPythonPackage rec {
  # no tests, just a script
  doCheck = false;

  meta = with lib; {
  meta = {
    description = "Cloudbell webpush notification support for ntfy";
    homepage = "https://dschep.github.io/ntfy-webpush/";
    license = licenses.mit;
    license = lib.licenses.mit;
    maintainers = [ ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -10700,6 +10700,8 @@ self: super: with self; {
  ntc-templates = callPackage ../development/python-modules/ntc-templates { };
  ntfy-webpush = callPackage ../development/python-modules/ntfy-webpush { };
  ntplib = callPackage ../development/python-modules/ntplib { };
  nuclear = callPackage ../development/python-modules/nuclear { };