View | Details | Raw Unified | Return to bug 280003 | Differences between
and this patch

Collapse All | Expand All

(-)b/net/py-pyprowl/Makefile (+21 lines)
Added Link Here
1
PORTNAME=	pyprowl
2
PORTVERSION=	3.0.1
3
CATEGORIES=	net python
4
MASTER_SITES=	PYPI
5
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
7
MAINTAINER=	kiwi@oav.net
8
COMMENT=	Module for sending Prowl notifications
9
WWW=		https://github.com/toddrob99/pyprowl
10
11
LICENSE=	GPLv3
12
13
USES=		python
14
USE_PYTHON=	allflavors distutils pep517 autoplist
15
16
NO_ARCH=	yes
17
18
DOCSDIR=	${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}
19
PORTDOCS=	*
20
21
.include <bsd.port.mk>
(-)b/net/py-pyprowl/distinfo (+3 lines)
Added Link Here
1
TIMESTAMP = 1697221961
2
SHA256 (pyprowl-3.0.1.tar.gz) = 915d482a08837916b67129b7708d3233915506dda3aaa1f5b6b0399698f6043a
3
SIZE (pyprowl-3.0.1.tar.gz) = 3193
(-)b/net/py-pyprowl/pkg-descr (-1 / +1 lines)
Added Link Here
0
- 
1
Module for sending Prowl notifications

Return to bug 280003