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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Mon Mar 17 16:37:36 UTC 2014


    Date: Monday, March 17, 2014 @ 17:37:36
  Author: foutrelis
Revision: 107518

archrelease: copy trunk to community-staging-any

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

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

Copied: python-south/repos/community-staging-any/PKGBUILD (from rev 107517, python-south/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2014-03-17 16:37:36 UTC (rev 107518)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
+# Contributor: Tiago Pierezan Camargo <tcamargo at gmail.com>
+
+pkgname=('python-south' 'python2-south')
+pkgver=0.8.4
+pkgrel=2
+pkgdesc="Intelligent database migrations library for the Django web framework"
+arch=('any')
+url="http://south.aeracode.org/"
+license=('APACHE')
+makedepends=('python-setuptools' 'python2-setuptools')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('5cf6bdc2967be8dd7845d3058e3af0a73408e5383c9effc3123bb48c3cc5c821')
+
+package_python-south() {
+  depends=('python-django')
+
+  cd "$srcdir/South-$pkgver"
+  python3 setup.py install --root="$pkgdir" -O1
+}
+
+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