1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

py-oauth is a python libarary for OAuth. OAuth is an open

protocol to allow API authentication in a simple and standard
method from desktop and web applications.

WWW:	http://pypi.python.org/pypi/oauth/

PR:		ports/129410
Submitted by:	Wen Heping <wenheping at gmail.com>
This commit is contained in:
Martin Wilke 2008-12-06 15:33:57 +00:00
parent 4bc9da11f9
commit 18cc31b031
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=223871
5 changed files with 30 additions and 0 deletions

View File

@ -751,6 +751,7 @@
SUBDIR += py-mp-random
SUBDIR += py-netaddr
SUBDIR += py-netstring
SUBDIR += py-oauth
SUBDIR += py-pcap
SUBDIR += py-pcapy
SUBDIR += py-pcs

20
net/py-oauth/Makefile Normal file
View File

@ -0,0 +1,20 @@
# New ports collection makefile for: py-oauth
# Date created: 03 Dec,2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= oauth
PORTVERSION= 1.0
CATEGORIES= net python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wenheping@gmail.com
COMMENT= Python Library for OAuth
USE_PYTHON= yes
USE_PYDISTUTILS= easy_install
.include <bsd.port.mk>

3
net/py-oauth/distinfo Normal file
View File

@ -0,0 +1,3 @@
MD5 (oauth-1.0.tar.gz) = 87bd829bf045f257f1d4b61c1b067b7b
SHA256 (oauth-1.0.tar.gz) = cff08ce53eec7473da7e37e673c154a116ab174f9bd1ab8b4143ab8229d9b2b4
SIZE (oauth-1.0.tar.gz) = 7672

5
net/py-oauth/pkg-descr Normal file
View File

@ -0,0 +1,5 @@
py-oauth is a python libarary for OAuth. OAuth is an open
protocol to allow API authentication in a simple and standard
method from desktop and web applications.
WWW: http://pypi.python.org/pypi/oauth/

1
net/py-oauth/pkg-plist Normal file
View File

@ -0,0 +1 @@
%%PYTHON_SITELIBDIR%%/%%PYEASYINSTALL_EGG%%