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

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Sep 12 15:01:35 UTC 2020


    Date: Saturday, September 12, 2020 @ 15:01:35
  Author: aginiewicz
Revision: 704053

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   58 +++++++++++++++++++++++++++++-----------------------------
 1 file changed, 29 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 15:01:28 UTC (rev 704052)
+++ PKGBUILD	2020-09-12 15:01:35 UTC (rev 704053)
@@ -1,29 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-
-pkgname=python-blosc
-pkgver=1.9.1
-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' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
-sha256sums=('ffc884439a12409aa4e8945e21dc920d6bc21807357c51d24c7f0a27ae4f79b9')
-
-build() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  BLOSC_DIR=/usr
-  python setup.py build_clib
-  python setup.py build_ext --inplace
-  python setup.py build
-}
-
-package() {
-  cd "$srcdir"/${pkgbase}-${pkgver}
-  BLOSC_DIR=/usr
-  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 704052, python-blosc/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-09-12 15:01:35 UTC (rev 704053)
@@ -0,0 +1,29 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+
+pkgname=python-blosc
+pkgver=1.9.2
+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' 'ninja')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Blosc/python-blosc/archive/v${pkgver}.tar.gz")
+sha256sums=('fd03dc3845b2434a3eab57369042388a8ea99f254b8ea494b4b8b1a0595c8a9a')
+
+build() {
+  cd "$srcdir"/${pkgbase}-${pkgver}
+  BLOSC_DIR=/usr
+  export BLOSC_DIR
+  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