# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

PortSystem          1.0
PortGroup           python 1.0

name                internetarchive
version             5.4.0
revision            0

categories-append   net
platforms           {darwin any}
supported_archs     noarch
license             AGPL-3
maintainers         nomaintainer

description         A Python interface to archive.org.
long_description    {*}${description}

homepage            https://github.com/jjjake/internetarchive

checksums           rmd160  f98052d08de484154ed3fa8eb38c8daac9acbe80 \
                    sha256  869d6606210d333c7faca709196fad9bdcb925b614c134920ce8eb24b82ecffd \
                    size    111457

python.default_version 313

depends_lib-append  port:py${python.version}-jsonpatch \
                    port:py${python.version}-requests \
                    port:py${python.version}-tqdm \
                    port:py${python.version}-urllib3
