testing/py3-django-allauth: move from user
This commit is contained in:
parent
77a00e2bf3
commit
149cd61df5
1 changed files with 15 additions and 2 deletions
|
@ -9,10 +9,23 @@ arch="noarch"
|
||||||
pkgdesc="Integrated set of Django applications addressing SSO"
|
pkgdesc="Integrated set of Django applications addressing SSO"
|
||||||
url="https://pypi.python.org/project/$_pyname"
|
url="https://pypi.python.org/project/$_pyname"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
depends='python3 py3-django py3-openid py3-requests py3-requests-oauthlib py3-jwt py3-cryptography'
|
depends="
|
||||||
makedepends='py3-setuptools py3-build py3-installer py3-wheel'
|
py3-django
|
||||||
|
py3-openid
|
||||||
|
py3-requests
|
||||||
|
py3-requests-oauthlib
|
||||||
|
py3-jwt
|
||||||
|
py3-cryptography
|
||||||
|
"
|
||||||
|
makedepends="
|
||||||
|
py3-setuptools
|
||||||
|
py3-build
|
||||||
|
py3-installer
|
||||||
|
py3-wheel
|
||||||
|
"
|
||||||
source="$pkgname-$pkgver.tar.gz::https://github.com/pennersr/$_pyname/archive/$pkgver.tar.gz"
|
source="$pkgname-$pkgver.tar.gz::https://github.com/pennersr/$_pyname/archive/$pkgver.tar.gz"
|
||||||
builddir="$srcdir"/$_pyname-$pkgver
|
builddir="$srcdir"/$_pyname-$pkgver
|
||||||
|
subpackages="$pkgname-pyc"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
python3 -m build --wheel --skip-dependency-check --no-isolation
|
python3 -m build --wheel --skip-dependency-check --no-isolation
|
Loading…
Reference in a new issue