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

2014-03-16 Thread Felix Yan
Date: Monday, March 17, 2014 @ 04:37:12
  Author: fyan
Revision: 207994

upgpkg: python-setuptools 3.3-2

- python 3.4 rebuild
- disable check (there is an error)

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-16 22:37:02 UTC (rev 207993)
+++ PKGBUILD2014-03-17 03:37:12 UTC (rev 207994)
@@ -5,7 +5,7 @@
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
 pkgver=3.3
-pkgrel=1
+pkgrel=2
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
 license=('PSF')
@@ -14,6 +14,7 @@
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
 md5sums=('87680a0eb0bb6f720d5e2d89ba67debc')
 
+EOF
 check() {
# Check python3 module
cd ${srcdir}/setuptools-${pkgver}
@@ -23,6 +24,7 @@
cd ${srcdir}/setuptools-${pkgver}-python2
python2 setup.py test
 }
+EOF
  
 prepare() {
cd ${srcdir}



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

2014-03-14 Thread Felix Yan
Date: Saturday, March 15, 2014 @ 04:55:31
  Author: fyan
Revision: 207772

upgpkg: python-setuptools 3.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-15 02:53:18 UTC (rev 207771)
+++ PKGBUILD2014-03-15 03:55:31 UTC (rev 207772)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.1
+pkgver=3.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('425c2fa9329fc000e8c5ff947df001c3')
+md5sums=('d354131f1bcf6fcc62b4de3d71b45189')
 
 check() {
# Check python3 module
@@ -36,7 +36,7 @@
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
 
-   cd ../setuptools-${pkgver}-python2
+   cd ${srcdir}/setuptools-${pkgver}-python2
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
 }
@@ -47,7 +47,7 @@
python3 setup.py build
  
# Build python 2 module
-   cd ../setuptools-${pkgver}-python2
+   cd ${srcdir}/setuptools-${pkgver}-python2
python2 setup.py build
 }
  



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

2014-03-08 Thread Felix Yan
Date: Saturday, March 8, 2014 @ 14:59:56
  Author: fyan
Revision: 207388

