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

Lukas Fleischer lfleischer at archlinux.org
Sat Mar 12 13:23:24 UTC 2016


    Date: Saturday, March 12, 2016 @ 14:23:24
  Author: lfleischer
Revision: 166380

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

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

---------------------------+
 community-i686/PKGBUILD   |   35 +++++++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   35 +++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

Copied: python-llfuse/repos/community-i686/PKGBUILD (from rev 166379, python-llfuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-03-12 13:23:24 UTC (rev 166380)
@@ -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.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 166379, python-llfuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-03-12 13:23:24 UTC (rev 166380)
@@ -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.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
+}



More information about the arch-commits mailing list