[arch-commits] Commit in python2-rdflib/repos (extra-any extra-any/PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Sat Oct 29 10:28:00 UTC 2011


    Date: Saturday, October 29, 2011 @ 06:28:00
  Author: andrea
Revision: 141327

archrelease: copy trunk to extra-any

Added:
  python2-rdflib/repos/extra-any/
  python2-rdflib/repos/extra-any/PKGBUILD
    (from rev 141326, python2-rdflib/trunk/PKGBUILD)

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

Copied: python2-rdflib/repos/extra-any/PKGBUILD (from rev 141326, python2-rdflib/trunk/PKGBUILD)
===================================================================
--- extra-any/PKGBUILD	                        (rev 0)
+++ extra-any/PKGBUILD	2011-10-29 10:28:00 UTC (rev 141327)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer:
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Leif Warner <abimelech at gmail.com>
+
+pkgname=python2-rdflib
+pkgver=3.1.0
+pkgrel=1
+pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information"
+url="http://rdflib.net/"
+license=('BSD')
+depends=('python2')
+makedepends=('python2-distribute')
+arch=('any')
+replaces=('rdflib')
+provides=('rdflib')
+conflicts=('rdflib')
+source=("http://rdflib.googlecode.com/files/rdflib-$pkgver.tar.gz")
+sha1sums=('bbef5011fcd9cfa296a8ef33ac2885416b97da2d')
+
+package() {
+  cd "$srcdir/rdflib-$pkgver"
+  python2 setup.py install --root="$pkgdir" --optimize=1 
+  install -D LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE
+}




More information about the arch-commits mailing list