[arch-commits] Commit in pypgsql/repos (8 files)

Pierre Schmitz pierre at archlinux.org
Fri Feb 24 14:28:44 UTC 2012


    Date: Friday, February 24, 2012 @ 09:28:44
  Author: pierre
Revision: 151045

archrelease: copy trunk to extra-i686, extra-x86_64

Added:
  pypgsql/repos/extra-i686/COPYING
    (from rev 151044, pypgsql/trunk/COPYING)
  pypgsql/repos/extra-i686/PKGBUILD
    (from rev 151044, pypgsql/trunk/PKGBUILD)
  pypgsql/repos/extra-x86_64/COPYING
    (from rev 151044, pypgsql/trunk/COPYING)
  pypgsql/repos/extra-x86_64/PKGBUILD
    (from rev 151044, pypgsql/trunk/PKGBUILD)
Deleted:
  pypgsql/repos/extra-i686/COPYING
  pypgsql/repos/extra-i686/PKGBUILD
  pypgsql/repos/extra-x86_64/COPYING
  pypgsql/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/COPYING    |   40 ++++++++++++++++++++--------------------
 extra-i686/PKGBUILD   |   46 +++++++++++++++++++++++-----------------------
 extra-x86_64/COPYING  |   40 ++++++++++++++++++++--------------------
 extra-x86_64/PKGBUILD |   46 +++++++++++++++++++++++-----------------------
 4 files changed, 86 insertions(+), 86 deletions(-)

Deleted: extra-i686/COPYING
===================================================================
--- extra-i686/COPYING	2012-02-24 14:28:17 UTC (rev 151044)
+++ extra-i686/COPYING	2012-02-24 14:28:44 UTC (rev 151045)
@@ -1,20 +0,0 @@
-    pyPgSQL, version 2.5
-    A Python DB-API 2.0 compliant interface for PostgreSQL
-    Copyright 2000 by Billy G. Allie.
-    All rights reserved.
-
-    Permission to use, copy, modify, and distribute this software and it's
-    documentation for any purpose and without fee is hereby granted,
-    provided that the above copyright notice appear in all copies and that
-    both that copyright notice and this permission notice appear in
-    supporting documentation, and that the copyright owner's name not be
-    used in advertising or publicity pertaining to distribution of the
-    software without specific, written prior permission.
-
-    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN
-    NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-    OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-    PERFORMANCE OF THIS SOFTWARE.

