Date: Tuesday, January 21, 2014 @ 03:37:10
  Author: angvp
Revision: 204490

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

Added:
  mysql-python/repos/testing-i686/
  mysql-python/repos/testing-i686/PKGBUILD
    (from rev 204489, mysql-python/trunk/PKGBUILD)
  mysql-python/repos/testing-x86_64/
  mysql-python/repos/testing-x86_64/PKGBUILD
    (from rev 204489, mysql-python/trunk/PKGBUILD)

-------------------------+
 testing-i686/PKGBUILD   |   20 ++++++++++++++++++++
 testing-x86_64/PKGBUILD |   20 ++++++++++++++++++++
 2 files changed, 40 insertions(+)

Copied: mysql-python/repos/testing-i686/PKGBUILD (from rev 204489, 
mysql-python/trunk/PKGBUILD)
===================================================================
--- testing-i686/PKGBUILD                               (rev 0)
+++ testing-i686/PKGBUILD       2014-01-21 02:37:10 UTC (rev 204490)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Angel Velasquez <[email protected]> 
+# Contributor: damir <[email protected]>
+
+pkgname=mysql-python
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="MySQL support for Python"
+arch=("i686" "x86_64")
+url="http://mysql-python.sourceforge.net/";
+license=('GPL2')
+depends=('python2' 'libmariadbclient')
+makedepends=('mariadb' 'python2-distribute')
+source=("http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-${pkgver}.zip";)
+md5sums=('654f75b302db6ed8dc5a898c625e030c')
+
+package() {
+  cd ${srcdir}/MySQL-python-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Copied: mysql-python/repos/testing-x86_64/PKGBUILD (from rev 204489, 
mysql-python/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD                             (rev 0)
+++ testing-x86_64/PKGBUILD     2014-01-21 02:37:10 UTC (rev 204490)
@@ -0,0 +1,20 @@
+# $Id$
+# Maintainer: Angel Velasquez <[email protected]> 
+# Contributor: damir <[email protected]>
+
+pkgname=mysql-python
+pkgver=1.2.5
+pkgrel=1
+pkgdesc="MySQL support for Python"
+arch=("i686" "x86_64")
+url="http://mysql-python.sourceforge.net/";
+license=('GPL2')
+depends=('python2' 'libmariadbclient')
+makedepends=('mariadb' 'python2-distribute')
+source=("http://pypi.python.org/packages/source/M/MySQL-python/MySQL-python-${pkgver}.zip";)
+md5sums=('654f75b302db6ed8dc5a898c625e030c')
+
+package() {
+  cd ${srcdir}/MySQL-python-${pkgver}
+  python2 setup.py install --root=${pkgdir} --optimize=1
+}

Reply via email to