# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 PortSystem 1.0 PortGroup python 1.0 name py-django-allauth version 0.46.0 revision 0 supported_archs noarch platforms {darwin any} license GPL-3 maintainers nomaintainer description Django authentication, registration, and account management long_description Integrated set of Django applications addressing \ authentication, registration, account management \ as well as 3rd party (social) account authentication. homepage https://github.com/pennersr/django-allauth python.versions 38 39 310 checksums rmd160 81b5eb1f0609961c4576746d6d9d4b587936ce3a \ sha256 8217b8dc46f85812ff209fc542f4bf378f1751cdbe867008169d4c85685df50d \ size 643238 if {${name} ne ${subport}} { depends_lib-append \ port:py${python.version}-setuptools depends_run-append \ port:py${python.version}-cryptography \ port:py${python.version}-django \ port:py${python.version}-openid \ port:py${python.version}-requests \ port:py${python.version}-requests-oauthlib test.run yes }