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