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

Evangelos Foutras foutrelis at archlinux.org
Thu Dec 25 15:54:13 UTC 2014


    Date: Thursday, December 25, 2014 @ 16:54:13
  Author: foutrelis
Revision: 124565

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2014-12-25 15:53:32 UTC (rev 124564)
+++ PKGBUILD	2014-12-25 15:54:13 UTC (rev 124565)
@@ -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=1.0.1
-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=('1ce97c634107df324eb2fd53cd904d7c04fc8cc6a8fe0800e5f85345b0c75ad3')
-
-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 124564, python-south/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2014-12-25 15:54:13 UTC (rev 124565)
@@ -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=1.0.2
+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=('d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4')
+
+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