Date: Friday, May 27, 2016 @ 19:05:31 Author: lfleischer Revision: 177309
archrelease: copy trunk to community-i686, community-x86_64 Added: python-llfuse/repos/community-i686/PKGBUILD (from rev 177308, python-llfuse/trunk/PKGBUILD) python-llfuse/repos/community-x86_64/PKGBUILD (from rev 177308, python-llfuse/trunk/PKGBUILD) Deleted: python-llfuse/repos/community-i686/PKGBUILD python-llfuse/repos/community-x86_64/PKGBUILD ---------------------------+ /PKGBUILD | 70 ++++++++++++++++++++++++++++++++++++++++++++ community-i686/PKGBUILD | 35 ---------------------- community-x86_64/PKGBUILD | 35 ---------------------- 3 files changed, 70 insertions(+), 70 deletions(-) Deleted: community-i686/PKGBUILD =================================================================== --- community-i686/PKGBUILD 2016-05-27 17:05:24 UTC (rev 177308) +++ community-i686/PKGBUILD 2016-05-27 17:05:31 UTC (rev 177309) @@ -1,35 +0,0 @@ -# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> -# Contributor: Brendan MacDonell <macdonellba at gmail dot com> - -pkgbase=python-llfuse -pkgname=(python-llfuse python2-llfuse) -pkgver=1.0 -pkgrel=1 -pkgdesc="A set of Python bindings for the low level FUSE API." -arch=('i686' 'x86_64') -url="https://bitbucket.org/nikratio/python-llfuse/" -license=('LGPL3') -depends=('fuse') -makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 'python2-setuptools') -options=(!emptydirs) -source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2") -md5sums=('6e71af191381da135a222e3c0e7569a1') - -build() { - cd "${srcdir}/llfuse-${pkgver}" - python setup.py build -} - -package_python-llfuse() { - depends+=(python python-setuptools) - - cd "${srcdir}/llfuse-${pkgver}" - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-llfuse() { - depends+=(python2 python2-setuptools) - - cd "${srcdir}/llfuse-${pkgver}" - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-llfuse/repos/community-i686/PKGBUILD (from rev 177308, python-llfuse/trunk/PKGBUILD) =================================================================== --- community-i686/PKGBUILD (rev 0) +++ community-i686/PKGBUILD 2016-05-27 17:05:31 UTC (rev 177309) @@ -0,0 +1,35 @@ +# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> +# Contributor: Brendan MacDonell <macdonellba at gmail dot com> + +pkgbase=python-llfuse +pkgname=(python-llfuse python2-llfuse) +pkgver=1.1 +pkgrel=1 +pkgdesc="A set of Python bindings for the low level FUSE API." +arch=('i686' 'x86_64') +url="https://bitbucket.org/nikratio/python-llfuse/" +license=('LGPL3') +depends=('fuse') +makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 'python2-setuptools') +options=(!emptydirs) +source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2") +md5sums=('a11a1bc606511fe0933c3e3d41237f0e') + +build() { + cd "${srcdir}/llfuse-${pkgver}" + python setup.py build +} + +package_python-llfuse() { + depends+=(python python-setuptools) + + cd "${srcdir}/llfuse-${pkgver}" + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-llfuse() { + depends+=(python2 python2-setuptools) + + cd "${srcdir}/llfuse-${pkgver}" + python2 setup.py install --root="$pkgdir" --optimize=1 +} Deleted: community-x86_64/PKGBUILD =================================================================== --- community-x86_64/PKGBUILD 2016-05-27 17:05:24 UTC (rev 177308) +++ community-x86_64/PKGBUILD 2016-05-27 17:05:31 UTC (rev 177309) @@ -1,35 +0,0 @@ -# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> -# Contributor: Brendan MacDonell <macdonellba at gmail dot com> - -pkgbase=python-llfuse -pkgname=(python-llfuse python2-llfuse) -pkgver=1.0 -pkgrel=1 -pkgdesc="A set of Python bindings for the low level FUSE API." -arch=('i686' 'x86_64') -url="https://bitbucket.org/nikratio/python-llfuse/" -license=('LGPL3') -depends=('fuse') -makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 'python2-setuptools') -options=(!emptydirs) -source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2") -md5sums=('6e71af191381da135a222e3c0e7569a1') - -build() { - cd "${srcdir}/llfuse-${pkgver}" - python setup.py build -} - -package_python-llfuse() { - depends+=(python python-setuptools) - - cd "${srcdir}/llfuse-${pkgver}" - python setup.py install --root="$pkgdir" --optimize=1 -} - -package_python2-llfuse() { - depends+=(python2 python2-setuptools) - - cd "${srcdir}/llfuse-${pkgver}" - python2 setup.py install --root="$pkgdir" --optimize=1 -} Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 177308, python-llfuse/trunk/PKGBUILD) =================================================================== --- community-x86_64/PKGBUILD (rev 0) +++ community-x86_64/PKGBUILD 2016-05-27 17:05:31 UTC (rev 177309) @@ -0,0 +1,35 @@ +# Maintainer: Lukas Fleischer <lfleisc...@archlinux.org> +# Contributor: Brendan MacDonell <macdonellba at gmail dot com> + +pkgbase=python-llfuse +pkgname=(python-llfuse python2-llfuse) +pkgver=1.1 +pkgrel=1 +pkgdesc="A set of Python bindings for the low level FUSE API." +arch=('i686' 'x86_64') +url="https://bitbucket.org/nikratio/python-llfuse/" +license=('LGPL3') +depends=('fuse') +makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 'python2-setuptools') +options=(!emptydirs) +source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2") +md5sums=('a11a1bc606511fe0933c3e3d41237f0e') + +build() { + cd "${srcdir}/llfuse-${pkgver}" + python setup.py build +} + +package_python-llfuse() { + depends+=(python python-setuptools) + + cd "${srcdir}/llfuse-${pkgver}" + python setup.py install --root="$pkgdir" --optimize=1 +} + +package_python2-llfuse() { + depends+=(python2 python2-setuptools) + + cd "${srcdir}/llfuse-${pkgver}" + python2 setup.py install --root="$pkgdir" --optimize=1 +}