[arch-commits] Commit in python2-fuse/repos (4 files)

Felix Yan felixonmars at archlinux.org
Tue Dec 13 04:14:58 UTC 2016


    Date: Tuesday, December 13, 2016 @ 04:14:57
  Author: felixonmars
Revision: 199092

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

Added:
  python2-fuse/repos/community-i686/PKGBUILD
    (from rev 199091, python2-fuse/trunk/PKGBUILD)
  python2-fuse/repos/community-x86_64/PKGBUILD
    (from rev 199091, python2-fuse/trunk/PKGBUILD)
Deleted:
  python2-fuse/repos/community-i686/PKGBUILD
  python2-fuse/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   50 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   25 ----------------------
 community-x86_64/PKGBUILD |   25 ----------------------
 3 files changed, 50 insertions(+), 50 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-12-13 04:14:34 UTC (rev 199091)
+++ community-i686/PKGBUILD	2016-12-13 04:14:57 UTC (rev 199092)
@@ -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=5
-arch=('i686' 'x86_64')
-pkgdesc="Python bindings for FUSE"
-url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
-license=('LGPL')
-depends=('fuse' 'python2')
-replaces=('python-fuse')
-conflicts=('python-fuse')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')
-
-package() {
-  cd "$srcdir/fuse-python-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python2-fuse/repos/community-i686/PKGBUILD (from rev 199091, python2-fuse/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-12-13 04:14:57 UTC (rev 199092)
@@ -0,0 +1,25 @@
+# $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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-12-13 04:14:34 UTC (rev 199091)
+++ community-x86_64/PKGBUILD	2016-12-13 04:14:57 UTC (rev 199092)
@@ -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=5
-arch=('i686' 'x86_64')
-pkgdesc="Python bindings for FUSE"
-url="http://fuse.sourceforge.net/wiki/index.php/FusePython"
-license=('LGPL')
-depends=('fuse' 'python2')
-replaces=('python-fuse')
-conflicts=('python-fuse')
-makedepends=('pkgconfig')
-source=(http://downloads.sourceforge.net/sourceforge/fuse/fuse-python-${pkgver}.tar.gz)
-md5sums=('9d9c5c2311ac04291ce822dfece108f8')
-
-package() {
-  cd "$srcdir/fuse-python-$pkgver"
-
-  python2 setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python2-fuse/repos/community-x86_64/PKGBUILD (from rev 199091, python2-fuse/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-12-13 04:14:57 UTC (rev 199092)
@@ -0,0 +1,25 @@
+# $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
+}



More information about the arch-commits mailing list