[arch-commits] Commit in mysql-python/repos (4 files)
Evangelos Foutras
foutrelis at archlinux.org
Thu May 25 22:16:00 UTC 2017
Date: Thursday, May 25, 2017 @ 22:15:59
Author: foutrelis
Revision: 296611
archrelease: copy trunk to staging-i686, staging-x86_64
Added:
mysql-python/repos/staging-i686/
mysql-python/repos/staging-i686/PKGBUILD
(from rev 296610, mysql-python/trunk/PKGBUILD)
mysql-python/repos/staging-x86_64/
mysql-python/repos/staging-x86_64/PKGBUILD
(from rev 296610, mysql-python/trunk/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 21 +++++++++++++++++++++
staging-x86_64/PKGBUILD | 21 +++++++++++++++++++++
2 files changed, 42 insertions(+)
Copied: mysql-python/repos/staging-i686/PKGBUILD (from rev 296610, mysql-python/trunk/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2017-05-25 22:15:59 UTC (rev 296611)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mysql-python
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="MySQL support for Python"
+arch=("i686" "x86_64")
+url="http://mysql-python.sourceforge.net/"
+license=('GPL2')
+depends=('python2' 'libmariadb')
+makedepends=('python2-setuptools')
+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/staging-x86_64/PKGBUILD (from rev 296610, mysql-python/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2017-05-25 22:15:59 UTC (rev 296611)
@@ -0,0 +1,21 @@
+# $Id$
+# Maintainer: Angel Velasquez <angvp at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+
+pkgname=mysql-python
+pkgver=1.2.5
+pkgrel=2
+pkgdesc="MySQL support for Python"
+arch=("i686" "x86_64")
+url="http://mysql-python.sourceforge.net/"
+license=('GPL2')
+depends=('python2' 'libmariadb')
+makedepends=('python2-setuptools')
+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
+}
More information about the arch-commits
mailing list