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 python26 1.0 |
---|
5 | |
---|
6 | name py26-oauth |
---|
7 | version 1.0.1 |
---|
8 | categories-append devel |
---|
9 | license MIT |
---|
10 | maintainers nomaintainer |
---|
11 | supported_archs noarch |
---|
12 | platforms darwin |
---|
13 | |
---|
14 | description Python library for OAuth |
---|
15 | long_description ${description} |
---|
16 | |
---|
17 | homepage http://code.google.com/p/oauth |
---|
18 | master_sites http://pypi.python.org/packages/source/o/oauth/ |
---|
19 | distname oauth-${version} |
---|
20 | |
---|
21 | checksums rmd160 3d1dad6117aeb13392e35870716022e3a71897c3 \ |
---|
22 | sha256 e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d |
---|