Copied: pypgsql/repos/extra-i686/COPYING (from rev 151044, pypgsql/trunk/COPYING)
===================================================================
--- extra-i686/COPYING	                        (rev 0)
+++ extra-i686/COPYING	2012-02-24 14:28:44 UTC (rev 151045)
@@ -0,0 +1,20 @@
+    pyPgSQL, version 2.5
+    A Python DB-API 2.0 compliant interface for PostgreSQL
+    Copyright 2000 by Billy G. Allie.
+    All rights reserved.
+
+    Permission to use, copy, modify, and distribute this software and it's
+    documentation for any purpose and without fee is hereby granted,
+    provided that the above copyright notice appear in all copies and that
+    both that copyright notice and this permission notice appear in
+    supporting documentation, and that the copyright owner's name not be
+    used in advertising or publicity pertaining to distribution of the
+    software without specific, written prior permission.
+
+    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN
+    NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+    OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+    PERFORMANCE OF THIS SOFTWARE.

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2012-02-24 14:28:17 UTC (rev 151044)
+++ extra-i686/PKGBUILD	2012-02-24 14:28:44 UTC (rev 151045)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=pypgsql
-pkgver=2.5.1
-pkgrel=7
-pkgdesc="A python client library for postgresql"
-arch=(i686 x86_64)
-license=('custom')
-url="http://pypgsql.sourceforge.net/"
-depends=('python-egenix-mx-base>=2.0.6-3' 'postgresql-libs>=8.4')
-source=(http://downloads.sourceforge.net/${pkgname}/pyPgSQL-${pkgver}.tar.gz
-	'COPYING')
-md5sums=('82670f6f1652aa4766fdaec2cb43debd'
-         '235c239b51a8b8e6b53c414ef71d7612')
-
-build() {
-  cd ${srcdir}/pyPgSQL-${pkgver} || return 1
-  python2 setup.py install --root=${pkgdir} || return 1
-
-  # install custom license
-  install -Dm644 $srcdir/COPYING \
-    $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pypgsql/repos/extra-i686/PKGBUILD (from rev 151044, pypgsql/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2012-02-24 14:28:44 UTC (rev 151045)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=pypgsql
+pkgver=2.5.1
+pkgrel=8
+pkgdesc="A python client library for postgresql"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://pypgsql.sourceforge.net/"
+depends=('python-egenix-mx-base' 'postgresql-libs')
+source=("http://downloads.sourceforge.net/${pkgname}/pyPgSQL-${pkgver}.tar.gz"
+        'COPYING')
+md5sums=('82670f6f1652aa4766fdaec2cb43debd'
+         '235c239b51a8b8e6b53c414ef71d7612')
+
+package() {
+  cd ${srcdir}/pyPgSQL-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+
+  # install custom license
+  install -Dm644 $srcdir/COPYING \
+    $pkgdir/usr/share/licenses/$pkgname/COPYING
+}

Deleted: extra-x86_64/COPYING
===================================================================
--- extra-x86_64/COPYING	2012-02-24 14:28:17 UTC (rev 151044)
+++ extra-x86_64/COPYING	2012-02-24 14:28:44 UTC (rev 151045)
@@ -1,20 +0,0 @@
-    pyPgSQL, version 2.5
-    A Python DB-API 2.0 compliant interface for PostgreSQL
-    Copyright 2000 by Billy G. Allie.
-    All rights reserved.
-
-    Permission to use, copy, modify, and distribute this software and it's
-    documentation for any purpose and without fee is hereby granted,
-    provided that the above copyright notice appear in all copies and that
-    both that copyright notice and this permission notice appear in
-    supporting documentation, and that the copyright owner's name not be
-    used in advertising or publicity pertaining to distribution of the
-    software without specific, written prior permission.
-
-    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
-    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN
-    NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
-    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
-    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
-    OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
-    PERFORMANCE OF THIS SOFTWARE.

Copied: pypgsql/repos/extra-x86_64/COPYING (from rev 151044, pypgsql/trunk/COPYING)
===================================================================
--- extra-x86_64/COPYING	                        (rev 0)
+++ extra-x86_64/COPYING	2012-02-24 14:28:44 UTC (rev 151045)
@@ -0,0 +1,20 @@
+    pyPgSQL, version 2.5
+    A Python DB-API 2.0 compliant interface for PostgreSQL
+    Copyright 2000 by Billy G. Allie.
+    All rights reserved.
+
+    Permission to use, copy, modify, and distribute this software and it's
+    documentation for any purpose and without fee is hereby granted,
+    provided that the above copyright notice appear in all copies and that
+    both that copyright notice and this permission notice appear in
+    supporting documentation, and that the copyright owner's name not be
+    used in advertising or publicity pertaining to distribution of the
+    software without specific, written prior permission.
+
+    THE AUTHOR(S) DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
+    INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS.  IN
+    NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY SPECIAL, INDIRECT OR
+    CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
+    USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+    OTHER TORTUOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+    PERFORMANCE OF THIS SOFTWARE.

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2012-02-24 14:28:17 UTC (rev 151044)
+++ extra-x86_64/PKGBUILD	2012-02-24 14:28:44 UTC (rev 151045)
@@ -1,23 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-pkgname=pypgsql
-pkgver=2.5.1
-pkgrel=7
-pkgdesc="A python client library for postgresql"
-arch=(i686 x86_64)
-license=('custom')
-url="http://pypgsql.sourceforge.net/"
-depends=('python-egenix-mx-base>=2.0.6-3' 'postgresql-libs>=8.4')
-source=(http://downloads.sourceforge.net/${pkgname}/pyPgSQL-${pkgver}.tar.gz
-	'COPYING')
-md5sums=('82670f6f1652aa4766fdaec2cb43debd'
-         '235c239b51a8b8e6b53c414ef71d7612')
-
-build() {
-  cd ${srcdir}/pyPgSQL-${pkgver} || return 1
-  python2 setup.py install --root=${pkgdir} || return 1
-
-  # install custom license
-  install -Dm644 $srcdir/COPYING \
-    $pkgdir/usr/share/licenses/$pkgname/COPYING
-}

Copied: pypgsql/repos/extra-x86_64/PKGBUILD (from rev 151044, pypgsql/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2012-02-24 14:28:44 UTC (rev 151045)
@@ -0,0 +1,23 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+pkgname=pypgsql
+pkgver=2.5.1
+pkgrel=8
+pkgdesc="A python client library for postgresql"
+arch=('i686' 'x86_64')
+license=('custom')
+url="http://pypgsql.sourceforge.net/"
+depends=('python-egenix-mx-base' 'postgresql-libs')
+source=("http://downloads.sourceforge.net/${pkgname}/pyPgSQL-${pkgver}.tar.gz"
+        'COPYING')
+md5sums=('82670f6f1652aa4766fdaec2cb43debd'
+         '235c239b51a8b8e6b53c414ef71d7612')
+
+package() {
+  cd ${srcdir}/pyPgSQL-${pkgver}
+  python2 setup.py install --root=${pkgdir}
+
+  # install custom license
+  install -Dm644 $srcdir/COPYING \
+    $pkgdir/usr/share/licenses/$pkgname/COPYING
+}




More information about the arch-commits mailing list