Files

52 lines
1.8 KiB
Tcl
Raw Permalink Normal View History

2021-11-28 20:57:59 -05:00
# -*- 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
2025-06-02 21:42:37 -04:00
version 65.9.0
2021-11-28 20:57:59 -05:00
revision 0
2025-06-02 21:42:37 -04:00
2021-11-28 20:57:59 -05:00
supported_archs noarch
2022-11-16 23:12:05 +11:00
platforms {darwin any}
2021-11-28 20:57:59 -05:00
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.
2025-06-02 21:42:37 -04:00
homepage https://allauth.org
2021-11-28 20:57:59 -05:00
2025-06-02 21:42:37 -04:00
distname django_allauth-${version}
2021-11-28 20:57:59 -05:00
2025-06-02 21:42:37 -04:00
checksums rmd160 6e882a0e1c65e772446ac4285bed4d19563c0397 \
sha256 a06bca9974df44321e94c33bcf770bb6f924d1a44b57defbce4d7ec54a55483e \
size 1710514
python.versions 310 311 312 313
2021-11-28 20:57:59 -05:00
if {${name} ne ${subport}} {
depends_lib-append \
2025-06-02 21:42:37 -04:00
port:py${python.version}-django \
port:py${python.version}-asgiref
2021-11-28 20:57:59 -05:00
depends_run-append \
port:py${python.version}-cryptography \
port:py${python.version}-openid \
2025-06-02 21:42:37 -04:00
port:py${python.version}-jwt \
2021-11-28 20:57:59 -05:00
port:py${python.version}-requests \
2025-06-02 21:42:37 -04:00
port:py${python.version}-requests-oauthlib \
port:py${python.version}-qrcode \
port:py${python.version}-fido2
2021-11-28 20:57:59 -05:00
test.run yes
2025-06-02 21:42:37 -04:00
test.env-append PYTHONPATH=${destroot}${python.pkgd}
depends_test-append \
port:py${python.version}-Pillow \
port:py${python.version}-pytest-asyncio \
port:py${python.version}-pytest-django
2021-11-28 20:57:59 -05:00
}