Date: Saturday, September 3, 2022 @ 18:44:56 Author: arojas Revision: 1292680
archrelease: copy trunk to community-x86_64 Added: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 1292679, python-llfuse/trunk/PKGBUILD) Deleted: python-llfuse/repos/community-x86_64/PKGBUILD ----------+ PKGBUILD | 74 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2022-09-03 18:44:46 UTC (rev 1292679) +++ PKGBUILD 2022-09-03 18:44:56 UTC (rev 1292680) @@ -1,37 +0,0 @@ -# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> -# Contributor: Brendan MacDonell <macdonellba at gmail dot com> - -pkgname=python-llfuse -pkgver=1.4.1 -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=('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 -} Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 1292679, python-llfuse/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2022-09-03 18:44:56 UTC (rev 1292680) @@ -0,0 +1,37 @@ +# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> +# Contributor: Brendan MacDonell <macdonellba at gmail dot com> + +pkgname=python-llfuse +pkgver=1.4.2 +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=('808f29b83615b0e8445c2a59c58dba73') + +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 +}