python3-django-allauth: initial commit, version 0.61.1
This commit is contained in:
parent
79b5a9d9b1
commit
983fb7f704
2190
python3-django-allauth/.footprint
Normal file
2190
python3-django-allauth/.footprint
Normal file
File diff suppressed because it is too large
Load Diff
5
python3-django-allauth/.signature
Normal file
5
python3-django-allauth/.signature
Normal 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
|
16
python3-django-allauth/Pkgfile
Normal file
16
python3-django-allauth/Pkgfile
Normal 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user