From 94a47027741f0e2de20dd03b506f7d0b782808a0 Mon Sep 17 00:00:00 2001
From: Alessio Sergi <al3hex@gmail.com>
Date: Sat, 28 Feb 2015 17:17:17 +0100
Subject: [PATCH] python-setuptools: update to 12.3

---
 srcpkgs/python-setuptools/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-setuptools/template b/srcpkgs/python-setuptools/template
index f544106d0ca..9964b2c87d7 100644
--- a/srcpkgs/python-setuptools/template
+++ b/srcpkgs/python-setuptools/template
@@ -1,6 +1,6 @@
 # Template file for 'python-setuptools'
 pkgname=python-setuptools
-version=12.2
+version=12.3
 revision=1
 noarch=yes
 wrksrc="setuptools-${version}"
@@ -15,7 +15,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 homepage="https://bitbucket.org/pypa/setuptools"
 license="PSF"
 distfiles="${PYPI_SITE}/s/setuptools/setuptools-${version}.tar.gz"
-checksum=35217b462c11589754bee08688313b4dfc46c752857c67b2663b2cf9eab60144
+checksum=acd94720cb66fccc728d61b5db93a04cfc7eb20b5252440cccfc20f71d22162c
 
 post_extract() {
 	cp -a ${wrksrc} /tmp/setuptools-2.7
@@ -24,7 +24,7 @@ post_extract() {
 }
 pre_build() {
 	cd ${wrksrc}/setuptools-3.4
-	sed -i 's,easy_install =,easy_install3 =,' setup.py
+	sed -i 's,\(easy_install\) =,\13 =,' setup.py
 	sed -i 's,#!/usr/bin/env python,&3.4,' setuptools/command/easy_install.py
 }
 do_build() {