[arch-commits] Commit in python-threadpoolctl/repos/community-any (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Jul 16 17:31:56 UTC 2020


    Date: Thursday, July 16, 2020 @ 17:31:55
  Author: aginiewicz
Revision: 664135

archrelease: copy trunk to community-any

Added:
  python-threadpoolctl/repos/community-any/PKGBUILD
    (from rev 664134, python-threadpoolctl/trunk/PKGBUILD)
Deleted:
  python-threadpoolctl/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-16 17:31:53 UTC (rev 664134)
+++ PKGBUILD	2020-07-16 17:31:55 UTC (rev 664135)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Butui Hu <hot123tea123 at gmail.com>
-
-pkgname=python-threadpoolctl
-pkgver=2.0.0
-pkgrel=1
-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"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz")
-sha256sums=('48b3e3e9ee079d6b5295c65cbe255b36a3026afc6dde3fb49c085cd0c004bbcf')
-
-build() {
-  cd "$srcdir"/threadpoolctl-${pkgver}
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/threadpoolctl-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-threadpoolctl/repos/community-any/PKGBUILD (from rev 664134, python-threadpoolctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-16 17:31:55 UTC (rev 664135)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Butui Hu <hot123tea123 at gmail.com>
+
+pkgname=python-threadpoolctl
+pkgver=2.1.0
+pkgrel=1
+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"
+license=('BSD')
+depends=('python')
+makedepends=('python-setuptools')
+source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz")
+sha256sums=('ddc57c96a38beb63db45d6c159b5ab07b6bced12c45a1f07b2b92f272aebfa6b')
+
+build() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/threadpoolctl-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list