python3-pooch: update to 1.8.0.

This commit is contained in:
Andrew J. Hesford 2023-10-24 15:10:45 -04:00
parent 37bb00dee3
commit 92f880207a
1 changed files with 4 additions and 4 deletions

View File

@ -1,19 +1,19 @@
# Template file for 'python3-pooch' # Template file for 'python3-pooch'
pkgname=python3-pooch pkgname=python3-pooch
version=1.7.0 version=1.8.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
# Fixture not available # Fixture not available
make_check_args="-k not((test_ftp_downloader)or(test_check_availability_on_ftp))" make_check_args="-k not((test_ftp_downloader)or(test_check_availability_on_ftp))"
hostmakedepends="python3-setuptools_scm python3-wheel" hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-platformdirs python3-packaging python3-requests" depends="python3-platformdirs python3-packaging python3-requests"
checkdepends="python3-pytest-xdist $depends" checkdepends="python3-pytest-xdist python3-pytest-httpserver $depends"
short_desc="Python module to fetch data files for Python packages" short_desc="Python module to fetch data files for Python packages"
maintainer="Andrew J. Hesford <ajh@sideband.org>" maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="BSD-3-Clause" license="BSD-3-Clause"
homepage="https://www.fatiando.org/pooch/latest/" homepage="https://www.fatiando.org/pooch/latest/"
distfiles="${PYPI_SITE}/p/pooch/pooch-${version}.tar.gz" distfiles="${PYPI_SITE}/p/pooch/pooch-${version}.tar.gz"
checksum=f174a1041b6447f0eef8860f76d17f60ed2f857dc0efa387a7f08228af05d998 checksum=f59981fd5b9b5d032dcde8f4a11eaa492c2ac6343fae3596a2fdae35fc54b0a0
post_install() { post_install() {
vlicense LICENSE.txt vlicense LICENSE.txt