From 7a4ba291e2d7ee5c6a96331e33ef55cfe76f9184 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Tue, 21 Feb 2023 10:07:01 -0500 Subject: [PATCH] New package: python3-pooch-1.6.0 --- srcpkgs/python3-pooch/template | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 srcpkgs/python3-pooch/template diff --git a/srcpkgs/python3-pooch/template b/srcpkgs/python3-pooch/template new file mode 100644 index 00000000000..f417a2da82e --- /dev/null +++ b/srcpkgs/python3-pooch/template @@ -0,0 +1,20 @@ +# Template file for 'python3-pooch' +pkgname=python3-pooch +version=1.6.0 +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-appdirs python3-packaging python3-requests" +checkdepends="python3-pytest-xdist $depends" +short_desc="Python module to fetch data files for Python packages" +maintainer="Andrew J. Hesford " +license="BSD-3-Clause" +homepage="https://www.fatiando.org/pooch/latest/" +distfiles="${PYPI_SITE}/p/pooch/pooch-${version}.tar.gz" +checksum=57d20ec4b10dd694d2b05bb64bc6b109c6e85a6c1405794ce87ed8b341ab3f44 + +post_install() { + vlicense LICENSE.txt +}