[arch-commits] Commit in python-threadpoolctl/repos/community-staging-any (2 files)

Felix Yan felixonmars at gemini.archlinux.org
Wed Dec 1 21:48:17 UTC 2021


    Date: Wednesday, December 1, 2021 @ 21:48:17
  Author: felixonmars
Revision: 1061184

archrelease: copy trunk to community-staging-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-01 21:48:16 UTC (rev 1061183)
+++ PKGBUILD	2021-12-01 21:48:17 UTC (rev 1061184)
@@ -1,25 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Butui Hu <hot123tea123 at gmail.com>
-
-pkgname=python-threadpoolctl
-pkgver=2.2.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"
-license=('BSD')
-depends=('python')
-makedepends=('python-setuptools')
-source=("https://files.pythonhosted.org/packages/source/t/threadpoolctl/threadpoolctl-${pkgver}.tar.gz")
-sha256sums=('86d4b6801456d780e94681d155779058759eaef3c3564758b17b6c99db5f81cb')
-
-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-staging-any/PKGBUILD (from rev 1061178, python-threadpoolctl/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-01 21:48:17 UTC (rev 1061184)
@@ -0,0 +1,25 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Butui Hu <hot123tea123 at gmail.com>
+
+pkgname=python-threadpoolctl
+pkgver=2.2.0
+pkgrel=3
+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=('86d4b6801456d780e94681d155779058759eaef3c3564758b17b6c99db5f81cb')
+
+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