You've already forked macports-ports
mirror of
https://github.com/encounter/macports-ports.git
synced 2026-03-30 11:29:27 -07:00
36 lines
1.2 KiB
Tcl
36 lines
1.2 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-oauth
|
|
version 1.0.1
|
|
revision 0
|
|
categories-append net
|
|
license MIT
|
|
maintainers nomaintainer
|
|
supported_archs noarch
|
|
platforms darwin
|
|
|
|
description Python library for OAuth
|
|
long_description An open protocol to allow API authentication in a simple and standard \
|
|
method from desktop and web applications. NB, this provides OAuth \
|
|
version 1 which is substantially different from version 2.
|
|
|
|
homepage https://code.google.com/p/oauth
|
|
master_sites pypi:o/oauth/
|
|
distname oauth-${version}
|
|
|
|
checksums rmd160 3d1dad6117aeb13392e35870716022e3a71897c3 \
|
|
sha256 e769819ff0b0c043d020246ce1defcaadd65b9c21d244468a45a7f06cb88af5d \
|
|
size 9533
|
|
|
|
python.versions 27
|
|
|
|
if {${name} ne ${subport}} {
|
|
depends_build-append \
|
|
port:py${python.version}-setuptools
|
|
|
|
livecheck.type none
|
|
}
|