Date: Fri, 6 Sep 2024 09:04:33 GMT From: Mateusz Piotrowski <0mp@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 11afd25981c8 - main - net/py-pyprowl: Module for sending Prowl notifications Message-ID: <202409060904.48694Xo3037608@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by 0mp: URL: https://cgit.FreeBSD.org/ports/commit/?id=11afd25981c86d9cbded97fe595c9150cedc119d commit 11afd25981c86d9cbded97fe595c9150cedc119d Author: Xavier Beaudouin <kiwi@oav.net> AuthorDate: 2024-09-05 18:23:46 +0000 Commit: Mateusz Piotrowski <0mp@FreeBSD.org> CommitDate: 2024-09-06 09:02:36 +0000 net/py-pyprowl: Module for sending Prowl notifications PR: 280003 --- net/Makefile | 1 + net/py-pyprowl/Makefile | 22 ++++++++++++++++++++++ net/py-pyprowl/distinfo | 3 +++ net/py-pyprowl/pkg-descr | 1 + 4 files changed, 27 insertions(+) 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..6aafb8a2c09e --- /dev/null +++ b/net/py-pyprowl/pkg-descr @@ -0,0 +1 @@ +Module for sending Prowl notifications.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409060904.48694Xo3037608>