[arch-commits] Commit in python-fuse/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Sep 18 09:35:16 UTC 2018


    Date: Tuesday, September 18, 2018 @ 09:35:16
  Author: felixonmars
Revision: 382991

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-18 09:34:59 UTC (rev 382990)
+++ PKGBUILD	2018-09-18 09:35:16 UTC (rev 382991)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: 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>
-
-pkgname=python2-fuse
-pkgver=0.2.1
-pkgrel=6
-arch=('i686' 'x86_64')
-pkgdesc="Python bindings for FUSE"
-url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
-license=('LGPL')
-depends=('fuse2' 'python2')
-replaces=('python-fuse')
-conflicts=('python-fuse')
-makedepends=('pkgconfig')
-source=("https://github.com/libfuse/python-fuse/releases/download/$pkgver/fuse-python-$pkgver.tar.gz")
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')
-
-package() {
-  cd "$srcdir/fuse-python-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-fuse/repos/community-x86_64/PKGBUILD (from rev 382990, python-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-09-18 09:35:16 UTC (rev 382991)
@@ -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=1
+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