Skip to content

Commit

Permalink
pip: Update for Python 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mingwandroid committed Oct 5, 2015
1 parent 861c312 commit 6acb30e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mingw-w64-python-pip/PKGBUILD
Expand Up @@ -2,7 +2,7 @@

_realname=pip
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=7.1.0
pkgver=7.1.2
pkgrel=1
pkgdesc="An easy_install replacement for installing pypi python packages (mingw-w64)"
arch=('any')
Expand All @@ -13,7 +13,7 @@ depends=("${MINGW_PACKAGE_PREFIX}-python2"
"${MINGW_PACKAGE_PREFIX}-python3"
"${MINGW_PACKAGE_PREFIX}-python3-setuptools")
source=(http://pypi.python.org/packages/source/p/pip/${_realname}-${pkgver}.tar.gz)
md5sums=('d935ee9146074b1d3f26c5f0acfd120e')
md5sums=('3823d2343d9f3aaab21cf9c917710196')

prepare() {
cp -r ${_realname}-${pkgver} ${_realname}-python2
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-python-pip/pip3-i686.install
Expand Up @@ -3,7 +3,7 @@ post_install() {
local _prefix=$(pwd -W)
cd -
local _it
for _it in pip3 pip3.4; do
for _it in pip3 pip3.5; do
sed -e "s|/mingw32|${_prefix}|g" \
-i mingw32/bin/${_it}-script.py
done
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-python-pip/pip3-x86_64.install
Expand Up @@ -3,7 +3,7 @@ post_install() {
local _prefix=$(pwd -W)
cd -
local _it
for _it in pip3 pip3.4; do
for _it in pip3 pip3.5; do
sed -e "s|/mingw64|${_prefix}|g" \
-i mingw64/bin/${_it}-script.py
done
Expand Down

0 comments on commit 6acb30e

Please sign in to comment.