[arch-commits] Commit in python2-tagpy/trunk (PKGBUILD)

Alexander Rødseth arodseth at nymeria.archlinux.org
Wed Mar 27 19:18:24 UTC 2013


    Date: Wednesday, March 27, 2013 @ 20:18:24
  Author: arodseth
Revision: 87130

upgpkg: python2-tagpy 0.94.8-3, boost rebuild

Modified:
  python2-tagpy/trunk/PKGBUILD

----------+
 PKGBUILD |   46 ++++++++++++++++++++++++++--------------------
 1 file changed, 26 insertions(+), 20 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-27 19:03:56 UTC (rev 87129)
+++ PKGBUILD	2013-03-27 19:18:24 UTC (rev 87130)
@@ -1,14 +1,15 @@
 # $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 # Contributor: Callan Barrett <wizzomafizzo at gmail.com>
 # Contributor: Scott Horowitz <stonecrest at gmail.com>
 
 pkgname=python2-tagpy
 pkgver=0.94.8
-pkgrel=2
-pkgdesc="Python bindings for TagLib"
-arch=('i686' 'x86_64')
-url="http://pypi.python.org/pypi/tagpy"
+pkgrel=3
+pkgdesc='Python bindings for TagLib'
+arch=('x86_64' 'i686')
+url='http://pypi.python.org/pypi/tagpy'
 license=('MIT')
 depends=('python2' 'taglib' 'boost-libs')
 makedepends=('python2-distribute' 'boost')
@@ -16,32 +17,37 @@
 conflicts=('tagpy')
 source=("http://pypi.python.org/packages/source/t/tagpy/tagpy-$pkgver.tar.gz"
         'taglib1.7.patch')
-md5sums=('6baff63318cf90b9bc5a2497a0597802'
-         '5b47cefe5fad98a093232256779da345')
+sha256sums=('56eab8dd81510f8af18e19375a0ffd5cd25c8e555104be46a92c3dc08634a0dc'
+            'f6cc34f8d4d1186270943cd7e1ad3c9478ae7064ab9b2cddf7760d493295cd26')
 
 build() {
-  cd tagpy-${pkgver}
+  cd "tagpy-$pkgver"
 
-  patch -p1 -i "${srcdir}"/taglib1.7.patch
+  patch -p1 -i "$srcdir/taglib1.7.patch"
 
   sed -i -e "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" \
     $(find . -name '*.py') 
  
-  ./configure.py --taglib-lib-dir=/usr/lib/ \
-  	--taglib-inc-dir=/usr/include/taglib/ \
-	--boost-inc-dir=/usr/include/boost/ \
-	--boost-lib-dir=/usr/lib/ \
-	--boost-python-libname=boost_python
+  ./configure.py \
+    --taglib-lib-dir=/usr/lib/ \
+    --taglib-inc-dir=/usr/include/taglib/ \
+    --boost-inc-dir=/usr/include/boost/ \
+    --boost-lib-dir=/usr/lib/ \
+    --boost-python-libname=boost_python
   python2 setup.py build
 }
 
+check(){
+  cd "tagpy-$pkgver"
+
+  python2 setup.py test
+}
+
 package(){
-  cd tagpy-${pkgver}
-  python2 setup.py install --root="${pkgdir}" --optimize=1
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/$pkgname/LICENSE"
+  cd "tagpy-$pkgver"
+
+  python2 setup.py install --root="$pkgdir" --optimize=1
+  install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
 }
 
-check(){
-  cd tagpy-${pkgver}
-  python2 setup.py test
-}
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list