diff options
author | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-12 21:53:57 +0000 |
---|---|---|
committer | Ruslan Makhmatkhanov <rm@FreeBSD.org> | 2016-02-12 21:53:57 +0000 |
commit | 3abcf036667a273112af97047931b7e90cc5ede5 (patch) | |
tree | 85eae80798fa3a34760ac49c67046d9b18691bb8 /security/py-openid | |
parent | 637c5e8cf1dbdbf2ad907d09f48cae844e34fe61 (diff) | |
download | ports-3abcf036667a273112af97047931b7e90cc5ede5.tar.gz ports-3abcf036667a273112af97047931b7e90cc5ede5.zip |
Notes
Diffstat (limited to 'security/py-openid')
-rw-r--r-- | security/py-openid/Makefile | 19 | ||||
-rw-r--r-- | security/py-openid/distinfo | 2 | ||||
-rw-r--r-- | security/py-openid/pkg-descr | 11 |
3 files changed, 0 insertions, 32 deletions
diff --git a/security/py-openid/Makefile b/security/py-openid/Makefile deleted file mode 100644 index 8cc7c46f8a30..000000000000 --- a/security/py-openid/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# Created by: Cheng-Lung Sung <clsung@FreeBSD.org> -# $FreeBSD$ - -PORTNAME= openid -PORTVERSION= 2.2.5 -PORTREVISION= 1 -CATEGORIES= security python -MASTER_SITES= LOCAL/clsung -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -DISTNAME= openid-python-openid-2.2.5-0-gb666238 - -MAINTAINER= ports@FreeBSD.org -COMMENT= Python OpenID version - -WRKSRC= ${WRKDIR}/openid-python-openid-b666238 -USES= python -USE_PYTHON= distutils autoplist - -.include <bsd.port.mk> diff --git a/security/py-openid/distinfo b/security/py-openid/distinfo deleted file mode 100644 index 8d1b6bc8bb71..000000000000 --- a/security/py-openid/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (openid-python-openid-2.2.5-0-gb666238.tar.gz) = cb518b0804ccfa859d143753d33f49204c7d994cb08d1a2736fb841a1e7722e3 -SIZE (openid-python-openid-2.2.5-0-gb666238.tar.gz) = 300524 diff --git a/security/py-openid/pkg-descr b/security/py-openid/pkg-descr deleted file mode 100644 index 510facd54380..000000000000 --- a/security/py-openid/pkg-descr +++ /dev/null @@ -1,11 +0,0 @@ -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/ |