Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 May 2024 06:30:54 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 939a2a02afdf - main - devel/py-whistle: Update WWW and clean up pkg-descr
Message-ID:  <202405160630.44G6Usld044401@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=939a2a02afdf75525e895cb7ccbceae9a79b77a2

commit 939a2a02afdf75525e895cb7ccbceae9a79b77a2
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-05-16 06:18:16 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-05-16 06:22:08 +0000

    devel/py-whistle: Update WWW and clean up pkg-descr
---
 devel/py-whistle/Makefile  | 3 ++-
 devel/py-whistle/pkg-descr | 2 --
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/devel/py-whistle/Makefile b/devel/py-whistle/Makefile
index 426cf27924c5..c12faa5869bf 100644
--- a/devel/py-whistle/Makefile
+++ b/devel/py-whistle/Makefile
@@ -7,7 +7,8 @@ PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
 MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Event dispatcher
-WWW=		https://python-whistle.github.io/
+WWW=		https://python-whistle.github.io/ \
+		https://github.com/python-whistle/whistle
 
 LICENSE=	APACHE20
 
diff --git a/devel/py-whistle/pkg-descr b/devel/py-whistle/pkg-descr
index 6212260abca3..5dc1893fcf41 100644
--- a/devel/py-whistle/pkg-descr
+++ b/devel/py-whistle/pkg-descr
@@ -6,5 +6,3 @@ largely inspired from Symfony's EventDispatcher component.
 
 Using an event dispatcher is a great way to write loosely coupled extensible
 code, having each part only communicate using light events.
-
-See also: https://github.com/python-whistle/whistle


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405160630.44G6Usld044401>