head	1.6;
access;
symbols;
locks; strict;
comment	@# @;


1.6
date	2013.02.09.15.59.41;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2012.08.14.14.47.15;	author sbz;	state Exp;
branches;
next	1.3;

1.3
date	2012.06.15.11.22.44;	author rm;	state Exp;
branches;
next	1.2;

1.2
date	2012.06.14.14.28.25;	author rm;	state Exp;
branches;
next	1.1;

1.1
date	2012.06.14.00.36.22;	author tj;	state Exp;
branches;
next	;


desc
@@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/311983
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Kubilay Kocak <koobs@@FreeBSD.org>
# $FreeBSD: head/security/py-oauthlib/Makefile 311983 2013-02-09 14:50:27Z koobs $

PORTNAME=	oauthlib
PORTVERSION=	0.3.0
CATEGORIES=	security net python
MASTER_SITES=	CHEESESHOP
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}

MAINTAINER=	koobs@@FreeBSD.org
COMMENT=	An RFC-compliant Python implementation of OAuth

LICENSE=	BSD

BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pycrypto>0:${PORTSDIR}/security/py-pycrypto
RUN_DEPENDS:=	${BUILD_DEPENDS}

# Python3 ready
USE_PYTHON=	yes
USE_PYDISTUTILS=	easy_install

.include <bsd.port.mk>
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:	py-oauthlib
# Date created:				2012-05-23
# Whom:					koobs <koobs.freebsd@@gmail.com>
#
# $FreeBSD: head/security/py-oauthlib/Makefile 302523 2012-08-14 14:47:15Z sbz $
#
d10 1
a10 1
MAINTAINER=	koobs.freebsd@@gmail.com
@


1.4
log
@SVN rev 302523 on 2012-08-14 14:47:15Z by sbz

- Update to 0.3.0

PR:		ports/170633
Submitted by:	Kubilay Kocak <koobs.freebsd at gmail.com> (maintainer)
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- remove unneded LICENSE_FILE knob
- add dependency on py-rsa to RUN_DEPENDS too
- mark this port python3 ready
- remove trailing slash from pkg-plist entry
- bump PORTREVISION because of dependency change

PR:		169068 (follow-up patch)
Submitted by:	rm (myself)
Approved by:	koobs k <koobs.freebsd at gmail dot com> (maintainer)
@
text
@d9 1
a9 2
PORTVERSION=	0.1.3
PORTREVISION=	1
d19 1
a19 1
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rsa>0:${PORTSDIR}/security/py-rsa
d24 1
a24 6
USE_PYDISTUTILS=easy_install

PYDISTUTILS_INSTALLARGS=	-Z -q -O 1 -N -S ${PYTHON_SITELIBDIR} \
				-d ${PYEASYINSTALL_SITELIBDIR} \
				-s ${PYEASYINSTALL_BINDIR} \
				${WRKSRC}/dist/${PYEASYINSTALL_EGG}
@


1.2
log
@- correct port category

PR:		169068
Submitted by:	koobs <koobs.freebsd at gmail dot com> (maintainer)
@
text
@d2 2
a3 2
# Date created:		2012-05-23
# Whom:			koobs <koobs.freebsd@@gmail.com>
d10 1
a18 1
LICENSE_FILE=	${WRKSRC}/LICENSE
d20 2
a21 1
BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}rsa>=0:${PORTSDIR}/security/py-rsa
d23 1
@


1.1
log
@OAuthLib is a generic Python module which implements the logic of
OAuth without assuming a specific HTTP request object. Use it to graft
OAuth support onto your favorite HTTP library.

WWW:	https://github.com/idangazit/oauthlib

PR:		ports/168460
Submitted by:	koobs <koobs.freebsd@@gmail.com>
Approved by:	eadler (mentor)
@
text
@d10 1
a10 1
CATEGORIES=	net python
@

