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

Andrzej Giniewicz aginiewicz at archlinux.org
Thu Oct 3 20:34:43 UTC 2019


    Date: Thursday, October 3, 2019 @ 20:34:42
  Author: aginiewicz
Revision: 512561

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-03 20:34:34 UTC (rev 512560)
+++ PKGBUILD	2019-10-03 20:34:42 UTC (rev 512561)
@@ -1,28 +0,0 @@
-# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
-# Contributor: Michael Schubert <mschu.dev at gmail>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname='python-bottleneck'
-pkgver=1.2.1
-pkgrel=4
-pkgdesc="Fast NumPy array functions written in Cython"
-arch=('x86_64')
-url="https://github.com/kwgoodman/bottleneck"
-license=('BSD')
-makedepends=('python-setuptools')
-depends=('python-numpy')
-optdepends=('python-nose: needed for integrated test suite'
-            'python-scipy: needed for integrated benchmarks')
-source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz")
-sha256sums=('268a21f451f1fe3749619c64d36e9feda84fefdcb82a4701a3e63a9430874b22')
-
-build() {
-  cd "$srcdir"/bottleneck-${pkgver}
-  python setup.py build
-}
-
-package_python-bottleneck() {
-  cd "$srcdir"/bottleneck-${pkgver}
-  python setup.py install --skip-build --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: python-bottleneck/repos/community-x86_64/PKGBUILD (from rev 512560, python-bottleneck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-03 20:34:42 UTC (rev 512561)
@@ -0,0 +1,28 @@
+# Maintainer: Andrzej Giniewicz <gginiu at gmail.com>
+# Contributor: Michael Schubert <mschu.dev at gmail>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname='python-bottleneck'
+pkgver=1.2.1
+pkgrel=5
+pkgdesc="Fast NumPy array functions written in Cython"
+arch=('x86_64')
+url="https://github.com/kwgoodman/bottleneck"
+license=('BSD')
+makedepends=('python-setuptools')
+depends=('python-numpy')
+optdepends=('python-nose: needed for integrated test suite'
+            'python-scipy: needed for integrated benchmarks')
+source=("https://github.com/kwgoodman/bottleneck/archive/v${pkgver}.tar.gz")
+sha256sums=('268a21f451f1fe3749619c64d36e9feda84fefdcb82a4701a3e63a9430874b22')
+
+build() {
+  cd "$srcdir"/bottleneck-${pkgver}
+  python setup.py build
+}
+
+package() {
+  cd "$srcdir"/bottleneck-${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