svn commit: r567167 - head/devel/py-whistle

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Wed Mar 3 18:11:36 UTC 2021


Author: sunpoet
Date: Wed Mar  3 18:11:31 2021
New Revision: 567167
URL: https://svnweb.freebsd.org/changeset/ports/567167

Log:
  Cosmetic change

Modified:
  head/devel/py-whistle/Makefile

Modified: head/devel/py-whistle/Makefile
==============================================================================
--- head/devel/py-whistle/Makefile	Wed Mar  3 18:11:26 2021	(r567166)
+++ head/devel/py-whistle/Makefile	Wed Mar  3 18:11:31 2021	(r567167)
@@ -12,8 +12,9 @@ COMMENT=	Event dispatcher
 
 LICENSE=	APACHE20
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist distutils
 USES=		python:3.5+
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list