Date: Wednesday, April 12, 2023 @ 17:43:22
  Author: arojas
Revision: 1444974

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2023-04-12 17:43:14 UTC (rev 1444973)
+++ PKGBUILD    2023-04-12 17:43:22 UTC (rev 1444974)
@@ -1,35 +0,0 @@
-# Maintainer: Andrzej Giniewicz <[email protected]>
-# Maintainer: Bruno Pagani <[email protected]>
-# Contributor: Michael Schubert <mschu.dev at gmail>
-# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
-
-pkgname=python-bottleneck
-pkgver=1.3.6
-pkgrel=1
-pkgdesc="Fast NumPy array functions written in Cython"
-arch=(x86_64)
-url="https://github.com/kwgoodman/bottleneck";
-license=(BSD)
-depends=(python-numpy)
-makedepends=(python-setuptools)
-checkdepends=(python-pytest)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('d01d4687a67817a208fafd136b3700dbe7ad068af41e8cd98bf27328fed6c512')
-
-build() {
-  cd bottleneck-${pkgver}
-  python setup.py build
-}
-
-check() {
-  cd bottleneck-${pkgver}
-  python -m venv --system-site-packages test-env
-  test-env/bin/python setup.py install --skip-build
-  test-env/bin/python /usr/bin/pytest -vv --color=yes --pyargs bottleneck
-}
-
-package() {
-  cd bottleneck-${pkgver}
-  python setup.py install --skip-build --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
-}

Copied: python-bottleneck/repos/community-x86_64/PKGBUILD (from rev 1444973, 
python-bottleneck/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2023-04-12 17:43:22 UTC (rev 1444974)
@@ -0,0 +1,36 @@
+# Maintainer: Andrzej Giniewicz <[email protected]>
+# Maintainer: Bruno Pagani <[email protected]>
+# Contributor: Michael Schubert <mschu.dev at gmail>
+# Contributor: Panagiotis Mavrogiorgos (pmav99) <> (gmail)
+
+pkgname=python-bottleneck
+pkgver=1.3.7
+pkgrel=1
+pkgdesc="Fast NumPy array functions written in Cython"
+arch=(x86_64)
+url="https://github.com/kwgoodman/bottleneck";
+license=(BSD)
+depends=(python-numpy)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest)
+#source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
+source=($pkgname-$pkgver.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz) # 
https://bugs.archlinux.org/task/77683
+sha256sums=('12bd41b798b752d579d062b932aea4acc8a13729983b43ae7fcae1a0ec110c87')
+
+build() {
+  cd bottleneck-${pkgver}
+  python setup.py build
+}
+
+check() {
+  cd bottleneck-${pkgver}
+  python -m venv --system-site-packages test-env
+  test-env/bin/python setup.py install --skip-build
+  test-env/bin/python /usr/bin/pytest -vv --color=yes --pyargs bottleneck
+}
+
+package() {
+  cd bottleneck-${pkgver}
+  python setup.py install --skip-build --root="${pkgdir}" --optimize=1
+  install -Dm644 LICENSE -t "${pkgdir}"/usr/share/licenses/${pkgname}/
+}

Reply via email to