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

Evangelos Foutras foutrelis at gemini.archlinux.org
Thu Dec 2 00:59:30 UTC 2021


    Date: Thursday, December 2, 2021 @ 00:59:30
  Author: foutrelis
Revision: 1061538

archrelease: copy trunk to community-staging-x86_64

Added:
  python-lz4/repos/community-staging-x86_64/PKGBUILD
    (from rev 1061537, python-lz4/trunk/PKGBUILD)
Deleted:
  python-lz4/repos/community-staging-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-02 00:59:26 UTC (rev 1061537)
+++ PKGBUILD	2021-12-02 00:59:30 UTC (rev 1061538)
@@ -1,36 +0,0 @@
-# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
-# Contributor: Nissar Chababy <funilrys at outlook dot com>
-# Contributor: Thrasibule <guillaume dot horel at gmail dot com>
-# Contributor: David Manouchehri <manouchehri at riseup.net>
-# Contributor: Vladimir Tsanev <tsachev at gmail.com>
-# Contributor: Andrew Reed <reed.996 at osu.edu>
-# Contributor: "Score_Under" <seejay.11 at gmail.com>
-
-pkgname=python-lz4
-_pkgname=lz4
-pkgver=2.2.1
-pkgrel=7
-pkgdesc="LZ4 bindings for Python"
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/python-lz4/python-lz4"
-depends=('python')
-makedepends=('python-setuptools-scm' 'python-pkgconfig')
-checkdepends=('python-pytest' 'python-psutil')
-source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz")
-sha512sums=('3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b')
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python -m pytest
-}
-
-package() {
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-lz4/repos/community-staging-x86_64/PKGBUILD (from rev 1061537, python-lz4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-12-02 00:59:30 UTC (rev 1061538)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolini <grazzolini at archlinux.org>
+# Contributor: Nissar Chababy <funilrys at outlook dot com>
+# Contributor: Thrasibule <guillaume dot horel at gmail dot com>
+# Contributor: David Manouchehri <manouchehri at riseup.net>
+# Contributor: Vladimir Tsanev <tsachev at gmail.com>
+# Contributor: Andrew Reed <reed.996 at osu.edu>
+# Contributor: "Score_Under" <seejay.11 at gmail.com>
+
+pkgname=python-lz4
+_pkgname=lz4
+pkgver=3.1.10
+pkgrel=7
+pkgdesc="LZ4 bindings for Python"
+arch=('x86_64')
+license=('BSD')
+url="https://github.com/python-lz4/python-lz4"
+depends=('python')
+makedepends=('python-setuptools-scm' 'python-pkgconfig')
+checkdepends=('python-pytest' 'python-psutil')
+source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz")
+sha512sums=('61983e77fa445f59503ccf8ed5fe0605d79754cdeb166e16a7093a856b23369634db7d105d57b3829e680dad0a3728adec9d18dccd92c994347b74c5af95580e')
+
+build() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd "$srcdir"/$_pkgname-$pkgver
+  python -m pytest
+}
+
+package() {
+  cd $_pkgname-$pkgver
+  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list