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

2016-12-25 Thread Evangelos Foutras
Date: Sunday, December 25, 2016 @ 18:52:12
  Author: foutrelis
Revision: 202281

Python 3.6 rebuild

Modified:
  python-south/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-12-25 18:52:05 UTC (rev 202280)
+++ PKGBUILD2016-12-25 18:52:12 UTC (rev 202281)
@@ -4,7 +4,7 @@
 
 pkgname=('python-south' 'python2-south')
 pkgver=1.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Intelligent database migrations library for the Django web framework"
 arch=('any')
 url="http://south.aeracode.org/;


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

2016-11-01 Thread Evangelos Foutras
Date: Tuesday, November 1, 2016 @ 21:29:38
  Author: foutrelis
Revision: 194289

Use HTTPS sources

Modified:
  python-south/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2016-11-01 21:29:03 UTC (rev 194288)
+++ PKGBUILD2016-11-01 21:29:38 UTC (rev 194289)
@@ -10,7 +10,7 @@
 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)
+source=(https://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
 sha256sums=('d360bd31898f9df59f6faa786551065bba45b35e7ee3c39b381b4fbfef7392f4')
 
 package_python-south() {


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

2015-09-19 Thread Evangelos Foutras
Date: Saturday, September 19, 2015 @ 12:01:45
  Author: foutrelis
Revision: 140720

upgpkg: python-south 1.0.2-2

Python 3.5 rebuild.

Modified:
  python-south/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2015-09-19 09:52:20 UTC (rev 140719)
+++ PKGBUILD2015-09-19 10:01:45 UTC (rev 140720)
@@ -4,7 +4,7 @@
 
 pkgname=('python-south' 'python2-south')
 pkgver=1.0.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Intelligent database migrations library for the Django web framework"
 arch=('any')
 url="http://south.aeracode.org/;


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

2014-10-26 Thread Evangelos Foutras
Date: Monday, October 27, 2014 @ 04:25:57
  Author: foutrelis
Revision: 121458

upgpkg: python-south 1.0.1-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-10-27 00:48:18 UTC (rev 121457)
+++ PKGBUILD2014-10-27 03:25:57 UTC (rev 121458)
@@ -3,7 +3,7 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=1.0
+pkgver=1.0.1
 pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('017ecc2d66818580e1131af61b8d96901c4a2d05b051186196d9d4f35bdbb901')
+sha256sums=('1ce97c634107df324eb2fd53cd904d7c04fc8cc6a8fe0800e5f85345b0c75ad3')
 
 package_python-south() {
   depends=('python-django')


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

2014-07-02 Thread Evangelos Foutras
Date: Wednesday, July 2, 2014 @ 14:52:34
  Author: foutrelis
Revision: 114643

upgpkg: python-south 1.0-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-07-02 12:47:59 UTC (rev 114642)
+++ PKGBUILD2014-07-02 12:52:34 UTC (rev 114643)
@@ -3,8 +3,8 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8.4
-pkgrel=2
+pkgver=1.0
+pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
 url=http://south.aeracode.org/;
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('5cf6bdc2967be8dd7845d3058e3af0a73408e5383c9effc3123bb48c3cc5c821')
+sha256sums=('017ecc2d66818580e1131af61b8d96901c4a2d05b051186196d9d4f35bdbb901')
 
 package_python-south() {
   depends=('python-django')



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

2014-03-17 Thread Evangelos Foutras
Date: Monday, March 17, 2014 @ 17:37:30
  Author: foutrelis
Revision: 107517

upgpkg: python-south 0.8.4-2

Python 3.4 rebuild.

Modified:
  python-south/trunk/PKGBUILD

--+
 PKGBUILD |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===
--- PKGBUILD2014-03-17 16:33:44 UTC (rev 107516)
+++ PKGBUILD2014-03-17 16:37:30 UTC (rev 107517)
@@ -4,7 +4,7 @@
 
 pkgname=('python-south' 'python2-south')
 pkgver=0.8.4
-pkgrel=1
+pkgrel=2
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
 url=http://south.aeracode.org/;



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

2013-11-22 Thread Evangelos Foutras
Date: Friday, November 22, 2013 @ 09:24:53
  Author: foutrelis
Revision: 101300

upgpkg: python-south 0.8.4-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-22 05:31:02 UTC (rev 101299)
+++ PKGBUILD2013-11-22 08:24:53 UTC (rev 101300)
@@ -3,7 +3,7 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8.3
+pkgver=0.8.4
 pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('1b161afa2feb932b59aac5bd755d514e07aa015ea1d4c976cbc97ca7fc9da9aa')
+sha256sums=('5cf6bdc2967be8dd7845d3058e3af0a73408e5383c9effc3123bb48c3cc5c821')
 
 package_python-south() {
   depends=('python-django')



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

2013-11-13 Thread Evangelos Foutras
Date: Wednesday, November 13, 2013 @ 19:01:25
  Author: foutrelis
Revision: 100946

upgpkg: python-south 0.8.3-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

--+
 PKGBUILD |6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-13 17:41:24 UTC (rev 100945)
+++ PKGBUILD2013-11-13 18:01:25 UTC (rev 100946)
@@ -3,8 +3,8 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
 url=http://south.aeracode.org/;
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-setuptools' 'python2-setuptools')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
+sha256sums=('1b161afa2feb932b59aac5bd755d514e07aa015ea1d4c976cbc97ca7fc9da9aa')
 
 package_python-south() {
   depends=('python-django')



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

2013-08-17 Thread Evangelos Foutras
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
===
--- PKGBUILD2013-08-17 15:55:42 UTC (rev 95861)
+++ PKGBUILD2013-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')
 



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

2013-08-12 Thread Evangelos Foutras
Date: Monday, August 12, 2013 @ 10:14:27
  Author: foutrelis
Revision: 95438

upgpkg: python-south 0.8.2-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-12 07:39:27 UTC (rev 95437)
+++ PKGBUILD2013-08-12 08:14:27 UTC (rev 95438)
@@ -3,7 +3,7 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8.1
+pkgver=0.8.2
 pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845')
+sha256sums=('a6f074f048a63a0d19cd1a6ae298377b4800351eca8e1294d33f709c5cdd5e5a')
 
 package_python-south() {
   depends=('python-django')



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

2013-05-23 Thread Evangelos Foutras
Date: Thursday, May 23, 2013 @ 21:16:42
  Author: foutrelis
Revision: 91559

upgpkg: python-south 0.8.1-1

New upstream release.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-23 16:02:08 UTC (rev 91558)
+++ PKGBUILD2013-05-23 19:16:42 UTC (rev 91559)
@@ -3,7 +3,7 @@
 # Contributor: Tiago Pierezan Camargo tcama...@gmail.com
 
 pkgname=('python-south' 'python2-south')
-pkgver=0.8
+pkgver=0.8.1
 pkgrel=1
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
@@ -11,7 +11,7 @@
 license=('APACHE')
 makedepends=('python-distribute' 'python2-distribute')
 source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
-sha256sums=('3ff467e2932eeeb8caced79307198f7c4634b3c95b891b4e656255a40f70e696')
+sha256sums=('b695477fc7171d8844a0477a8caa688d6988d895ec14faa817f44def8a5d7845')
 
 package_python-south() {
   depends=('python-django')



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

2013-05-22 Thread Evangelos Foutras
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
===
--- PKGBUILD2013-05-22 15:08:25 UTC (rev 91441)
+++ PKGBUILD2013-05-22 16:46:07 UTC (rev 91442)
@@ -2,22 +2,22 @@
 # Maintainer: Evangelos Foutras evange...@foutrelis.com
 # Contributor: Tiago Pierezan Camargo tcama...@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() {



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

2013-03-11 Thread Evangelos Foutras
Date: Monday, March 11, 2013 @ 14:35:52
  Author: foutrelis
Revision: 86028

upgpkg: python-south 0.7.6-3

python2-django rebuild.

Modified:
  python-south/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-03-11 13:35:35 UTC (rev 86027)
+++ PKGBUILD2013-03-11 13:35:52 UTC (rev 86028)
@@ -5,7 +5,7 @@
 pkgname=('python2-south')
 pkgbase=python-south
 pkgver=0.7.6
-pkgrel=2
+pkgrel=3
 pkgdesc=Intelligent database migrations library for the Django web framework
 arch=('any')
 url=http://south.aeracode.org/;
@@ -21,7 +21,7 @@
 }
 
 package_python2-south() {
-  depends=('django')
+  depends=('python2-django')
   conflicts=('python-south=0.7.6-1')
   replaces=('python-south=0.7.6-1')