[arch-commits] Commit in python-south/trunk (PKGBUILD)

Evangelos Foutras foutrelis at nymeria.archlinux.org
Wed May 22 16:46:07 UTC 2013


    Date: Wednesday, May 22, 2013 @ 18:46:07
  Author: foutrelis
Revision: 91442

upgpkg: python-south 0.8-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

----------+
 PKGBUILD |   18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-05-22 15:08:25 UTC (rev 91441)
+++ PKGBUILD	2013-05-22 16:46:07 UTC (rev 91442)
@@ -2,22 +2,22 @@
 # 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
+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=('python2-distribute')
+makedepends=('python-distribute' 'python2-distribute')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a')
+sha256sums=('3ff467e2932eeeb8caced79307198f7c4634b3c95b891b4e656255a40f70e696')
 
-build() {
+package_python-south() {
+  depends=('python-django')
+
   cd "$srcdir/South-$pkgver"
-
-  python2 setup.py build
+  python3 setup.py install --root="$pkgdir" -O1
 }
 
 package_python2-south() {




More information about the arch-commits mailing list