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 @@ -1,22 +1,23 @@ PORTNAME= whistle PORTVERSION= 1.0.1 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= PYPI 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 BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes .include 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 @@ -1,10 +1,8 @@ Whistle is a simple tool that allow your application components to communicate with each other by dispatching events and listening to them. Whistle is an Event Dispatcher library for the Python 3.5+ language. It's 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