[arch-commits] Commit in python2-backports.lzma/trunk (PKGBUILD)

Andrzej Giniewicz aginiewicz at archlinux.org
Sat Nov 12 10:44:39 UTC 2016


    Date: Saturday, November 12, 2016 @ 10:44:38
  Author: aginiewicz
Revision: 195423

upgpkg: python2-backports.lzma 0.0.6-2

python2-backports.lzma: fix conflict with other backports

Modified:
  python2-backports.lzma/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-12 08:54:51 UTC (rev 195422)
+++ PKGBUILD	2016-11-12 10:44:38 UTC (rev 195423)
@@ -4,12 +4,12 @@
 
 pkgname=python2-backports.lzma
 pkgver=0.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Backport of Python 3.3's 'lzma' module for XZ/LZMA compressed files."
 arch=('x86_64' 'i686')
 url="https://github.com/peterjc/backports.lzma"
 license=('BSD')
-depends=('python2' 'xz')
+depends=('python2-backports' 'xz')
 makedepends=('python2-setuptools')
 source=("https://github.com/peterjc/backports.lzma/archive/backports.lzma.v${pkgver}.tar.gz")
 md5sums=('442e61d79cdcdb5e6b71a988cbbbdc03')
@@ -32,6 +32,9 @@
 
   python2 setup.py install --skip-build --prefix=/usr --root="${pkgdir}" --optimize=1
 
+  # in python2-backports  
+  rm "$pkgdir/usr/lib/python2.7/site-packages/backports/__init__.py"*
+
   install -D LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 



More information about the arch-commits mailing list