Skip to content

Commit

Permalink
python-nose: Rebuild for python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexpux committed Oct 23, 2019
1 parent 038e0f7 commit 68c22e6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion mingw-w64-python-nose/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _realname=nose
pkgbase=mingw-w64-python-${_realname}
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
pkgver=1.3.7
pkgrel=9
pkgrel=10
pkgdesc="A discovery-based unittest extension (mingw-w64)"
arch=('any')
license=('LGPL-2.1')
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-python-nose/nose3-i686.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post_install() {
local _prefix=$(pwd -W)
cd -
local _it
for _it in nosetests3 nosetests-3.7; do
for _it in nosetests3 nosetests-3.8; do
sed -e "s|/mingw32|${_prefix}|g" \
-i ${_prefix}/bin/${_it}-script.py
done
Expand Down
2 changes: 1 addition & 1 deletion mingw-w64-python-nose/nose3-x86_64.install
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ post_install() {
local _prefix=$(pwd -W)
cd -
local _it
for _it in nosetests3 nosetests-3.7; do
for _it in nosetests3 nosetests-3.8; do
sed -e "s|/mingw64|${_prefix}|g" \
-i ${_prefix}/bin/${_it}-script.py
done
Expand Down

0 comments on commit 68c22e6

Please sign in to comment.