Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Dec 2021 19:42:24 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: e69a6a9cd905 - main - devel/py-dask: Sort USES
Message-ID:  <202112211942.1BLJgO0V026795@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet:

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

commit e69a6a9cd905f9b996078b666688ce1cd5ec285f
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 18:48:02 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 18:48:02 +0000

    devel/py-dask: Sort USES
---
 devel/py-dask/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/devel/py-dask/Makefile b/devel/py-dask/Makefile
index df764c405aee..8c00e03a0933 100644
--- a/devel/py-dask/Makefile
+++ b/devel/py-dask/Makefile
@@ -20,13 +20,13 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}cloudpickle>=1.1.1:devel/py-cloudpickle@${PY
 		${PYTHON_PKGNAMEPREFIX}toolz>=0.8.2:devel/py-toolz@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}
 
-USES=		python:3.7+ cpe
+USES=		cpe python:3.7+
 USE_PYTHON=	autoplist concurrent distutils
 
-CPE_VENDOR=	anaconda
-
 NO_ARCH=	yes
 
+CPE_VENDOR=	anaconda
+
 OPTIONS_DEFINE=	ARRAY DATAFRAME DIAGNOSTICS
 ARRAY_DESC=	Subset of the NumPy ndarray interface
 DATAFRAME_DESC=	Composed of many smaller Pandas DataFrames



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