[arch-commits] Commit in python-llfuse/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Sat Jan 27 01:09:26 UTC 2018
Date: Saturday, January 27, 2018 @ 01:09:25
Author: bgyorgy
Revision: 287350
archrelease: copy trunk to community-x86_64
Added:
python-llfuse/repos/community-x86_64/PKGBUILD
(from rev 287349, python-llfuse/trunk/PKGBUILD)
Deleted:
python-llfuse/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 75 ++++++++++++++++++++++++++++++++-----------------------------
1 file changed, 40 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2018-01-27 01:08:54 UTC (rev 287349)
+++ PKGBUILD 2018-01-27 01:09:25 UTC (rev 287350)
@@ -1,35 +0,0 @@
-# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
-# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
-
-pkgbase=python-llfuse
-pkgname=(python-llfuse python2-llfuse)
-pkgver=1.3.2
-pkgrel=1
-pkgdesc="A set of Python bindings for the low level FUSE API."
-arch=('x86_64')
-url="https://bitbucket.org/nikratio/python-llfuse/"
-license=('LGPL3')
-depends=('fuse2')
-makedepends=('pkg-config' 'python' 'python2' 'python-setuptools' 'python2-setuptools')
-options=(!emptydirs)
-source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2")
-md5sums=('f4801c5f80ccb04017044b151643e05f')
-
-build() {
- cd "${srcdir}/llfuse-${pkgver}"
- python setup.py build
-}
-
-package_python-llfuse() {
- depends+=(python python-setuptools)
-
- cd "${srcdir}/llfuse-${pkgver}"
- python setup.py install --root="$pkgdir" --optimize=1
-}
-
-package_python2-llfuse() {
- depends+=(python2 python2-setuptools)
-
- cd "${srcdir}/llfuse-${pkgver}"
- python2 setup.py install --root="$pkgdir" --optimize=1
-}
Copied: python-llfuse/repos/community-x86_64/PKGBUILD (from rev 287349, python-llfuse/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2018-01-27 01:09:25 UTC (rev 287350)
@@ -0,0 +1,40 @@
+# Maintainer: Lukas Fleischer <lfleischer at archlinux.org>
+# Contributor: Brendan MacDonell <macdonellba at gmail dot com>
+
+pkgbase=python-llfuse
+pkgname=(python-llfuse python2-llfuse)
+pkgver=1.3.2
+pkgrel=2
+pkgdesc="A set of Python bindings for the low level FUSE API."
+arch=('x86_64')
+url="https://bitbucket.org/nikratio/python-llfuse/"
+license=('LGPL')
+depends=('fuse2')
+makedepends=('python-setuptools' 'python2-setuptools')
+options=(!emptydirs)
+source=("https://bitbucket.org/nikratio/python-llfuse/downloads/llfuse-${pkgver}.tar.bz2")
+md5sums=('f4801c5f80ccb04017044b151643e05f')
+
+build() {
+ cp -a "${srcdir}/llfuse-${pkgver}"{,-python2}
+
+ cd "${srcdir}/llfuse-${pkgver}"
+ python setup.py build
+
+ cd "${srcdir}/llfuse-${pkgver}"-python2
+ python2 setup.py build
+}
+
+package_python-llfuse() {
+ depends+=(python)
+
+ cd "${srcdir}/llfuse-${pkgver}"
+ python setup.py install --root="$pkgdir" --optimize=1
+}
+
+package_python2-llfuse() {
+ depends+=(python2-contextlib2)
+
+ cd "${srcdir}/llfuse-${pkgver}"-python2
+ python2 setup.py install --root="$pkgdir" --optimize=1
+}
More information about the arch-commits
mailing list