Date: Monday, February 17, 2020 @ 20:47:21
  Author: arojas
Revision: 574616

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2020-02-17 20:47:18 UTC (rev 574615)
+++ PKGBUILD    2020-02-17 20:47:21 UTC (rev 574616)
@@ -1,55 +0,0 @@
-# Maintainer: Giancarlo Razzolini <[email protected]>
-# Contributor: Nissar Chababy <funilrys at outlook dot com>
-# Contributor: Thrasibule <guillaume dot horel at gmail dot com>
-# Contributor: David Manouchehri <[email protected]>
-# Contributor: Vladimir Tsanev <[email protected]>
-# Contributor: Andrew Reed <[email protected]>
-# Contributor: "Score_Under" <[email protected]>
-
-pkgbase=python-lz4
-_pkgname=lz4
-pkgname=('python-lz4' 'python2-lz4')
-pkgver=2.2.1
-pkgrel=3
-pkgdesc="LZ4 bindings for Python"
-arch=('x86_64')
-license=('BSD')
-url="https://github.com/python-lz4/python-lz4";
-makedepends=('python-setuptools-scm' 'python2-setuptools-scm' 
'python-pkgconfig' 'python2-pkgconfig' 'python2-future')
-checkdepends=('python-pytest' 'python-psutil' 'python2-pytest' 
'python2-psutil')
-source=("https://pypi.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-${pkgver}.tar.gz";)
-sha512sums=('3f6400c0ac02182306fcb0e76fc78fdcec604bd89baa288c71261cce05350de244eb0d4263e4c1c1d647a529426beac409b3ff20c170c3ea19c7dd82cfae834b')
-
-prepare() {
-  cp -a $_pkgname-${pkgver}{,-python2}
-}
-
-build() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python setup.py build
-
-  cd "$srcdir"/$_pkgname-$pkgver-python2
-  python2 setup.py build
-}
-
-check() {
-  cd "$srcdir"/$_pkgname-$pkgver
-  python -m pytest
-
-  cd "$srcdir"/$_pkgname-$pkgver-python2
-  python2 -m pytest
-}
-
-package_python-lz4() {
-  depends=('python')
-
-  cd $_pkgname-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}
-
-package_python2-lz4() {
-  depends=('python2' 'python2-future')
-
-  cd $_pkgname-$pkgver-python2
-  python2 setup.py install --root="$pkgdir" --optimize=1 --skip-build
-}

Copied: python-lz4/repos/community-x86_64/PKGBUILD (from rev 574614, 
python-lz4/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2020-02-17 20:47:21 UTC (rev 574616)
@@ -0,0 +1,36 @@
+# Maintainer: Giancarlo Razzolini <[email protected]>
+# Contributor: Nissar Chababy <funilrys at outlook dot com>
+# Contributor: Thrasibule <guillaume dot horel at gmail dot com>
+# Contributor: David Manouchehri <[email protected]>
+# Contributor: Vladimir Tsanev <[email protected]>
+# Contributor: Andrew Reed <[email protected]>
+# Contributor: "Score_Under" <[email protected]>
+
+pkgname=python-lz4
+_pkgname=lz4
+pkgver=2.2.1
+pkgrel=4
+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
+}

Reply via email to