python3Packages.ntfy-webpush: init at 0.1.3

This commit is contained in:
Robert Schütz
2025-10-27 14:42:39 -07:00
parent a100b0f014
commit 3e1cc243db
3 changed files with 6 additions and 6 deletions
-2
View File
@@ -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;
};
@@ -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
View File
@@ -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 { };