# Template file for 'python3-internetarchive'
pkgname=python3-internetarchive
version=5.11.1
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools_scm"
depends="python3-jsonpatch python3-requests python3-tqdm python3-urllib3"
checkdepends="$depends python3-pytest python3-responses"
short_desc="Python and command-line interface to archive.org"
maintainer="Mateusz Sylwestrzak <slymattz@gmail.com>"
license="AGPL-3.0-only"
homepage="https://github.com/jjjake/internetarchive"
changelog="https://raw.githubusercontent.com/jjjake/internetarchive/master/HISTORY.rst"
distfiles="https://github.com/jjjake/internetarchive/archive/refs/tags/v${version}.tar.gz"
checksum=8fb648f89ba726486a64ccc78ca406b5fa17a1be684ac9da3760a490171f0c34

post_install() {
	vlicense LICENSE
}
