python-wheel: update to 0.31.0 (#3697)
This updates python-wheel to 0.31.0.
This commit is contained in:
@@ -6,7 +6,7 @@ _pyname=wheel
|
||||
_realname=${_pyname}
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python2-${_realname}" "${MINGW_PACKAGE_PREFIX}-python3-${_realname}")
|
||||
pkgver=0.30.0
|
||||
pkgver=0.31.0
|
||||
pkgrel=1
|
||||
pkgdesc="A built-package format for Python (mingw-w64)"
|
||||
arch=('any')
|
||||
@@ -17,9 +17,9 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python2"
|
||||
"${MINGW_PACKAGE_PREFIX}-python3-setuptools"
|
||||
"${MINGW_PACKAGE_PREFIX}-python2-setuptools")
|
||||
options=('staticlibs' 'strip' '!debug')
|
||||
_dtoken='fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72'
|
||||
source=("https://pypi.python.org/packages/${_dtoken}/wheel-${pkgver}.tar.gz")
|
||||
sha256sums=('9515fe0a94e823fd90b08d22de45d7bde57c90edce705b22f5e1ecf7e1b653c8')
|
||||
# _dtoken='fa/b4/f9886517624a4dcb81a1d766f68034344b7565db69f13d52697222daeb72'
|
||||
source=("https://pypi.io/packages/source/w/wheel/${_pyname}-${pkgver}.tar.gz")
|
||||
sha256sums=('1ae8153bed701cb062913b72429bcf854ba824f973735427681882a688cb55ce')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"/
|
||||
|
||||
Reference in New Issue
Block a user