head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.06.03.01;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.08.15.07.45;	author clsung;	state Exp;
branches;
next	1.1;

1.1
date	2011.10.31.01.36.10;	author clsung;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection makefile for: py-requests-oauth-hook
# Date created:		2011-10-31
# Whom:			Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/www/py-requests-oauth-hook/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	requests-oauth-hook
PORTVERSION=	0.1.4
CATEGORIES=	www python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	This is an OAuth hook for py-requests

LICENSE=	BSD

RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}requests>0:${PORTSDIR}/www/py-requests \
		${PYTHON_PKGNAMEPREFIX}oauth2>0:${PORTSDIR}/net/py-oauth2

USE_PYTHON=	2.6+
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.2
log
@- Update to 0.1.4
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.1
log
@This is a hook for python-requests great python HTTP library, that
makes python-requests support Open Authentication version 1.0.

This hook is based on python-oauth2 and uses portions of its code
at the moment, kudos to the authors and contributors for doing a
huge effort in providing OAuth to python httplib2.

WWW:	https://github.com/maraujop/requests-oauth-hook
@
text
@d9 1
a9 1
PORTVERSION=	0.1.3
@

