[arch-commits] Commit in python2-mysql2pgsql/repos (2 files)

Ángel Velásquez angvp at nymeria.archlinux.org
Mon Aug 19 10:14:36 UTC 2013


    Date: Monday, August 19, 2013 @ 12:14:35
  Author: angvp
Revision: 96013

archrelease: copy trunk to community-testing-any

Added:
  python2-mysql2pgsql/repos/community-testing-any/
  python2-mysql2pgsql/repos/community-testing-any/PKGBUILD
    (from rev 96012, python2-mysql2pgsql/trunk/PKGBUILD)

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

Copied: python2-mysql2pgsql/repos/community-testing-any/PKGBUILD (from rev 96012, python2-mysql2pgsql/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-08-19 10:14:35 UTC (rev 96013)
@@ -0,0 +1,19 @@
+# $Id$
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=python2-mysql2pgsql
+pkgver=0.1.5
+pkgrel=2
+pkgdesc="Tool for migrating/converting from mysql to postgresql"
+arch=(any)
+url="https://pypi.python.org/pypi/py-mysql2pgsql"
+license=('GPL')
+depends=('python2' 'python2-psycopg2' 'python2-yaml' 'python2-termcolor' 'mysql-python')
+makedepends=('python2-setuptools')
+source=(https://pypi.python.org/packages/source/p/py-mysql2pgsql/py-mysql2pgsql-$pkgver.tar.gz)
+md5sums=('f9383fc558dff6f6c1e304465ff702da')
+
+package() {
+	cd "$srcdir/py-mysql2pgsql-$pkgver"
+	python2 setup.py install --root=$pkgdir
+}




More information about the arch-commits mailing list