python-itsdangerous: update to 2.1.0
This commit is contained in:
@@ -3,26 +3,25 @@
|
||||
_realname=itsdangerous
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=2.0.1
|
||||
pkgrel=2
|
||||
pkgver=2.1.0
|
||||
pkgrel=1
|
||||
pkgdesc='Various helpers to pass trusted data to untrusted environments (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
url="https://pypi.python.org/pypi/itsdangerous"
|
||||
license=('BSD')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python")
|
||||
makedepends=("${MINGW_PACKAGE_PREFIX}-python-setuptools")
|
||||
source=("${_realname}-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz")
|
||||
sha256sums=('17d2d59837858582e9b542c9f237bd1323ab593939ba5961cc111a541db48017')
|
||||
sha256sums=('efa8f89b83b4fa3ecca89c7d1b42c2994583ca67318d2e7f6ebf5c06d3c133eb')
|
||||
|
||||
prepare() {
|
||||
cd "$srcdir"
|
||||
prepare() {
|
||||
rm -rf python-build-${CARCH} | true
|
||||
cp -r "${_realname}-${pkgver}" "python-build-${CARCH}"
|
||||
}
|
||||
|
||||
build() {
|
||||
msg "Python build for ${CARCH}"
|
||||
msg "Python build for ${CARCH}"
|
||||
cd "${srcdir}/python-build-${CARCH}"
|
||||
${MINGW_PREFIX}/bin/python setup.py build
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user