Commits
Marius Schamschula authored eeb7751c86d
1 1 | # -*- 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 |
2 2 | |
3 3 | PortSystem 1.0 |
4 4 | PortGroup python 1.0 |
5 5 | |
6 6 | name py-google-auth-httplib2 |
7 7 | version 0.0.3 |
8 8 | |
9 - | python.versions 27 34 35 36 37 |
9 + | python.versions 27 34 35 36 37 38 |
10 10 | |
11 11 | categories-append www devel |
12 12 | maintainers {wholezero.org:macports @mrdomino} openmaintainer |
13 13 | license Apache-2 |
14 14 | description provides an httplib2 transport for google-auth |
15 15 | long_description ${description} |
16 16 | |
17 17 | platforms darwin |
18 18 | supported_archs noarch |
19 19 | |