[arch-commits] Commit in python-fuse/repos (2 files)

Felix Yan felixonmars at archlinux.org
Mon Nov 4 09:31:41 UTC 2019


    Date: Monday, November 4, 2019 @ 09:31:40
  Author: felixonmars
Revision: 523906

archrelease: copy trunk to community-staging-x86_64

Added:
  python-fuse/repos/community-staging-x86_64/
  python-fuse/repos/community-staging-x86_64/PKGBUILD
    (from rev 523904, python-fuse/trunk/PKGBUILD)

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

Copied: python-fuse/repos/community-staging-x86_64/PKGBUILD (from rev 523904, python-fuse/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2019-11-04 09:31:40 UTC (rev 523906)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Chris Brannon <cmbrannon79 at gmail.com>
+# Contributor: Jaroslaw Swierczynski <swiergot at aur.archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk at gmail.com>
+
+pkgbase=python-fuse
+pkgname=(python-fuse python2-fuse)
+pkgver=0.3.1
+pkgrel=2
+arch=('x86_64')
+pkgdesc="Python bindings for FUSE"
+url="https://github.com/libfuse/python-fuse"
+license=('LGPL')
+makedepends=('python-setuptools' 'python2-setuptools' 'fuse2')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz")
+sha512sums=('88c01c1f9ca3cd9738711a621b782ec190adaf068a79fdea2c362d865c38fea73706dab48b8346b21502d6b4d404403a261f96e2570254809976a3018060e188')
+
+build() {
+  cd python-fuse-$pkgver
+  python setup.py build
+  python2 setup.py build
+}
+
+package_python-fuse() {
+  depends=('fuse2' 'python')
+
+  cd python-fuse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}
+
+package_python2-fuse() {
+  depends=('fuse2' 'python2')
+
+  cd python-fuse-$pkgver
+  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list