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

Evangelos Foutras foutrelis at nymeria.archlinux.org
Sat Aug 17 15:57:11 UTC 2013


    Date: Saturday, August 17, 2013 @ 17:57:11
  Author: foutrelis
Revision: 95862

upgpkg: python-south 0.8.2-2

Depend on setuptools instead of distribute.

Modified:
  python-south/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-17 15:55:42 UTC (rev 95861)
+++ PKGBUILD	2013-08-17 15:57:11 UTC (rev 95862)
@@ -4,12 +4,12 @@
 
 pkgname=('python-south' 'python2-south')
 pkgver=0.8.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Intelligent database migrations library for the Django web framework"
 arch=('any')
 url="http://south.aeracode.org/"
 license=('APACHE')
-makedepends=('python-distribute' 'python2-distribute')
+makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
 sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
 




More information about the arch-commits mailing list