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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Wed Nov 13 18:01:32 UTC 2013


    Date: Wednesday, November 13, 2013 @ 19:01:32
  Author: foutrelis
Revision: 100947

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-13 18:01:25 UTC (rev 100946)
+++ PKGBUILD	2013-11-13 18:01:32 UTC (rev 100947)
@@ -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.2
-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=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
-
-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 100946, python-south/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-11-13 18:01:32 UTC (rev 100947)
@@ -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.3
+pkgrel=1
+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=('1b161afa2feb932b59aac5bd755d514e07aa015ea1d4c976cbc97ca7fc9da9aa')
+
+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