# -*- 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 4.1.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 eb273200a38dec3a00fee2dad1e3e4f7d6b204e3 \ sha256 467188386218d2c77815ca798a51dd18310b326841113bb462b24ea9a71beedc \ size 104655 python.default_version 312 depends_lib-append port:py${python.version}-docopt \ port:py${python.version}-jsonpatch \ port:py${python.version}-requests \ port:py${python.version}-schema \ port:py${python.version}-tqdm \ port:py${python.version}-urllib3