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