You've already forked macports-ports
mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
32 lines
1.0 KiB
Tcl
32 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 py-google-auth-httplib2
|
|
version 0.1.0
|
|
revision 0
|
|
|
|
categories-append www devel
|
|
supported_archs noarch
|
|
platforms {darwin any}
|
|
license Apache-2
|
|
maintainers {wholezero.org:macports @mrdomino} openmaintainer
|
|
|
|
description provides an httplib2 transport for google-auth
|
|
long_description {*}${description}
|
|
|
|
homepage https://pypi.python.org/pypi/${python.rootname}
|
|
|
|
checksums rmd160 989b8175d45cfa889ea9279a2991f33d38b0d063 \
|
|
sha256 a07c39fd632becacd3f07718dfd6021bf396978f03ad3ce4321d060015cc30ac \
|
|
size 10895
|
|
|
|
python.versions 310 311 312 313 314
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_lib-append \
|
|
port:py${python.version}-google-auth \
|
|
port:py${python.version}-httplib2
|
|
}
|