python-pooch: update to 1.8.1
This commit is contained in:
parent
cb6e976572
commit
cb218407c9
@ -3,17 +3,17 @@
|
||||
_realname=pooch
|
||||
pkgbase=mingw-w64-python-${_realname}
|
||||
pkgname=("${MINGW_PACKAGE_PREFIX}-python-${_realname}")
|
||||
pkgver=1.8.0
|
||||
pkgver=1.8.1
|
||||
pkgrel=1
|
||||
pkgdesc='Python library for fetching and caching data files (mingw-w64)'
|
||||
arch=('any')
|
||||
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
url="https://www.fatiando.org/pooch/latest/"
|
||||
msys2_repository_url="https://github.com/fatiando/pooch/"
|
||||
msys2_references=(
|
||||
'archlinux: python-pooch'
|
||||
'pypi: pooch'
|
||||
)
|
||||
msys2_repository_url="https://github.com/fatiando/pooch/"
|
||||
url="https://www.fatiando.org/pooch/latest/"
|
||||
license=('spdx:BSD-3-Clause')
|
||||
depends=("${MINGW_PACKAGE_PREFIX}-python-appdirs"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-packaging"
|
||||
@ -25,7 +25,7 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-python-build"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-setuptools-scm"
|
||||
"${MINGW_PACKAGE_PREFIX}-python-wheel")
|
||||
source=("https://pypi.org/packages/source/${_realname::1}/${_realname}/${_realname}-${pkgver}.tar.gz")
|
||||
sha256sums=('f59981fd5b9b5d032dcde8f4a11eaa492c2ac6343fae3596a2fdae35fc54b0a0')
|
||||
sha256sums=('27ef63097dd9a6e4f9d2694f5cfbf2f0a5defa44fccafec08d601e731d746270')
|
||||
|
||||
prepare() {
|
||||
rm -rf python-build-${MSYSTEM} | true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user