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 | |
---|
3 | PortSystem 1.0 |
---|
4 | PortGroup python 1.0 |
---|
5 | |
---|
6 | name py-oauth |
---|
7 | version 1.0.1 |
---|
8 | categories python net |
---|
9 | license MIT |
---|
10 | maintainers nomaintainer |
---|
11 | supported_archs noarch |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | description Python library for OAuth |
---|
15 | long_description An open protocol to allow API authentication in a simple and standard \ |
---|
16 | method from desktop and web applications. NB, this provides OAuth \ |
---|
17 | version 1 which is substantially different from version 2. |
---|
18 | |
---|
19 | homepage http://code.google.com/p/oauth |
---|
20 | master_sites http://pypi.python.org/packages/source/o/oauth/ |
---|
21 | distname oauth-${version} |
---|
22 | |
---|
23 | checksums rmd160 3d1dad6117aeb13392e35870716022e3a71897c3 \ |
---|
24 | sha256 e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d |
---|
25 | |
---|
26 | python.versions 25 26 27 |
---|
27 | python.default_version 26 |
---|
28 | |
---|
29 | if {$subport != $name} { |
---|
30 | build.type python |
---|
31 | } |
---|