Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Mar 2021 18:11:27 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r567166 - head/devel/py-websockify
Message-ID:  <202103031811.123IBRxL047747@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Wed Mar  3 18:11:26 2021
New Revision: 567166
URL: https://svnweb.freebsd.org/changeset/ports/567166

Log:
  Remove PYNUMPY

Modified:
  head/devel/py-websockify/Makefile

Modified: head/devel/py-websockify/Makefile
==============================================================================
--- head/devel/py-websockify/Makefile	Wed Mar  3 18:11:22 2021	(r567165)
+++ head/devel/py-websockify/Makefile	Wed Mar  3 18:11:26 2021	(r567166)
@@ -12,7 +12,7 @@ COMMENT=	WebSockets support for any application/server
 
 LICENSE=	LGPL3
 
-RUN_DEPENDS=	${PYNUMPY}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}numpy>=0,1:math/py-numpy@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist concurrent distutils



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