pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/parallel
Module Name: pkgsrc
Committed By: adam
Date: Tue May 9 08:04:35 UTC 2023
Modified Files:
pkgsrc/parallel: Makefile
Added Files:
pkgsrc/parallel/py-threadpoolctl: DESCR Makefile PLIST distinfo
Log Message:
py-threadpoolctl: added version 3.1.0
Python helpers to limit the number of threads used in the threadpool-backed of
common native libraries used for scientific computing and data science (e.g.
BLAS and OpenMP).
To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/parallel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/parallel/py-threadpoolctl/DESCR \
pkgsrc/parallel/py-threadpoolctl/Makefile \
pkgsrc/parallel/py-threadpoolctl/PLIST \
pkgsrc/parallel/py-threadpoolctl/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/parallel/Makefile
diff -u pkgsrc/parallel/Makefile:1.38 pkgsrc/parallel/Makefile:1.39
--- pkgsrc/parallel/Makefile:1.38 Sun Dec 18 12:53:18 2022
+++ pkgsrc/parallel/Makefile Tue May 9 08:04:35 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2022/12/18 12:53:18 mef Exp $
+# $NetBSD: Makefile,v 1.39 2023/05/09 08:04:35 adam Exp $
#
COMMENT= Applications dealing with parallelism in computing
@@ -29,6 +29,7 @@ SUBDIR+= pocl
SUBDIR+= pvm3
SUBDIR+= py-billiard
SUBDIR+= py-ipyparallel
+SUBDIR+= py-threadpoolctl
SUBDIR+= sge
SUBDIR+= slurm-wlm
SUBDIR+= spirv-headers
Added files:
Index: pkgsrc/parallel/py-threadpoolctl/DESCR
diff -u /dev/null pkgsrc/parallel/py-threadpoolctl/DESCR:1.1
--- /dev/null Tue May 9 08:04:35 2023
+++ pkgsrc/parallel/py-threadpoolctl/DESCR Tue May 9 08:04:35 2023
@@ -0,0 +1,3 @@
+Python helpers to limit the number of threads used in the threadpool-backed of
+common native libraries used for scientific computing and data science (e.g.
+BLAS and OpenMP).
Index: pkgsrc/parallel/py-threadpoolctl/Makefile
diff -u /dev/null pkgsrc/parallel/py-threadpoolctl/Makefile:1.1
--- /dev/null Tue May 9 08:04:35 2023
+++ pkgsrc/parallel/py-threadpoolctl/Makefile Tue May 9 08:04:35 2023
@@ -0,0 +1,25 @@
+# $NetBSD: Makefile,v 1.1 2023/05/09 08:04:35 adam Exp $
+
+DISTNAME= threadpoolctl-3.1.0
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/-/}
+CATEGORIES= parallel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=t/threadpoolctl/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+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
+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"
Index: pkgsrc/parallel/py-threadpoolctl/PLIST
diff -u /dev/null pkgsrc/parallel/py-threadpoolctl/PLIST:1.1
--- /dev/null Tue May 9 08:04:35 2023
+++ pkgsrc/parallel/py-threadpoolctl/PLIST Tue May 9 08:04:35 2023
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2023/05/09 08:04:35 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/INSTALLER
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/REQUESTED
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/direct_url.json
+${PYSITELIB}/threadpoolctl.py
+${PYSITELIB}/threadpoolctl.pyc
Index: pkgsrc/parallel/py-threadpoolctl/distinfo
diff -u /dev/null pkgsrc/parallel/py-threadpoolctl/distinfo:1.1
--- /dev/null Tue May 9 08:04:35 2023
+++ pkgsrc/parallel/py-threadpoolctl/distinfo Tue May 9 08:04:35 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/05/09 08:04:35 adam Exp $
+
+BLAKE2s (threadpoolctl-3.1.0.tar.gz) = 117bf70a2383e5dbfca19258cf9b9ba4035f21bac214b77660c6537ba1524867
+SHA512 (threadpoolctl-3.1.0.tar.gz) = 95ca31084d5f856f382469e7a6ee927d769aa5792971d0e54510d38cae303e08e03af3ad8b2d1c6a11bc6a597182cb499145d1eb1b1bb0f8ede508df6171165e
+Size (threadpoolctl-3.1.0.tar.gz) = 33651 bytes
Home |
Main Index |
Thread Index |
Old Index