aboutsummaryrefslogtreecommitdiff
path: root/dns/py-idna_ssl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Cosmetic changeSunpoet Po-Chuan Hsieh2020-07-081-2/+3
| | | | Notes: svn path=/head/; revision=541562
* Relax USES=pythonSunpoet Po-Chuan Hsieh2018-08-121-1/+1
| | | | Notes: svn path=/head/; revision=477017
* Update to 1.1.0Sunpoet Po-Chuan Hsieh2018-07-292-4/+4
| | | | | | | Changes: https://github.com/aio-libs/idna-ssl/commits/master Notes: svn path=/head/; revision=475754
* Use PY_FLAVOR for dependencies.Mathieu Arnold2018-06-201-5/+5
| | | | | | | | | | 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-idna_ssl 1.0.1Sunpoet Po-Chuan Hsieh2018-03-173-0/+34
idna-ssl patches ssl.match_hostname for Unicode(idna) domains support. WWW: https://pypi.python.org/pypi/idna_ssl WWW: https://github.com/aio-libs/idna-ssl Notes: svn path=/head/; revision=464782