[arch-commits] Commit in python-south/repos (2 files)

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

archrelease: copy trunk to community-staging-any

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

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

Copied: python-south/repos/community-staging-any/PKGBUILD (from rev 202281, 
python-south/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2016-12-25 18:52:18 UTC (rev 202282)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgname=('python-south' 'python2-south')
+pkgver=1.0.2
+pkgrel=3
+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=(https://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:


[arch-commits] Commit in python-south/repos (2 files)

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

archrelease: copy trunk to community-staging-any

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

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

Copied: python-south/repos/community-staging-any/PKGBUILD (from rev 140720, 
python-south/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2015-09-19 10:01:55 UTC (rev 140721)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgname=('python-south' 'python2-south')
+pkgver=1.0.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=('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:


[arch-commits] Commit in python-south/repos (2 files)

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

archrelease: copy trunk to community-staging-any

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

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

Copied: python-south/repos/community-staging-any/PKGBUILD (from rev 107517, 
python-south/trunk/PKGBUILD)
===
--- community-staging-any/PKGBUILD  (rev 0)
+++ community-staging-any/PKGBUILD  2014-03-17 16:37:36 UTC (rev 107518)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgname=('python-south' 'python2-south')
+pkgver=0.8.4
+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=('5cf6bdc2967be8dd7845d3058e3af0a73408e5383c9effc3123bb48c3cc5c821')
+
+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:



[arch-commits] Commit in python-south/repos (2 files)

2013-08-17 Thread Evangelos Foutras
Date: Saturday, August 17, 2013 @ 17:57:15
  Author: foutrelis
Revision: 95863

archrelease: copy trunk to community-testing-any

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

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

Copied: python-south/repos/community-testing-any/PKGBUILD (from rev 95862, 
python-south/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-08-17 15:57:15 UTC (rev 95863)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+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:



[arch-commits] Commit in python-south/repos (2 files)

2013-03-11 Thread Evangelos Foutras
Date: Monday, March 11, 2013 @ 14:36:00
  Author: foutrelis
Revision: 86029

archrelease: copy trunk to community-testing-any

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

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

Copied: python-south/repos/community-testing-any/PKGBUILD (from rev 86028, 
python-south/trunk/PKGBUILD)
===
--- community-testing-any/PKGBUILD  (rev 0)
+++ community-testing-any/PKGBUILD  2013-03-11 13:36:00 UTC (rev 86029)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Evangelos Foutras 
+# Contributor: Tiago Pierezan Camargo 
+
+pkgname=('python2-south')
+pkgbase=python-south
+pkgver=0.7.6
+pkgrel=3
+pkgdesc="Intelligent database migrations library for the Django web framework"
+arch=('any')
+url="http://south.aeracode.org/";
+license=('APACHE')
+makedepends=('python2-distribute')
+source=(http://pypi.python.org/packages/source/S/South/South-$pkgver.tar.gz)
+sha256sums=('d2c3c1ddf93ec7e29935088eef47984bb780e47aeb8acd5f18fbb3a72e97936a')
+
+build() {
+  cd "$srcdir/South-$pkgver"
+
+  python2 setup.py build
+}
+
+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: