head	1.8;
access;
symbols
	RELEASE_8_3_0:1.7
	RELEASE_9_0_0:1.7
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.6
	RELEASE_7_3_0:1.6
	RELEASE_8_0_0:1.6
	RELEASE_7_2_0:1.5
	RELEASE_7_1_0:1.5
	RELEASE_6_4_0:1.5
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.1
	RELEASE_4_EOL:1.1;
locks; strict;
comment	@# @;


1.8
date	2012.11.17.06.01.16;	author svnexp;	state Exp;
branches;
next	1.7;

1.7
date	2010.07.22.02.07.06;	author clsung;	state Exp;
branches;
next	1.6;

1.6
date	2009.08.21.09.43.23;	author clsung;	state Exp;
branches;
next	1.5;

1.5
date	2008.07.01.06.35.00;	author clsung;	state Exp;
branches;
next	1.4;

1.4
date	2008.06.13.10.15.58;	author clsung;	state Exp;
branches;
next	1.3;

1.3
date	2008.03.27.00.40.49;	author clsung;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.30.09.41.56;	author alexbl;	state Exp;
branches;
next	1.1;

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


desc
@@


1.8
log
@Switch exporter over
@
text
@# Ports collection makefile for:	py-openid
# Date created:				Dec 19, 2006
# Whom:					Cheng-Lung Sung <clsung@@FreeBSD.org>
#
# $FreeBSD: head/security/py-openid/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	openid
PORTVERSION=	2.2.5
CATEGORIES=	security python
MASTER_SITES=	LOCAL/clsung
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
DISTNAME=	openid-python-openid-2.2.5-0-gb666238

MAINTAINER=	clsung@@FreeBSD.org
COMMENT=	Python OpenID version

WRKSRC=		${WRKDIR}/openid-python-openid-b666238
USE_PYTHON=	yes
USE_PYDISTUTILS=yes
PYDISTUTILS_PKGNAME=	python-openid

.include <bsd.port.mk>
@


1.7
log
@- Update to 2.2.5
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.6
log
@- Update to 2.2.4
@
text
@d9 1
a9 1
PORTVERSION=	2.2.4
d11 1
a11 1
MASTER_SITES=	http://openidenabled.com/files/python-openid/packages/
d13 1
a13 1
DISTNAME=	python-${PORTNAME}-${PORTVERSION}
d18 1
a18 2
USE_BZIP2=	yes

@


1.5
log
@- Update to 2.2.1

PR:		ports/125068
Submitted by:	Wen heping <wenheping_AT_gmail dot com>
@
text
@d9 1
a9 1
PORTVERSION=	2.2.1
@


1.4
log
@- Update to 2.2.0

PR:		ports/124539 [1], ports/124545 [2]
Submitted by:	wxs [1], Wen heping <wenheping_AT_gmail dot com> [2]
@
text
@d9 1
a9 1
PORTVERSION=	2.2.0
@


1.3
log
@- update to 2.1.1
- dependencies are now part of the package
- fix MASTER_SITES
- tinderbox tested (amd64+i386)

Changes:
PR:		ports/121352
Submitted by:	mm
@
text
@d9 1
a9 1
PORTVERSION=	2.1.1
@


1.2
log
@ - Make Python 2.5.1 the default Python version
 - Add significantly better support in bsd.python.mk for working with
   Python Eggs and the easy_install system

Tested by:	pointyhat runs
Approved by:	pav (portmgr)
Most work by:	perky
Thanks to:	pav
@
text
@d9 1
a9 1
PORTVERSION=	1.2.0
d11 1
a11 1
MASTER_SITES=	http://www.openidenabled.com/resources/downloads/python-openid/
d18 1
a18 2
RUN_DEPENDS=	${PYTHON_SITELIBDIR}/urljr:${PORTSDIR}/www/py-urljr \
		${PYTHON_SITELIBDIR}/yadis:${PORTSDIR}/net/py-yadis
@


1.1
log
@Python OpenID library implements recent changes to the OpenID
specification as well as making API changes that should make
integration with applications easier.

This library allows the use of XRI as OpenID identifiers, allowing users
to log in with their i-names.  For full XRI compatibility,
relying parties integrating this library should take note of the user's
CanonicalID, as described in the "Identifying the End User" section of
the OpenID 2.0 specification.

WWW: http://www.openidenabled.com/openid/libraries/python/
@
text
@d23 1
@

