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

2013-06-10 Thread Bartłomiej Piotrowski
Date: Monday, June 10, 2013 @ 08:52:56
  Author: bpiotrowski
Revision: 188121

upgpkg: python-distribute 0.6.45-1

- upstream release

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-06-10 06:49:48 UTC (rev 188120)
+++ PKGBUILD2013-06-10 06:52:56 UTC (rev 188121)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.40
+pkgver=0.6.45
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('46654be10177014bbb502a4c516627173de67d15'
+sha1sums=('55b15037f828496a96f38447c0fa0228df85'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 
 prepare() {



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

2013-05-21 Thread Stéphane Gaudreault
Date: Wednesday, May 22, 2013 @ 03:41:08
  Author: stephane
Revision: 186204

upgpkg: python-distribute 0.6.40-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-22 01:10:58 UTC (rev 186203)
+++ PKGBUILD2013-05-22 01:41:08 UTC (rev 186204)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.39
+pkgver=0.6.40
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,9 +12,10 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('1dd11f1c9143c25ede79347873832e6b5db7226f'
+sha1sums=('46654be10177014bbb502a4c516627173de67d15'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
-build() {
+
+prepare() {
cd ${srcdir}
 
pushd distribute-${pkgver}
@@ -23,18 +24,20 @@
 
cp -a distribute-${pkgver}{,-python2}
 
-   # Build python 3 module
-   cd distribute-${pkgver}
-
+   cd ${srcdir}/distribute-${pkgver}
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
 
+   cd ../distribute-${pkgver}-python2
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+}
+
+build() {
+   # Build python 3 module
+   cd ${srcdir}/distribute-${pkgver}
python3 setup.py build
 
# Build python 2 module
cd ../distribute-${pkgver}-python2
-
-   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
-
python2 setup.py build
 }
 



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

2013-05-13 Thread Stéphane Gaudreault
Date: Tuesday, May 14, 2013 @ 01:47:49
  Author: stephane
Revision: 185411

upgpkg: python-distribute 0.6.39-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-13 23:45:05 UTC (rev 185410)
+++ PKGBUILD2013-05-13 23:47:49 UTC (rev 185411)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.38
+pkgver=0.6.39
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
+sha1sums=('1dd11f1c9143c25ede79347873832e6b5db7226f'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



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

2013-05-11 Thread Stéphane Gaudreault
Date: Saturday, May 11, 2013 @ 14:21:21
  Author: stephane
Revision: 185132

upgpkg: python-distribute 0.6.38-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-05-11 10:28:24 UTC (rev 185131)
+++ PKGBUILD2013-05-11 12:21:21 UTC (rev 185132)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.36
+pkgver=0.6.38
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
+sha1sums=('dcd9d17db4e2df132f5c9c2e88c52d57ff6ff541'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



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

2013-04-10 Thread Stéphane Gaudreault
Date: Wednesday, April 10, 2013 @ 15:31:16
  Author: stephane
Revision: 182416

upgpkg: python-distribute 0.6.36-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-04-10 13:21:54 UTC (rev 182415)
+++ PKGBUILD2013-04-10 13:31:16 UTC (rev 182416)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.34
+pkgver=0.6.36
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('b6f9cfbaf3e63833b71009812a613be13e68f5de'
+sha1sums=('ab69711e4ea85c84d6710ecadf1d77427539f702'
   '420bc5d35e1dbfff8015f12e1a13d46973e34c68')
 build() {
cd ${srcdir}



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

2012-11-16 Thread Stéphane Gaudreault
Date: Friday, November 16, 2012 @ 23:08:09
  Author: stephane
Revision: 171305

upgpkg: python-distribute 0.6.30-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-11-17 03:08:29 UTC (rev 171304)
+++ PKGBUILD2012-11-17 04:08:09 UTC (rev 171305)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.29
+pkgver=0.6.30
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('c713633a38d23bbed16c0947666165688a18915b'
+sha1sums=('40dfce237883d1c02817f726128f61614dc686ff'
   '9c19c12edac507b0f76696d282b9831c4b653a7e')
 build() {
cd ${srcdir}



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

2012-10-20 Thread Stéphane Gaudreault
Date: Saturday, October 20, 2012 @ 18:10:40
  Author: stephane
Revision: 169423

upgpkg: python-distribute 0.6.29-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-20 20:58:46 UTC (rev 169422)
+++ PKGBUILD2012-10-20 22:10:40 UTC (rev 169423)
@@ -3,8 +3,8 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.28
-pkgrel=3
+pkgver=0.6.29
+pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('709bd97d46050d69865d4b588c7707768dfe6711'
+sha1sums=('c713633a38d23bbed16c0947666165688a18915b'
   '9c19c12edac507b0f76696d282b9831c4b653a7e')
 build() {
cd ${srcdir}
@@ -25,6 +25,9 @@
 
# Build python 3 module
cd distribute-${pkgver}
+
+   sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+
python3 setup.py build
 
# Build python 2 module



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

2012-10-02 Thread Stéphane Gaudreault
Date: Tuesday, October 2, 2012 @ 21:01:11
  Author: stephane
Revision: 167690

upgpkg: python-distribute 0.6.28-3

depends on python 3.3.0

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-03 00:44:12 UTC (rev 167689)
+++ PKGBUILD2012-10-03 01:01:11 UTC (rev 167690)
@@ -4,7 +4,7 @@
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
 pkgver=0.6.28
-pkgrel=2
+pkgrel=3
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')
@@ -36,7 +36,7 @@
 }
 
 package_python-distribute() {
-   depends=('python=3.2')
+   depends=('python=3.3')
 
cd ${srcdir}/distribute-${pkgver}
python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build



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

2012-10-01 Thread Stéphane Gaudreault
Date: Monday, October 1, 2012 @ 12:36:48
  Author: stephane
Revision: 167371

use python3 executable

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-10-01 16:10:05 UTC (rev 167370)
+++ PKGBUILD2012-10-01 16:36:48 UTC (rev 167371)
@@ -25,8 +25,7 @@
 
# Build python 3 module
cd distribute-${pkgver}
-   python setup.py build
-#   python setup.py test
+   python3 setup.py build
 
# Build python 2 module
cd ../distribute-${pkgver}-python2
@@ -34,14 +33,13 @@
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
 
python2 setup.py build
-#   python2 setup.py test
 }
 
 package_python-distribute() {
depends=('python=3.2')
 
cd ${srcdir}/distribute-${pkgver}
-   python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+   python3 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
 }
 
 package_python2-distribute() {



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

2012-09-29 Thread Stéphane Gaudreault
Date: Saturday, September 29, 2012 @ 12:37:58
  Author: stephane
Revision: 167275

upgpkg: python-distribute 0.6.28-2

rebuild for python 3.3.0

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-09-29 16:37:32 UTC (rev 167274)
+++ PKGBUILD2012-09-29 16:37:58 UTC (rev 167275)
@@ -4,7 +4,7 @@
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
 pkgver=0.6.28
-pkgrel=1
+pkgrel=2
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')



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

2012-07-23 Thread Stéphane Gaudreault
Date: Monday, July 23, 2012 @ 12:44:31
  Author: stephane
Revision: 163998

upgpkg: python-distribute 0.6.28-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-07-23 15:29:20 UTC (rev 163997)
+++ PKGBUILD2012-07-23 16:44:31 UTC (rev 163998)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.27
+pkgver=0.6.28
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('cebaaf91938581cb8c4a2f708f2b3e770232d3a5'
+sha1sums=('709bd97d46050d69865d4b588c7707768dfe6711'
   '9c19c12edac507b0f76696d282b9831c4b653a7e')
 build() {
cd ${srcdir}



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

2012-05-05 Thread Stéphane Gaudreault
Date: Saturday, May 5, 2012 @ 21:17:44
  Author: stephane
Revision: 158664

upgpkg: python-distribute 0.6.26-1

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2012-05-06 00:55:05 UTC (rev 158663)
+++ PKGBUILD2012-05-06 01:17:44 UTC (rev 158664)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.25
+pkgver=0.6.26
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,9 +12,8 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('6f402212f294840468d80dc154ebd454e76eba4b'
+sha1sums=('a78806c524d575fe46bca70b4ef9704954c6124c'
   '479a239fae1047fa4a8c64b89f4aec2934f027b9')
-
 build() {
cd ${srcdir}
 



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

2012-03-17 Thread Stéphane Gaudreault
Date: Saturday, March 17, 2012 @ 21:13:56
  Author: stephane
Revision: 153688

upgpkg: python-distribute 0.6.25-1

upstream update

Modified:
  python-distribute/trunk/PKGBUILD

--+
 PKGBUILD |   10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2012-03-17 20:59:01 UTC (rev 153687)
+++ PKGBUILD2012-03-18 01:13:56 UTC (rev 153688)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.24
+pkgver=0.6.25
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('0670bdbba2be6892f67a6f946259776fa8331525'
+sha1sums=('6f402212f294840468d80dc154ebd454e76eba4b'
   '479a239fae1047fa4a8c64b89f4aec2934f027b9')
 
 build() {
@@ -27,7 +27,7 @@
# Build python 3 module
cd distribute-${pkgver}
python setup.py build
-   python setup.py test
+#   python setup.py test
 
# Build python 2 module
cd ../distribute-${pkgver}-python2
@@ -35,7 +35,7 @@
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
 
python2 setup.py build
-   python2 setup.py test
+#   python2 setup.py test
 }
 
 package_python-distribute() {
@@ -47,7 +47,7 @@
 
 package_python2-distribute() {
depends=('python2=2.7')
-   provides=('setuptools=0.6c11')
+   provides=('setuptools')
conflicts=('setuptools')
 
cd ${srcdir}/distribute-${pkgver}-python2



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

2011-09-12 Thread Stéphane Gaudreault
Date: Monday, September 12, 2011 @ 09:16:58
  Author: stephane
Revision: 137922

upgpkg: python-distribute 0.6.21-1

version bump

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-09-12 13:07:25 UTC (rev 137921)
+++ PKGBUILD2011-09-12 13:16:58 UTC (rev 137922)
@@ -3,7 +3,7 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
-pkgver=0.6.19
+pkgver=0.6.21
 pkgrel=1
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
@@ -12,7 +12,7 @@
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/d/distribute/distribute-${pkgver}.tar.gz
 distribute-python2_and_3.patch)
-sha1sums=('4b9569319aa8cc283030b3d996b5d88e022c684f'
+sha1sums=('4bc3df524ba1d684ba997caab3346040551a3820'
   '19a78b79123095dc4a99cda4ba0d02e34210c310')
 
 build() {



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

2011-03-28 Thread Stéphane Gaudreault
Date: Monday, March 28, 2011 @ 05:18:03
  Author: stephane
Revision: 117046

propset

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 09:13:24 UTC (rev 117045)
+++ PKGBUILD2011-03-28 09:18:03 UTC (rev 117046)
@@ -1,3 +1,4 @@
+# $Id$
 # Maintainer: Stéphane Gaudreault steph...@archlinux.org
 # Contributor: Sebastien Binet binet@farnsworth
 pkgbase=python-distribute



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

2011-03-28 Thread Ionut Biru
Date: Monday, March 28, 2011 @ 07:33:06
  Author: ibiru
Revision: 117059

upgpkg: python-distribute 0.6.15-2
provides setuptools for python2-distribute. FS#23474

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 11:23:54 UTC (rev 117058)
+++ PKGBUILD2011-03-28 11:33:06 UTC (rev 117059)
@@ -4,7 +4,7 @@
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
 pkgver=0.6.15
-pkgrel=1
+pkgrel=2
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')
@@ -18,13 +18,13 @@
 build() {
cd ${srcdir}
cp -a distribute-${pkgver}{,-python2}
-   
+
# Build python 3 module
cd distribute-${pkgver}
patch -Np1 -i ../distribute-python2_and_3.patch
python setup.py build
python setup.py test
-   
+
# Build python 2 module
cd ../distribute-${pkgver}-python2
patch -Np1 -i ../distribute-python2_and_3.patch
@@ -34,14 +34,15 @@
 
 package_python-distribute() {
depends=('python=3.2')
-   
+
cd ${srcdir}/distribute-${pkgver}
python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
 }
 
 package_python2-distribute() {
depends=('python2=2.7')
-   
+   provides=('setuptools=0.6c11')
+
cd ${srcdir}/distribute-${pkgver}-python2
python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
 }



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

2011-03-28 Thread Stéphane Gaudreault
Date: Monday, March 28, 2011 @ 11:27:26
  Author: stephane
Revision: 117083

upgpkg: python-distribute 0.6.15-3
python2-distribute conflicts with setuptools

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-03-28 14:57:31 UTC (rev 117082)
+++ PKGBUILD2011-03-28 15:27:26 UTC (rev 117083)
@@ -4,7 +4,7 @@
 pkgbase=python-distribute
 pkgname=('python-distribute' 'python2-distribute')
 pkgver=0.6.15
-pkgrel=2
+pkgrel=3
 pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')
@@ -42,6 +42,7 @@
 package_python2-distribute() {
depends=('python2=2.7')
provides=('setuptools=0.6c11')
+   conflicts=('setuptools')
 
cd ${srcdir}/distribute-${pkgver}-python2
python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build



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

2011-02-21 Thread Stéphane Gaudreault
Date: Monday, February 21, 2011 @ 07:01:20
  Author: stephane
Revision: 110665

upgpkg: python-distribute 0.6.14-6
python 3.2 rebuild

Modified:
  python-distribute/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2011-02-21 12:00:30 UTC (rev 110664)
+++ PKGBUILD2011-02-21 12:01:20 UTC (rev 110665)
@@ -2,8 +2,8 @@
 # Contributor: Sebastien Binet binet@farnsworth
 pkgname=python-distribute
 pkgver=0.6.14
-pkgrel=5
-pkgdesc=A collection of extensions to the Python distutils
+pkgrel=6
+pkgdesc=Easily build and distribute Python packages
 arch=('any')
 license=('PSF')
 url=http://packages.python.org/distribute;
@@ -13,9 +13,13 @@
 sha1sums=('6bea50b97f36bf751548bb486a534204a690aa4d'
   'de635febfb11dc6878e5bdbac4a0e1d539c19d79')
 
-package() {
-   cd ${srcdir}/distribute-${pkgver}
+build() {
+   cd ${srcdir}/distribute-${pkgver}
patch -Np1 -i ../distribute-${pkgver}_python2_and_3.patch
-   python setup.py install --prefix=/usr --root=${pkgdir}
+   python setup.py build
 }
-# vim: set noexpandtab tabstop=8 shiftwidth=8 textwidth=132 autoindent
+
+package() {
+   cd ${srcdir}/distribute-${pkgver}
+   python setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
+}