python-setuptools: Update to 3.1

This commit is contained in:
Alexpux
2014-03-10 22:45:13 +04:00
parent 87a084eed2
commit 64a2fbfcd2

View File

@@ -4,16 +4,16 @@ _realname=setuptools
_mingw_suff=mingw-w64-${CARCH}
pkgname="${_mingw_suff}-${_realname}"
pkgname=("${_mingw_suff}-python2-setuptools" "${_mingw_suff}-python3-setuptools")
pkgver=2.2
pkgrel=4
pkgver=3.1
pkgrel=1
pkgdesc="Easily download, build, install, upgrade, and uninstall Python packages (mingw-w64)"
arch=('any')
license=('PSF')
url="http://pypi.python.org/pypi/setuptools"
depends=("${_mingw_suff}-python2" "${_mingw_suff}-python3")
source=(http://pypi.python.org/packages/source/s/setuptools/setuptools-${pkgver}.tar.gz
source=(http://pypi.python.org/packages/source/s/setuptools/${_realname}-${pkgver}.tar.gz
'mingw-python-fix.patch')
md5sums=('04a7664538957b832710653fd7d5b4e6'
md5sums=('425c2fa9329fc000e8c5ff947df001c3'
'fd829bfa6affc0819e03bf47f70e694b')
prepare() {