* update python-threadpoolctl to 3.5.0-2
This commit is contained in:
parent
6e80e941a0
commit
f91e482064
@ -1,7 +1,7 @@
|
|||||||
pkgbase = python-threadpoolctl
|
pkgbase = python-threadpoolctl
|
||||||
pkgdesc = Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool
|
pkgdesc = Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool
|
||||||
pkgver = 3.4.0
|
pkgver = 3.5.0
|
||||||
pkgrel = 3
|
pkgrel = 2
|
||||||
url = https://github.com/joblib/threadpoolctl
|
url = https://github.com/joblib/threadpoolctl
|
||||||
arch = any
|
arch = any
|
||||||
license = BSD
|
license = BSD
|
||||||
@ -9,7 +9,7 @@ pkgbase = python-threadpoolctl
|
|||||||
makedepends = python-installer
|
makedepends = python-installer
|
||||||
makedepends = python-flit-core
|
makedepends = python-flit-core
|
||||||
depends = python
|
depends = python
|
||||||
source = https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.4.0.tar.gz
|
source = https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-3.5.0.tar.gz
|
||||||
sha256sums = f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196
|
sha256sums = 082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107
|
||||||
|
|
||||||
pkgname = python-threadpoolctl
|
pkgname = python-threadpoolctl
|
||||||
|
@ -3,8 +3,8 @@
|
|||||||
# Contributor: Butui Hu <hot123tea123@gmail.com>
|
# Contributor: Butui Hu <hot123tea123@gmail.com>
|
||||||
|
|
||||||
pkgname=python-threadpoolctl
|
pkgname=python-threadpoolctl
|
||||||
pkgver=3.4.0
|
pkgver=3.5.0
|
||||||
pkgrel=3
|
pkgrel=2
|
||||||
pkgdesc="Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool"
|
pkgdesc="Python helpers to limit the number of threads used in native libraries that handle their own internal threadpool"
|
||||||
arch=(any)
|
arch=(any)
|
||||||
url="https://github.com/joblib/threadpoolctl"
|
url="https://github.com/joblib/threadpoolctl"
|
||||||
@ -12,7 +12,7 @@ license=('BSD')
|
|||||||
depends=('python')
|
depends=('python')
|
||||||
makedepends=('python-build' 'python-installer' 'python-flit-core')
|
makedepends=('python-build' 'python-installer' 'python-flit-core')
|
||||||
source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz")
|
source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz")
|
||||||
sha256sums=('f11b491a03661d6dd7ef692dd422ab34185d982466c49c8f98c8f716b5c93196')
|
sha256sums=('082433502dd922bf738de0d8bcc4fdcbf0979ff44c42bd40f5af8a282f6fa107')
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd "$srcdir"/threadpoolctl-${pkgver}
|
cd "$srcdir"/threadpoolctl-${pkgver}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user