[arch-commits] Commit in python-south/repos (2 files)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Mar 11 13:36:01 UTC 2013


    Date: Monday, March 11, 2013 @ 14:36:00
  Author: foutrelis
Revision: 86029

archrelease: copy trunk to community-testing-any

Added:
  python-south/repos/community-testing-any/
  python-south/repos/community-testing-any/PKGBUILD
    (from rev 86028, python-south/trunk/PKGBUILD)

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

Copied: python-south/repos/community-testing-any/PKGBUILD (from rev 86028, python-south/trunk/PKGBUILD)
===================================================================
--- community-testing-any/PKGBUILD	                        (rev 0)
+++ community-testing-any/PKGBUILD	2013-03-11 13:36:00 UTC (rev 86029)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tiago Pierezan Camargo <tcamargo at gmail.com>
+
+pkgname=('python2-south')
+pkgbase=python-south
+pkgver=0.7.6
+pkgrel=3
+pkgdesc="Intelligent database migrations library for the Django web framework"
+arch=('any')
+url="http://south.aeracode.org/"
+license=('APACHE')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a')
+
+build() {
+  cd "$srcdir/South-$pkgver"
+
+  python2 setup.py build
+}
+
+package_python2-south() {
+  depends=('python2-django')
+  conflicts=('python-south<=0.7.6-1')
+  replaces=('python-south<=0.7.6-1')
+
+  cd "$srcdir/South-$pkgver"
+  python2 setup.py install --root="$pkgdir" -O1
+}
+
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list