aboutsummaryrefslogtreecommitdiff
path: root/security/py-python3-openid
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* - Bump PORTREVISION. devel/py-defusedxml was updatedJose Alonso Cardenas Marquez2021-01-071-0/+1
| | | | Notes: svn path=/head/; revision=560672
* Add MYSQL and POSTGRESQL optionsSunpoet Po-Chuan Hsieh2020-07-111-0/+7
| | | | Notes: svn path=/head/; revision=542024
* Update to 3.2.0Sunpoet Po-Chuan Hsieh2020-07-082-6/+7
| | | | | | | | | Changes: https://github.com/necaris/python3-openid/releases https://github.com/necaris/python3-openid/blob/master/CHANGES.md https://github.com/necaris/python3-openid/blob/master/NEWS.md Notes: svn path=/head/; revision=541568
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-1/+1
| | | | | | | | | | FLAVOR is the current port's flavor, it should not be used outside of this scope. Sponsored by: Absolight Notes: svn path=/head/; revision=472884
* Switch all pypi.python.org WWWs to a new PyPi home pypi.org whereDmitry Marakasov2018-04-251-1/+1
| | | | | | | | | | they now redirect to anyway. All new urls checked to return 200, I've fixed a couple of them in the process. Approved by: portmgr blanket, mat Notes: svn path=/head/; revision=468282
* Add py-python3-openid 3.1.0Sunpoet Po-Chuan Hsieh2018-02-103-0/+33
This is a set of Python packages to support use of the OpenID decentralized 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. WWW: https://pypi.python.org/pypi/python3-openid WWW: https://github.com/necaris/python3-openid Notes: svn path=/head/; revision=461418