[arch-commits] CVS update of extra/lib/python-logilab-common (PKGBUILD)

Eric Belanger eric at archlinux.org
Sun Feb 17 01:22:40 UTC 2008


    Date: Saturday, February 16, 2008 @ 20:22:40
  Author: eric
    Path: /home/cvs-extra/extra/lib/python-logilab-common

   Added: PKGBUILD (1.1)

upgpkg: python-logilab-common 0.28.0-1
    adding to repo. depends for python-logilab-astng.


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


Index: extra/lib/python-logilab-common/PKGBUILD
diff -u /dev/null extra/lib/python-logilab-common/PKGBUILD:1.1
--- /dev/null	Sat Feb 16 20:22:40 2008
+++ extra/lib/python-logilab-common/PKGBUILD	Sat Feb 16 20:22:40 2008
@@ -0,0 +1,20 @@
+# $Id: PKGBUILD,v 1.1 2008/02/17 01:22:40 eric Exp $
+# Maintainer: Eric Belanger <eric at archlinux.org>
+# Contributor: Alexander Fehr <pizzapunk gmail com>
+
+pkgname=python-logilab-common
+pkgver=0.28.0
+pkgrel=1
+pkgdesc="Useful miscellaneous modules used by Logilab projects"
+arch=('i686' 'x86_64')
+url="http://www.logilab.org/project/logilab-common"
+license=('LGPL')
+depends=('python-egenix-mx-base')
+source=(ftp://ftp.logilab.fr/pub/common/logilab-common-$pkgver.tar.gz)
+md5sums=('83f4f83607175237fcb580120979458d')
+sha1sums=('e197cc1929dbf20f20693180555233c71dfa308a')
+
+build() {
+  cd $startdir/src/logilab-common-$pkgver
+  python setup.py install --prefix=/usr --root=$startdir/pkg || return 1
+}




More information about the arch-commits mailing list