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

Felix Yan felixonmars at gemini.archlinux.org
Fri Jul 16 17:45:09 UTC 2021


    Date: Friday, July 16, 2021 @ 17:45:09
  Author: felixonmars
Revision: 977668

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-07-16 17:44:55 UTC (rev 977667)
+++ PKGBUILD	2021-07-16 17:45:09 UTC (rev 977668)
@@ -1,27 +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>
-
-pkgname=python-fuse
-pkgver=1.0.3
-pkgrel=1
-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=('c3231f4e9cf963463e4b323cfae02fc1e2b9c05a2fd7e366da90acaae9ebc0dac927c33260bab249864d4d680cff2d5ac81aac59c5010bb92a384431dd537ee8')
-
-build() {
-  cd python-fuse-$pkgver
-  python setup.py build
-}
-
-package() {
-  cd python-fuse-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1
-}

Copied: python-fuse/repos/community-x86_64/PKGBUILD (from rev 977667, python-fuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-07-16 17:45:09 UTC (rev 977668)
@@ -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.4
+pkgrel=1
+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=('48fffc02aa7125df03cf2a5819449a5e10a772ecc737bc8a19199beca6a2f8181b98c91cf05fedd06fc258d846c8d67d073dc1e8620c336a3ae09320688dc389')
+
+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