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

Christian Rebischke shibumi at archlinux.org
Thu Jul 9 18:46:43 UTC 2020


    Date: Thursday, July 9, 2020 @ 18:46:43
  Author: shibumi
Revision: 663002

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-07-09 18:46:36 UTC (rev 663001)
+++ PKGBUILD	2020-07-09 18:46:43 UTC (rev 663002)
@@ -1,37 +0,0 @@
-# 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=1.0.0
-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=('d5e91be3e43065988053390d97ca6483ce38924bf9a49f694bf911080b7e75c836224e83d09dcbc6fab8d63781b4cd3ae016d66b65b88dd53106b06f91a6ad5c')
-
-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
-}

Copied: python-fuse/repos/community-x86_64/PKGBUILD (from rev 663001, python-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-07-09 18:46:43 UTC (rev 663002)
@@ -0,0 +1,27 @@
+# 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>
+
+pkgname=python-fuse
+pkgver=1.0.0
+pkgrel=2
+arch=('x86_64')
+pkgdesc="Python bindings for FUSE"
+url="https://github.com/libfuse/python-fuse"
+license=('LGPL')
+makedepends=('python-setuptools' 'fuse2')
+depends=('fuse2' 'python')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/libfuse/python-fuse/archive/v$pkgver.tar.gz")
+sha512sums=('d5e91be3e43065988053390d97ca6483ce38924bf9a49f694bf911080b7e75c836224e83d09dcbc6fab8d63781b4cd3ae016d66b65b88dd53106b06f91a6ad5c')
+
+build() {
+  cd python-fuse-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd python-fuse-$pkgver
+  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
+}



More information about the arch-commits mailing list