1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-06 11:41:52 +00:00

devel/py-whistle: Update WWW and clean up pkg-descr

This commit is contained in:
Po-Chuan Hsieh 2024-05-16 14:18:16 +08:00
parent 6173009bab
commit 939a2a02af
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
2 changed files with 2 additions and 3 deletions

View File

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

View File

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