[arch-commits] Commit in python-reedsolo/repos/community-testing-x86_64 (2 files)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sat Dec 11 06:15:11 UTC 2021


    Date: Saturday, December 11, 2021 @ 06:15:11
  Author: foutrelis
Revision: 1068183

archrelease: copy trunk to community-testing-x86_64

Added:
  python-reedsolo/repos/community-testing-x86_64/PKGBUILD
    (from rev 1068182, python-reedsolo/trunk/PKGBUILD)
Deleted:
  python-reedsolo/repos/community-testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-11 06:15:07 UTC (rev 1068182)
+++ PKGBUILD	2021-12-11 06:15:11 UTC (rev 1068183)
@@ -1,37 +0,0 @@
-# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
-
-pkgname=python-reedsolo
-pkgver=1.5.4
-pkgrel=3
-pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
-arch=('x86_64')
-url="https://github.com/tomerfiliba/reedsolomon"
-license=('MIT')
-makedepends=('python' 'cython')
-depends=('python')
-source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
-sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
-
-prepare() {
-  cd "reedsolomon-${pkgver}"
-  # https://github.com/tomerfiliba/reedsolomon/issues/36
-  rm creedsolo.c
-}
-
-build() {
-  cd "reedsolomon-${pkgver}"
-  python3 setup.py build
-}
-
-check() {
-  cd "reedsolomon-${pkgver}"
-  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
-
-  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m unittest discover tests
-}
-
-package() {
-  cd "reedsolomon-${pkgver}"
-  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
-  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-}

Copied: python-reedsolo/repos/community-testing-x86_64/PKGBUILD (from rev 1068182, python-reedsolo/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-11 06:15:11 UTC (rev 1068183)
@@ -0,0 +1,37 @@
+# Maintainer: Jelle van der Waa <jelle at vdwaa.nl>
+
+pkgname=python-reedsolo
+pkgver=1.5.4
+pkgrel=4
+pkgdesc="A pure-python universal errors-and-erasures Reed-Solomon Codec"
+arch=('x86_64')
+url="https://github.com/tomerfiliba/reedsolomon"
+license=('MIT')
+makedepends=('python' 'cython')
+depends=('python' 'python-setuptools')
+source=($pkgname-$pkgver.tar.gz::https://github.com/tomerfiliba/reedsolomon/archive/v${pkgver}.tar.gz)
+sha512sums=('c738f817c8f536ee86e5bcd3de73a4cf6a3e606ba196a359b6c09e7372dba31316ddb8b134d7c335100e4c2ff0158ff07caa35fee9bc20768bde23cd803e274a')
+
+prepare() {
+  cd "reedsolomon-${pkgver}"
+  # https://github.com/tomerfiliba/reedsolomon/issues/36
+  rm creedsolo.c
+}
+
+build() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py build
+}
+
+check() {
+  cd "reedsolomon-${pkgver}"
+  local python_version=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:2])))')
+
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-${python_version}" python -m unittest discover tests
+}
+
+package() {
+  cd "reedsolomon-${pkgver}"
+  python3 setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+  install -D -m0644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}



More information about the arch-commits mailing list