python3-django-allauth: initial commit, version 0.61.1

This commit is contained in:
Tim Biermann 2024-02-19 01:31:09 +01:00
parent 79b5a9d9b1
commit 983fb7f704
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 2211 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF39QTk+KcwRcmnEq1/RfV2wU+244onqRvWQUsQH6yME56tZzSMgqQpZCz2QeKx1NjDDP3WEnaW7zwGWWVBFW+UAc=
SHA256 (Pkgfile) = 54a84e85c34339fd4e4024abd01918dbc3ade59665e26b5c946e523f0be24468
SHA256 (.footprint) = a989d401bd4f86a9e63541e758535c38873f363a37b1eba293d89437b52da939
SHA256 (django-allauth-0.61.1.tar.gz) = 5b4ae515ea74f54f0041210692eee10c309ad15ddbbd03d3620693c75e3f7945

View File

@ -0,0 +1,16 @@
# Description: Integrated set of Django applications addressing authentication etc
# URL: https://allauth.org/
# Maintainer: CRUX System Team, core-ports at crux dot nu
# Depends on: python3-django python3-openid python3-pyjwt python3-requests-oauthlib
name=python3-django-allauth
version=0.61.1
release=1
source=(https://pypi.org/packages/source/d/django-allauth/django-allauth-$version.tar.gz)
build() {
cd django-allauth-$version
/usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation
/usr/bin/python3 -m installer --compile-bytecode 2 --destdir=$PKG dist/*.whl
}