[arch-commits] Commit in python-llfuse/repos (4 files)

Lukas Fleischer lfleischer at archlinux.org
Thu Oct 27 19:55:07 UTC 2016


    Date: Thursday, October 27, 2016 @ 19:55:06
  Author: lfleischer
Revision: 193803

archrelease: copy trunk to community-i686, community-x86_64

Added:
  python-llfuse/repos/community-i686/PKGBUILD
    (from rev 193802, python-llfuse/trunk/PKGBUILD)
  python-llfuse/repos/community-x86_64/PKGBUILD
    (from rev 193802, 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-10-27 19:54:59 UTC (rev 193802)
+++ community-i686/PKGBUILD	2016-10-27 19:55:06 UTC (rev 193803)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at 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
-}

Copied: python-llfuse/repos/community-i686/PKGBUILD (from rev 193802, python-llfuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-10-27 19:55:06 UTC (rev 193803)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.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=('61a427d5074d2804d259c5bc2f1965b3')
+
+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-10-27 19:54:59 UTC (rev 193802)
+++ community-x86_64/PKGBUILD	2016-10-27 19:55:06 UTC (rev 193803)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at 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
-}

Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 193802, python-llfuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-10-27 19:55:06 UTC (rev 193803)
@@ -0,0 +1,35 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.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=('61a427d5074d2804d259c5bc2f1965b3')
+
+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
+}



More information about the arch-commits mailing list