mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
security/py-python-openid: adopt port
- switch to CHEESESHOP and update checksum (no code changes, metadata only) - take maintainership - add LICENSE, NO_ARCH, sort USE_PYTHON - update WWW urls
This commit is contained in:
parent
10389b5e3f
commit
437bc2aeb5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=408767
@ -3,17 +3,19 @@
|
||||
|
||||
PORTNAME= python-openid
|
||||
PORTVERSION= 2.2.5
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= security python
|
||||
MASTER_SITES= LOCAL/clsung
|
||||
MASTER_SITES= CHEESESHOP
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
DISTNAME= openid-python-openid-2.2.5-0-gb666238
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
MAINTAINER= rm@FreeBSD.org
|
||||
COMMENT= Python OpenID version
|
||||
|
||||
WRKSRC= ${WRKDIR}/openid-python-openid-b666238
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
NO_ARCH= yes
|
||||
USES= python
|
||||
USE_PYTHON= distutils autoplist
|
||||
USE_PYTHON= autoplist distutils
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (openid-python-openid-2.2.5-0-gb666238.tar.gz) = cb518b0804ccfa859d143753d33f49204c7d994cb08d1a2736fb841a1e7722e3
|
||||
SIZE (openid-python-openid-2.2.5-0-gb666238.tar.gz) = 300524
|
||||
SHA256 (python-openid-2.2.5.tar.gz) = 92c51c3ecec846cbec4aeff11f9ff47303d4a63f93b0e6ac0ec02a091fed70ef
|
||||
SIZE (python-openid-2.2.5.tar.gz) = 301619
|
||||
|
@ -1,11 +1,12 @@
|
||||
Python OpenID library implements recent changes to the OpenID
|
||||
specification as well as making API changes that should make
|
||||
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
|
||||
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
|
||||
CanonicalID, as described in the "Identifying the End User" section of
|
||||
the OpenID 2.0 specification.
|
||||
|
||||
WWW: http://www.openidenabled.com/openid/libraries/python/
|
||||
WWW: http://janrain.com/openid-enabled
|
||||
WWW: https://github.com/openid/python-openid
|
||||
|
Loading…
Reference in New Issue
Block a user