git: 42cc460cef90 - main - security/py-python3-openid: Update WWW and clean up pkg-descr
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 05 Apr 2023 17:38:40 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=42cc460cef90c125d8e866303acc7f03ad538338 commit 42cc460cef90c125d8e866303acc7f03ad538338 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-04-05 17:19:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-04-05 17:30:51 +0000 security/py-python3-openid: Update WWW and clean up pkg-descr --- security/py-python3-openid/Makefile | 2 +- security/py-python3-openid/pkg-descr | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/security/py-python3-openid/Makefile b/security/py-python3-openid/Makefile index c684fd419a7d..dea7005b5a11 100644 --- a/security/py-python3-openid/Makefile +++ b/security/py-python3-openid/Makefile @@ -7,7 +7,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python 3 port of the python-openid library -WWW= https://pypi.org/project/python3-openid/ +WWW= https://github.com/necaris/python3-openid LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/security/py-python3-openid/pkg-descr b/security/py-python3-openid/pkg-descr index 40568a5727c8..e863cb0c261a 100644 --- a/security/py-python3-openid/pkg-descr +++ b/security/py-python3-openid/pkg-descr @@ -3,5 +3,3 @@ identity system in your application, update to Python 3. Want to enable single sign-on for your web site? Use the openid.consumer package. Want to run your own OpenID server? Check out openid.server. Includes example code and support for a variety of storage back-ends. - -See also: https://github.com/necaris/python3-openid