git: f031c97da14d - main - math/py-rustworkx: Correct license; Remove USE_PYTHON=concurrent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 08 Aug 2022 18:45:01 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=f031c97da14dddcb0993b4a7c9932f4d01409da1 commit f031c97da14dddcb0993b4a7c9932f4d01409da1 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2022-08-08 18:05:00 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2022-08-08 18:31:21 +0000 math/py-rustworkx: Correct license; Remove USE_PYTHON=concurrent --- math/py-rustworkx/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 1a58b4147417..2bcaf77c819d 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -8,13 +8,14 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= High performance Python graph library implemented in Rust -LICENSE= BSD3CLAUSE +LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools-rust>0:devel/py-setuptools-rust@${PY_FLAVOR} RUN_DEPENDS= ${PYNUMPY} USES= cargo python:3.7+ -USE_PYTHON= autoplist concurrent distutils pytest # all tests fail to run, see https://github.com/Qiskit/rustworkx/issues/655 +USE_PYTHON= autoplist distutils pytest # all tests fail to run, see https://github.com/Qiskit/rustworkx/issues/655 USE_GITHUB= yes GH_ACCOUNT= Qiskit