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

Antonio Rojas arojas at gemini.archlinux.org
Wed Nov 3 21:16:29 UTC 2021


    Date: Wednesday, November 3, 2021 @ 21:16:29
  Author: arojas
Revision: 1035680

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-03 21:16:20 UTC (rev 1035679)
+++ PKGBUILD	2021-11-03 21:16:29 UTC (rev 1035680)
@@ -1,37 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
-
-pkgname=python-llfuse
-pkgver=1.3.8
-pkgrel=2
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('x86_64')
-url="https://github.com/python-llfuse/python-llfuse/"
-license=('LGPL')
-depends=('python' 'fuse2')
-makedepends=('python-setuptools' 'cython')
-checkdepends=('python-pytest')
-options=(!emptydirs)
-source=("https://files.pythonhosted.org/packages/source/l/llfuse/llfuse-$pkgver.tar.gz")
-md5sums=('c83b01b3537cfbeb85c085ab0c6c3577')
-
-prepare() {
-  cd "${srcdir}/llfuse-${pkgver}"
-}
-
-build() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py build_cython
-  python setup.py build_ext --inplace
-}
-
-check() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  # https://github.com/python-llfuse/python-llfuse/issues/35 tests incompatible with pytest>=6
-  #python -m pytest test/
-}
-
-package() {
-  cd "${srcdir}/llfuse-${pkgver}"
-  python setup.py install --root="$pkgdir" --optimize=1
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 1035679, python-llfuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-03 21:16:29 UTC (rev 1035680)
@@ -0,0 +1,37 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
+
+pkgname=python-llfuse
+pkgver=1.4.1
+pkgrel=1
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('x86_64')
+url="https://github.com/python-llfuse/python-llfuse/"
+license=('LGPL')
+depends=('python' 'fuse2')
+makedepends=('python-setuptools' 'cython')
+checkdepends=('python-pytest')
+options=(!emptydirs)
+source=("https://files.pythonhosted.org/packages/source/l/llfuse/llfuse-$pkgver.tar.gz")
+md5sums=('d61219aac140b4f70e73ab6d1ee5398e')
+
+prepare() {
+  cd "${srcdir}/llfuse-${pkgver}"
+}
+
+build() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py build_cython
+  python setup.py build_ext --inplace
+}
+
+check() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  # https://github.com/python-llfuse/python-llfuse/issues/35 tests incompatible with pytest>=6
+  #python -m pytest test/
+}
+
+package() {
+  cd "${srcdir}/llfuse-${pkgver}"
+  python setup.py install --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list