[arch-commits] Commit in python-blosc/repos/community-x86_64 (PKGBUILD PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Tue Feb 4 13:33:33 UTC 2020


    Date: Tuesday, February 4, 2020 @ 13:33:33
  Author: aginiewicz
Revision: 562034

archrelease: copy trunk to community-x86_64

Added:
  python-blosc/repos/community-x86_64/PKGBUILD
    (from rev 562033, python-blosc/trunk/PKGBUILD)
Deleted:
  python-blosc/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   56 ++++++++++++++++++++++++++++----------------------------
 1 file changed, 28 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-04 13:33:26 UTC (rev 562033)
+++ PKGBUILD	2020-02-04 13:33:33 UTC (rev 562034)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname='python-blosc'
-pkgver=1.8.1
-pkgrel=5
-pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
-arch=('x86_64')
-url="http://python-blosc.blosc.org/"
-license=('MIT')
-depends=('python' 'blosc')
-optdepends=('python-numpy: for tests and benchmarks')
-makedepends=('python-setuptools')
-source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('302ec8da715a2058f1e1bd3349cb5dd201c50270e99c04afed5ab0ae998507be')
-
-build() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  export BLOSC_DIR=/usr
-  python setup.py build_clib
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSES/PYTHON-BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-blosc/repos/community-x86_64/PKGBUILD (from rev 562033, python-blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-02-04 13:33:33 UTC (rev 562034)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-blosc
+pkgver=1.8.3
+pkgrel=1
+pkgdesc="A Python wrapper for the extremely fast Blosc compression library"
+arch=('x86_64')
+url="http://python-blosc.blosc.org/"
+license=('MIT')
+depends=('python' 'blosc')
+optdepends=('python-numpy: for tests and benchmarks')
+makedepends=('python-scikit-build')
+source=("https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('b3d7bec1810422a4ef59236a083c29fd59b523d0f7c77d040465f75a2ec9030c')
+
+build() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  export BLOSC_DIR=/usr
+  python setup.py build_clib
+  python setup.py build_ext --inplace
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  python setup.py install --skip-build --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSES/PYTHON-BLOSC.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list