FreeBSD Bugzilla – Attachment 251707 Details for
Bug 280003
[NEW-PORT] net/py-pyprowl: Module for sending Prowl notifications
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
git diff for py-pyprowl
0003-pyprowl-is-a-module-for-sending-prowl-notifications.patch (text/plain), 1.66 KB, created by
Xavier Beaudouin
on 2024-06-26 10:20:24 UTC
(
hide
)
Description:
git diff for py-pyprowl
Filename:
MIME Type:
Creator:
Xavier Beaudouin
Created:
2024-06-26 10:20:24 UTC
Size:
1.66 KB
patch
obsolete
>From b4f4b971701582fe57208c1b7c2e4409bc665b79 Mon Sep 17 00:00:00 2001 >From: Xavier Beaudouin <kiwi@oav.net> >Date: Wed, 26 Jun 2024 12:16:45 +0200 >Subject: [PATCH 3/3] pyprowl is a module for sending prowl notifications > >--- > net/py-pyprowl/Makefile | 21 +++++++++++++++++++++ > net/py-pyprowl/distinfo | 3 +++ > net/py-pyprowl/pkg-descr | 1 + > 3 files changed, 25 insertions(+) > create mode 100644 net/py-pyprowl/Makefile > create mode 100644 net/py-pyprowl/distinfo > create mode 100644 net/py-pyprowl/pkg-descr > >diff --git a/net/py-pyprowl/Makefile b/net/py-pyprowl/Makefile >new file mode 100644 >index 000000000000..d1b73b544a14 >--- /dev/null >+++ b/net/py-pyprowl/Makefile >@@ -0,0 +1,21 @@ >+PORTNAME= pyprowl >+PORTVERSION= 3.0.1 >+CATEGORIES= net python >+MASTER_SITES= PYPI >+PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} >+ >+MAINTAINER= kiwi@oav.net >+COMMENT= Module for sending Prowl notifications >+WWW= https://github.com/toddrob99/pyprowl >+ >+LICENSE= GPLv3 >+ >+USES= python >+USE_PYTHON= allflavors distutils pep517 autoplist >+ >+NO_ARCH= yes >+ >+DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} >+PORTDOCS= * >+ >+.include <bsd.port.mk> >diff --git a/net/py-pyprowl/distinfo b/net/py-pyprowl/distinfo >new file mode 100644 >index 000000000000..eb2ba4da0112 >--- /dev/null >+++ b/net/py-pyprowl/distinfo >@@ -0,0 +1,3 @@ >+TIMESTAMP = 1697221961 >+SHA256 (pyprowl-3.0.1.tar.gz) = 915d482a08837916b67129b7708d3233915506dda3aaa1f5b6b0399698f6043a >+SIZE (pyprowl-3.0.1.tar.gz) = 3193 >diff --git a/net/py-pyprowl/pkg-descr b/net/py-pyprowl/pkg-descr >new file mode 100644 >index 000000000000..c683a5ccf20e >--- /dev/null >+++ b/net/py-pyprowl/pkg-descr >@@ -0,0 +1 @@ >+Module for sending Prowl notifications >-- >2.45.2 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 280003
:
251707
|
253358
|
253375