1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

net/py-pyprowl: Module for sending Prowl notifications

PR:	280003
This commit is contained in:
Xavier Beaudouin 2024-09-05 20:23:46 +02:00 committed by Mateusz Piotrowski
parent 44dab9ebc9
commit 11afd25981
4 changed files with 27 additions and 0 deletions

View File

@ -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

22
net/py-pyprowl/Makefile Normal file
View File

@ -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>

3
net/py-pyprowl/distinfo Normal file
View File

@ -0,0 +1,3 @@
TIMESTAMP = 1697221961
SHA256 (pyprowl-3.0.1.tar.gz) = 915d482a08837916b67129b7708d3233915506dda3aaa1f5b6b0399698f6043a
SIZE (pyprowl-3.0.1.tar.gz) = 3193

1
net/py-pyprowl/pkg-descr Normal file
View File

@ -0,0 +1 @@
Module for sending Prowl notifications.