You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
31 lines
1.0 KiB
Tcl
31 lines
1.0 KiB
Tcl
# -*- 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.7.1
|
|
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 7af10afa3216909d412aded0fab12854243265a8 \
|
|
sha256 f35e545c4925e1fc5f37bd83e59b8b72f79645129d0a32772a6d25fb5252d92a \
|
|
size 123414
|
|
|
|
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
|