summarylogtreecommitdiffstats
path: root/.SRCINFO
blob: 173124366ed0030875a88b369f17682b93ca5f13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
pkgbase = django-allauth
	pkgdesc = Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
	pkgver = 0.27.0
	pkgrel = 1
	url = http://www.intenct.nl/projects/django-allauth/
	arch = any
	license = MIT
	makedepends = python-setuptools
	makedepends = python2-setuptools
	source = https://github.com/pennersr/django-allauth/archive/0.27.0.tar.gz
	sha256sums = 74ecfce923f580da44163587b4911f3d9f6407e1b08001d2612c378c95f958a5

pkgname = python-django-allauth
	depends = python
	depends = python-django
	depends = python-openid
	depends = python-requests-oauthlib
	depends = python-requests

pkgname = python2-django-allauth
	depends = python2
	depends = python2-django
	depends = python2-openid
	depends = python2-requests-oauthlib
	depends = python2-requests