FreeBSD Bugzilla – Attachment 253358 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]
update git-format patch
0001-NEW-PORT-net-py-pyprowl-Module-for-sending-Prowl-not.patch (text/plain), 2.03 KB, created by
Xavier Beaudouin
on 2024-09-05 18:26:02 UTC
(
hide
)
Description:
update git-format patch
Filename:
MIME Type:
Creator:
Xavier Beaudouin
Created:
2024-09-05 18:26:02 UTC
Size:
2.03 KB
patch
obsolete
>From 8dd775427fc4d0d7ff3b09a85de065c8cd1d3906 Mon Sep 17 00:00:00 2001 >From: Xavier Beaudouin <kiwi@oav.net> >Date: Thu, 5 Sep 2024 20:23:46 +0200 >Subject: [PATCH] [NEW-PORT] net/py-pyprowl: Module for sending Prowl > notifications > >--- > net/Makefile | 1 + > net/py-pyprowl/Makefile | 22 ++++++++++++++++++++++ > net/py-pyprowl/distinfo | 3 +++ > net/py-pyprowl/pkg-descr | 1 + > 4 files changed, 27 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/Makefile b/net/Makefile >index 362b9ea3a408..3ee718b6a3da 100644 >--- a/net/Makefile >+++ b/net/Makefile >@@ -1108,6 +1108,7 @@ > SUBDIR += py-pynsq > SUBDIR += py-pypacker > SUBDIR += py-pypcap >+ SUBDIR += py-pyprowl > SUBDIR += py-pyroute2 > SUBDIR += py-pyroute2.minimal > SUBDIR += py-pyroute2.protocols >diff --git a/net/py-pyprowl/Makefile b/net/py-pyprowl/Makefile >new file mode 100644 >index 000000000000..733da93604be >--- /dev/null >+++ b/net/py-pyprowl/Makefile >@@ -0,0 +1,22 @@ >+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= distutils pep517 autoplist >+ >+DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME} >+ >+NO_ARCH= yes >+ >+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.46.0 >
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