Skip to content

Commit

Permalink
py-threadpoolctl: updated to 3.3.0
Browse files Browse the repository at this point in the history
3.3.0 (2024-02-14)
==================

- Extended FlexiBLAS support to be able to switch backend at runtime.
  joblib/threadpoolctl#163

- Added support for FlexiBLAS
  joblib/threadpoolctl#156

- Fixed a bug where an unsupported library would be detected because it shares a common
  prefix with one of the supported libraries. Now the symbols are also checked to
  identify the supported libraries.
  joblib/threadpoolctl#151
  • Loading branch information
adam committed Feb 14, 2024
1 parent 37c57f0 commit 1a07bfc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 12 deletions.
11 changes: 3 additions & 8 deletions parallel/py-threadpoolctl/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.3 2023/10/28 19:57:13 wiz Exp $
# $NetBSD: Makefile,v 1.4 2024/02/14 21:31:01 adam Exp $

DISTNAME= threadpoolctl-3.2.0
DISTNAME= threadpoolctl-3.3.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
PKGREVISION= 1
CATEGORIES= parallel python
MASTER_SITES= ${MASTER_SITE_PYPI:=t/threadpoolctl/}

Expand All @@ -11,16 +10,12 @@ HOMEPAGE= https://github.com/joblib/threadpoolctl
COMMENT= Helpers to limit the number of threads used
LICENSE= modified-bsd

TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=2:../../devel/py-flit_core
TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov

USE_LANGUAGES= # none

PYTHON_VERSIONS_INCOMPATIBLE= 27

do-test:
cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests

.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
8 changes: 4 additions & 4 deletions parallel/py-threadpoolctl/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.2 2023/07/17 19:41:04 adam Exp $
$NetBSD: distinfo,v 1.3 2024/02/14 21:31:01 adam Exp $

BLAKE2s (threadpoolctl-3.2.0.tar.gz) = edac7c5ebdf3dd5f8ee3a14dcce671109f4d44a0b283551967c388efc9af9516
SHA512 (threadpoolctl-3.2.0.tar.gz) = 8b79dee2dd01676e53db190311179173b26ea7f58ee9fcbef3b851ff5b25ca7ac8e74890692ad9343153c775a00f5d386c216c137dde01b6256f8d94ec5c2c46
Size (threadpoolctl-3.2.0.tar.gz) = 36266 bytes
BLAKE2s (threadpoolctl-3.3.0.tar.gz) = acaefeac4fbd7d1d79237262b7580a9d1fc9532930af0b9705c099a774ce0b42
SHA512 (threadpoolctl-3.3.0.tar.gz) = e1f5602f60b973230f6af9b88384c906637f9c47c8f3c70781ca8e8913b62caa4febb511fd4be5331a2432a8b6f582757a3a92aa67083f301bced7ac025e3578
Size (threadpoolctl-3.3.0.tar.gz) = 41035 bytes

0 comments on commit 1a07bfc

Please sign in to comment.