[arch-commits] Commit in python-pysqlite/repos (12 files)

Angel Velásquez angvp at archlinux.org
Fri Oct 7 20:31:49 UTC 2011


    Date: Friday, October 7, 2011 @ 16:31:49
  Author: angvp
Revision: 140136

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

Added:
  python-pysqlite/repos/extra-i686/ChangeLog
    (from rev 140135, python-pysqlite/trunk/ChangeLog)
  python-pysqlite/repos/extra-i686/PKGBUILD
    (from rev 140135, python-pysqlite/trunk/PKGBUILD)
  python-pysqlite/repos/extra-i686/setup.cfg
    (from rev 140135, python-pysqlite/trunk/setup.cfg)
  python-pysqlite/repos/extra-x86_64/ChangeLog
    (from rev 140135, python-pysqlite/trunk/ChangeLog)
  python-pysqlite/repos/extra-x86_64/PKGBUILD
    (from rev 140135, python-pysqlite/trunk/PKGBUILD)
  python-pysqlite/repos/extra-x86_64/setup.cfg
    (from rev 140135, python-pysqlite/trunk/setup.cfg)
Deleted:
  python-pysqlite/repos/extra-i686/ChangeLog
  python-pysqlite/repos/extra-i686/PKGBUILD
  python-pysqlite/repos/extra-i686/setup.cfg
  python-pysqlite/repos/extra-x86_64/ChangeLog
  python-pysqlite/repos/extra-x86_64/PKGBUILD
  python-pysqlite/repos/extra-x86_64/setup.cfg

------------------------+
 extra-i686/ChangeLog   |   29 +++++++++++----------
 extra-i686/PKGBUILD    |   63 +++++++++++++++++++++++++----------------------
 extra-i686/setup.cfg   |   10 +++----
 extra-x86_64/ChangeLog |   29 +++++++++++----------
 extra-x86_64/PKGBUILD  |   63 +++++++++++++++++++++++++----------------------
 extra-x86_64/setup.cfg |   10 +++----
 6 files changed, 110 insertions(+), 94 deletions(-)

Deleted: extra-i686/ChangeLog
===================================================================
--- extra-i686/ChangeLog	2011-10-07 20:30:59 UTC (rev 140135)
+++ extra-i686/ChangeLog	2011-10-07 20:31:49 UTC (rev 140136)
@@ -1,13 +0,0 @@
-
-2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated to: 2.5.5
-
-2009-07-19  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 2.5.5
-
-2008-07-15  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 2.4.1
-

Copied: python-pysqlite/repos/extra-i686/ChangeLog (from rev 140135, python-pysqlite/trunk/ChangeLog)
===================================================================
--- extra-i686/ChangeLog	                        (rev 0)
+++ extra-i686/ChangeLog	2011-10-07 20:31:49 UTC (rev 140136)
@@ -0,0 +1,16 @@
+2011-10-07  Angel Velasquez <angvp at archlinux.org>
+	* Updated to: 2.6.3
+	    * Added check function
+
+2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to: 2.5.5
+
+2009-07-19  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 2.5.5
+
+2008-07-15  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 2.4.1
+

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-10-07 20:30:59 UTC (rev 140135)
+++ extra-i686/PKGBUILD	2011-10-07 20:31:49 UTC (rev 140136)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=python-pysqlite
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pysqlite/"
-depends=('python2' 'sqlite3')
-replaces=('pysqlite2')
-source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
-        setup.cfg)
-md5sums=('fc92618b3b39d02e6ff10dc467c36640'
-	 '86dd356c65afd14a22f2f8f64a26441e')
-build() {
-	cd ${srcdir}/pysqlite-${pkgver}
-	cp ${srcdir}/setup.cfg .
-	python2 setup.py install --root=${pkgdir}
-}
-
-package() {
-	cd ${srcdir}/pysqlite-${pkgver}
-	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-	rm -r ${pkgdir}/usr/pysqlite2-doc
-}