upgpkg: python-setuptools 3.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-08 13:48:43 UTC (rev 207387)
+++ PKGBUILD2014-03-08 13:59:56 UTC (rev 207388)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.0.2
+pkgver=3.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('5fa068a279113e2a94cd56d31a05880f')
+md5sums=('425c2fa9329fc000e8c5ff947df001c3')
 
 check() {
# Check python3 module



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

2014-03-06 Thread Felix Yan
Date: Thursday, March 6, 2014 @ 11:43:58
  Author: fyan
Revision: 206926

upgpkg: python-setuptools 3.0-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-06 10:36:16 UTC (rev 206925)
+++ PKGBUILD2014-03-06 10:43:58 UTC (rev 206926)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.2
+pkgver=3.0
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,17 +12,17 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('04a7664538957b832710653fd7d5b4e6')
+md5sums=('60dcf0080129e01269d68e2233a8286a')
 
-#check() {
-#   # Check python3 module
-#   cd ${srcdir}/setuptools-${pkgver}
-#   python3 setup.py test
-#
-#   # Check python2 module
-#   cd ${srcdir}/setuptools-${pkgver}-python2
-#   python2 setup.py test
-#}
+check() {
+   # Check python3 module
+   cd ${srcdir}/setuptools-${pkgver}
+   python3 setup.py test
+
+   # Check python2 module
+   cd ${srcdir}/setuptools-${pkgver}-python2
+   python2 setup.py test
+}
  
 prepare() {
cd ${srcdir}



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

2014-03-06 Thread Felix Yan
Date: Thursday, March 6, 2014 @ 13:32:46
  Author: fyan
Revision: 207099

upgpkg: python-setuptools 3.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-06 12:15:46 UTC (rev 207098)
+++ PKGBUILD2014-03-06 12:32:46 UTC (rev 207099)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.0
+pkgver=3.0.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('60dcf0080129e01269d68e2233a8286a')
+md5sums=('4ab331577e382867359f953f13e408cb')
 
 check() {
# Check python3 module



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

2014-03-06 Thread Felix Yan
Date: Thursday, March 6, 2014 @ 16:12:02
  Author: fyan
Revision: 207107

upgpkg: python-setuptools 3.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-03-06 13:51:27 UTC (rev 207106)
+++ PKGBUILD2014-03-06 15:12:02 UTC (rev 207107)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=3.0.1
+pkgver=3.0.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('4ab331577e382867359f953f13e408cb')
+md5sums=('5fa068a279113e2a94cd56d31a05880f')
 
 check() {
# Check python3 module



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

2014-02-07 Thread Felix Yan
Date: Saturday, February 8, 2014 @ 03:56:34
  Author: fyan
Revision: 205581

upgpkg: python-setuptools 2.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-07 23:38:41 UTC (rev 205580)
+++ PKGBUILD2014-02-08 02:56:34 UTC (rev 205581)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.1.2
+pkgver=2.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('3fb7b3abb02d1d1eb9dc45e1c53e1539')
+md5sums=('04a7664538957b832710653fd7d5b4e6')
 
 #check() {
 #   # Check python3 module



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

2014-02-05 Thread Felix Yan
Date: Thursday, February 6, 2014 @ 03:54:51
  Author: fyan
Revision: 205488

upgpkg: python-setuptools 2.1.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 02:40:04 UTC (rev 205487)
+++ PKGBUILD2014-02-06 02:54:51 UTC (rev 205488)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.1
+pkgver=2.1.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -11,8 +11,8 @@
 license=('PSF')
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
-source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('2044725530450d0517393882dc4b7508')
+source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
+md5sums=('e18af60a87982d6f7bf73176aed6bb49')
 
 #check() {
 #   # Check python3 module
@@ -35,6 +35,9 @@
cd ${srcdir}/setuptools-${pkgver}
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
+
+   # Workaround encoding issue in setup.py introduced on 2.1.1. Upstream 
issue: https://bitbucket.org/pypa/setuptools/issue/144
+   sed -i -e s/open('\(README\|CHANGES\|CHANGES 
(links)\).txt')/open('\1.txt', encoding='utf8')/ setup.py
  
cd ../setuptools-${pkgver}-python2
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py



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

2014-02-05 Thread Felix Yan
Date: Thursday, February 6, 2014 @ 04:06:33
  Author: fyan
Revision: 205491

upgpkg: python-setuptools 2.1.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-02-06 02:57:32 UTC (rev 205490)
+++ PKGBUILD2014-02-06 03:06:33 UTC (rev 205491)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.1.1
+pkgver=2.1.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz;)
-md5sums=('e18af60a87982d6f7bf73176aed6bb49')
+md5sums=('3fb7b3abb02d1d1eb9dc45e1c53e1539')
 
 #check() {
 #   # Check python3 module
@@ -36,9 +36,6 @@
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
 
-   # Workaround encoding issue in setup.py introduced on 2.1.1. Upstream 
issue: https://bitbucket.org/pypa/setuptools/issue/144
-   sed -i -e s/open('\(README\|CHANGES\|CHANGES 
(links)\).txt')/open('\1.txt', encoding='utf8')/ setup.py
- 
cd ../setuptools-${pkgver}-python2
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py



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

2014-01-07 Thread Felix Yan
Date: Wednesday, January 8, 2014 @ 03:31:25
  Author: fyan
Revision: 203322

upgpkg: python-setuptools 2.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2014-01-08 00:50:57 UTC (rev 203321)
+++ PKGBUILD2014-01-08 02:31:25 UTC (rev 203322)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.0.2
+pkgver=2.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('101b0829eca064fe47708039d66fc135')
+md5sums=('2044725530450d0517393882dc4b7508')
 
 #check() {
 #   # Check python3 module



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

2013-12-29 Thread Felix Yan
Date: Sunday, December 29, 2013 @ 17:14:30
  Author: fyan
Revision: 202969

upgpkg: python-setuptools 2.0.2-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-29 14:16:54 UTC (rev 202968)
+++ PKGBUILD2013-12-29 16:14:30 UTC (rev 202969)
@@ -4,7 +4,7 @@
 
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.0.1
+pkgver=2.0.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -12,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('04aedc705644fda5848b7b428774e5ff')
+md5sums=('101b0829eca064fe47708039d66fc135')
 
 #check() {
 #   # Check python3 module
@@ -34,9 +34,11 @@
  
cd ${srcdir}/setuptools-${pkgver}
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python3| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python3| 
setuptools/command/easy_install.py
  
cd ../setuptools-${pkgver}-python2
sed -i -e s|^#\!.*/usr/bin/python|#!/usr/bin/python2| 
setuptools/tests/test_resources.py
+   sed -i -e s|^#\!.*/usr/bin/env python|#!/usr/bin/env python2| 
setuptools/command/easy_install.py
 }
 
 build() {



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

2013-12-18 Thread Felix Yan
Date: Thursday, December 19, 2013 @ 03:32:44
  Author: fyan
Revision: 202190

upgpkg: python-setuptools 2.0.1-1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-19 01:51:33 UTC (rev 202189)
+++ PKGBUILD2013-12-19 02:32:44 UTC (rev 202190)
@@ -1,8 +1,10 @@
 # $Id$
 # Maintainer: Angel Velasquez an...@archlinux.org
+# Maintainer: Felix Yan felixonm...@gmail.com
+
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=2.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +12,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('887cdf417bc5d25326c66bb98c0dd160')
+md5sums=('04aedc705644fda5848b7b428774e5ff')
 
 #check() {
 #   # Check python3 module



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

2013-12-14 Thread Ángel Velásquez
Date: Sunday, December 15, 2013 @ 04:50:22
  Author: angvp
Revision: 201552

upgpkg: python-setuptools 2.0-1

Version bump to 2.0

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-14 23:02:04 UTC (rev 201551)
+++ PKGBUILD2013-12-15 03:50:22 UTC (rev 201552)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.4.2
+pkgver=2.0
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('13951be6711438073fbe50843e7f141f')
+md5sums=('887cdf417bc5d25326c66bb98c0dd160')
 
 #check() {
 #   # Check python3 module



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

2013-12-04 Thread Ángel Velásquez
Date: Thursday, December 5, 2013 @ 01:24:17
  Author: angvp
Revision: 200778

upgpkg: python-setuptools 1.4.2-1

Version bump to 1.4.2

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-12-04 22:00:35 UTC (rev 200777)
+++ PKGBUILD2013-12-05 00:24:17 UTC (rev 200778)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.3.2
+pkgver=1.4.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('441f2e58c0599d31597622a7b9eb605f')
+md5sums=('13951be6711438073fbe50843e7f141f')
 
 #check() {
 #   # Check python3 module



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

2013-11-29 Thread Ángel Velásquez
Date: Friday, November 29, 2013 @ 16:15:01
  Author: angvp
Revision: 200585

upgpkg: python-setuptools 1.3.2-1

Version bump to 1.3.2

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-29 11:48:59 UTC (rev 200584)
+++ PKGBUILD2013-11-29 15:15:01 UTC (rev 200585)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.3
+pkgver=1.3.2
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('131956989d1ec7bac1f7be034800f183')
+md5sums=('441f2e58c0599d31597622a7b9eb605f')
 
 #check() {
 #   # Check python3 module



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

2013-11-03 Thread Ángel Velásquez
Date: Sunday, November 3, 2013 @ 19:33:55
  Author: angvp
Revision: 198767

upgpkg: python-setuptools 1.3-1

Version bump to 1.3

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-11-03 18:24:43 UTC (rev 198766)
+++ PKGBUILD2013-11-03 18:33:55 UTC (rev 198767)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1.6
+pkgver=1.3
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,6 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
+md5sums=('131956989d1ec7bac1f7be034800f183')
 
 #check() {
 #   # Check python3 module
@@ -64,4 +65,3 @@
python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
rm ${pkgdir}/usr/bin/easy_install
 }
-md5sums=('ee82ea53def4480191061997409d2996')



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

2013-09-22 Thread Ángel Velásquez
Date: Monday, September 23, 2013 @ 05:26:21
  Author: angvp
Revision: 194711

upgpkg: python-setuptools 1.1.6-1

Version bump to 1.1.6

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-23 00:56:24 UTC (rev 194710)
+++ PKGBUILD2013-09-23 03:26:21 UTC (rev 194711)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1.5
+pkgver=1.1.6
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,6 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('8d2a7d43de8e1d1e1e92366cc9f93be2')
 
 #check() {
 #   # Check python3 module
@@ -65,3 +64,4 @@
python2 setup.py install --prefix=/usr --root=${pkgdir} --optimize=1 
--skip-build
rm ${pkgdir}/usr/bin/easy_install
 }
+md5sums=('ee82ea53def4480191061997409d2996')



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

2013-09-15 Thread Ángel Velásquez
Date: Monday, September 16, 2013 @ 07:03:29
  Author: angvp
Revision: 194401

upgpkg: python-setuptools 1.1-1

Version bump to 1.1

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 04:50:43 UTC (rev 194400)
+++ PKGBUILD2013-09-16 05:03:29 UTC (rev 194401)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.0
+pkgver=1.1
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('3d196ffb6e5e4425daddbb4fe42a4a74')
+md5sums=('84062633c3818c912af76d54a40d11a7')
 
 #check() {
 #   # Check python3 module



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

2013-09-15 Thread Ángel Velásquez
Date: Monday, September 16, 2013 @ 07:25:24
  Author: angvp
Revision: 194403

upgpkg: python-setuptools 1.1.5-1

Version bump to 1.1.5

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-09-16 05:04:06 UTC (rev 194402)
+++ PKGBUILD2013-09-16 05:25:24 UTC (rev 194403)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=1.1
+pkgver=1.1.5
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-md5sums=('84062633c3818c912af76d54a40d11a7')
+md5sums=('8d2a7d43de8e1d1e1e92366cc9f93be2')
 
 #check() {
 #   # Check python3 module



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

2013-08-20 Thread Ángel Velásquez
Date: Tuesday, August 20, 2013 @ 08:41:50
  Author: angvp
Revision: 193426

upgpkg: python-setuptools 1.0-1

Version bump to 1.0

Modified:
  python-setuptools/trunk/PKGBUILD

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

Modified: PKGBUILD
===
--- PKGBUILD2013-08-20 06:10:11 UTC (rev 193425)
+++ PKGBUILD2013-08-20 06:41:50 UTC (rev 193426)
@@ -2,7 +2,7 @@
 # Maintainer: Angel Velasquez an...@archlinux.org
 pkgbase=python-setuptools
 pkgname=('python-setuptools' 'python2-setuptools')
-pkgver=0.9.8
+pkgver=1.0
 pkgrel=1
 pkgdesc=Easily download, build, install, upgrade, and uninstall Python 
packages
 arch=('any')
@@ -10,7 +10,7 @@
 url=http://pypi.python.org/pypi/setuptools;
 makedepends=('python' 'python2')
 
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz)
-sha256sums=('42bf629a4b3a4933bb3cfacf6005c95b7494fd88cd62a7bad1a8c3e64647eb0c')
+md5sums=('3d196ffb6e5e4425daddbb4fe42a4a74')
 
 #check() {
 #   # Check python3 module



<    1   2   3   4