[arch-commits] Commit in python-south/repos/community-any (PKGBUILD PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Thu May 23 19:16:49 UTC 2013


    Date: Thursday, May 23, 2013 @ 21:16:48
  Author: foutrelis
Revision: 91560

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-23 19:16:42 UTC (rev 91559)
+++ PKGBUILD	2013-05-23 19:16:48 UTC (rev 91560)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Evangelos Foutras <evangelos at foutrelis.com>
-# Contributor: Tiago Pierezan Camargo <tcamargo at gmail.com>
-
-pkgname=('python-south' 'python2-south')
-pkgver=0.8
-pkgrel=1
-pkgdesc="Intelligent database migrations library for the Django web framework"
-arch=('any')
-url="http://south.aeracode.org/"
-license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
-source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('3ff467e2932eeeb8caced79307198f7c4634b3c95b891b4e656255a40f70e696')
-
-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:

Copied: python-south/repos/community-any/PKGBUILD (from rev 91559, python-south/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-05-23 19:16:48 UTC (rev 91560)
@@ -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.1
+pkgrel=1
+pkgdesc="Intelligent database migrations library for the Django web framework"
+arch=('any')
+url="http://south.aeracode.org/"
+license=('APACHE')
+makedepends=('python-distribute' 'python2-distribute')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845')
+
+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