Copied: python-pysqlite/repos/extra-i686/PKGBUILD (from rev 140135, python-pysqlite/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-07 20:31:49 UTC (rev 140136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+pkgname=python-pysqlite
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pysqlite/"
+depends=('python2' 'sqlite3')
+replaces=('pysqlite2')
+source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
+        setup.cfg)
+md5sums=('711afa1062a1d2c4a67acdf02a33d86e'
+         '86dd356c65afd14a22f2f8f64a26441e')
+
+check() {
+    cd ${pkgdir}/usr/lib/python2.7/site-packages
+    python2 -c "from pysqlite2 import test; test.test()"
+}
+
+build() {
+	cd ${srcdir}/pysqlite-${pkgver}
+	cp ${srcdir}/setup.cfg .
+	python2 setup.py install --root=${pkgdir}
+}
+
+package() {
+	cd ${srcdir}/pysqlite-${pkgver}
+	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+	rm -r ${pkgdir}/usr/pysqlite2-doc
+}

Deleted: extra-i686/setup.cfg
===================================================================
--- extra-i686/setup.cfg	2011-10-07 20:30:59 UTC (rev 140135)
+++ extra-i686/setup.cfg	2011-10-07 20:31:49 UTC (rev 140136)
@@ -1,5 +0,0 @@
-[build_ext]
-define=
-include_dirs=/usr/include
-library_dirs=/usr/lib
-libraries=sqlite3

Copied: python-pysqlite/repos/extra-i686/setup.cfg (from rev 140135, python-pysqlite/trunk/setup.cfg)
===================================================================
--- extra-i686/setup.cfg	                        (rev 0)
+++ extra-i686/setup.cfg	2011-10-07 20:31:49 UTC (rev 140136)
@@ -0,0 +1,5 @@
+[build_ext]
+define=
+include_dirs=/usr/include
+library_dirs=/usr/lib
+libraries=sqlite3

Deleted: extra-x86_64/ChangeLog
===================================================================
--- extra-x86_64/ChangeLog	2011-10-07 20:30:59 UTC (rev 140135)
+++ extra-x86_64/ChangeLog	2011-10-07 20:31:49 UTC (rev 140136)
@@ -1,13 +0,0 @@
-
-2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated to: 2.5.5
-
-2009-07-19  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 2.5.5
-
-2008-07-15  Douglas Soares de Andrade  <douglas at archlinux.org>
-
-	* Updated for i686: 2.4.1
-

Copied: python-pysqlite/repos/extra-x86_64/ChangeLog (from rev 140135, python-pysqlite/trunk/ChangeLog)
===================================================================
--- extra-x86_64/ChangeLog	                        (rev 0)
+++ extra-x86_64/ChangeLog	2011-10-07 20:31:49 UTC (rev 140136)
@@ -0,0 +1,16 @@
+2011-10-07  Angel Velasquez <angvp at archlinux.org>
+	* Updated to: 2.6.3
+	    * Added check function
+
+2009-08-06  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated to: 2.5.5
+
+2009-07-19  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 2.5.5
+
+2008-07-15  Douglas Soares de Andrade  <douglas at archlinux.org>
+
+	* Updated for i686: 2.4.1
+

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-07 20:30:59 UTC (rev 140135)
+++ extra-x86_64/PKGBUILD	2011-10-07 20:31:49 UTC (rev 140136)
@@ -1,29 +0,0 @@
-# $Id$
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Contributor: Aaron Griffin <aaron at archlinux.org>
-# Maintainer: Daniel J Griffiths <ghost1227 at archlinux.us>
-
-pkgname=python-pysqlite
-pkgver=2.6.0
-pkgrel=2
-pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
-license=('custom')
-arch=('i686' 'x86_64')
-url="http://code.google.com/p/pysqlite/"
-depends=('python2' 'sqlite3')
-replaces=('pysqlite2')
-source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
-        setup.cfg)
-md5sums=('fc92618b3b39d02e6ff10dc467c36640'
-	 '86dd356c65afd14a22f2f8f64a26441e')
-build() {
-	cd ${srcdir}/pysqlite-${pkgver}
-	cp ${srcdir}/setup.cfg .
-	python2 setup.py install --root=${pkgdir}
-}
-
-package() {
-	cd ${srcdir}/pysqlite-${pkgver}
-	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
-	rm -r ${pkgdir}/usr/pysqlite2-doc
-}

Copied: python-pysqlite/repos/extra-x86_64/PKGBUILD (from rev 140135, python-pysqlite/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-07 20:31:49 UTC (rev 140136)
@@ -0,0 +1,34 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org> 
+# Contributor: Aaron Griffin <aaron at archlinux.org>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+pkgname=python-pysqlite
+pkgver=2.6.3
+pkgrel=1
+pkgdesc="A Python DB-API 2.0 interface for the SQLite embedded relational database engine"
+license=('custom')
+arch=('i686' 'x86_64')
+url="http://code.google.com/p/pysqlite/"
+depends=('python2' 'sqlite3')
+replaces=('pysqlite2')
+source=(http://pysqlite.googlecode.com/files/pysqlite-${pkgver}.tar.gz \
+        setup.cfg)
+md5sums=('711afa1062a1d2c4a67acdf02a33d86e'
+         '86dd356c65afd14a22f2f8f64a26441e')
+
+check() {
+    cd ${pkgdir}/usr/lib/python2.7/site-packages
+    python2 -c "from pysqlite2 import test; test.test()"
+}
+
+build() {
+	cd ${srcdir}/pysqlite-${pkgver}
+	cp ${srcdir}/setup.cfg .
+	python2 setup.py install --root=${pkgdir}
+}
+
+package() {
+	cd ${srcdir}/pysqlite-${pkgver}
+	install -Dm644 LICENSE ${pkgdir}/usr/share/licenses/${pkgname}/LICENSE
+	rm -r ${pkgdir}/usr/pysqlite2-doc
+}

Deleted: extra-x86_64/setup.cfg
===================================================================
--- extra-x86_64/setup.cfg	2011-10-07 20:30:59 UTC (rev 140135)
+++ extra-x86_64/setup.cfg	2011-10-07 20:31:49 UTC (rev 140136)
@@ -1,5 +0,0 @@
-[build_ext]
-define=
-include_dirs=/usr/include
-library_dirs=/usr/lib
-libraries=sqlite3

Copied: python-pysqlite/repos/extra-x86_64/setup.cfg (from rev 140135, python-pysqlite/trunk/setup.cfg)
===================================================================
--- extra-x86_64/setup.cfg	                        (rev 0)
+++ extra-x86_64/setup.cfg	2011-10-07 20:31:49 UTC (rev 140136)
@@ -0,0 +1,5 @@
+[build_ext]
+define=
+include_dirs=/usr/include
+library_dirs=/usr/lib
+libraries=sqlite3




More information about the arch-commits mailing list