aboutsummaryrefslogtreecommitdiffstats
path: root/community/py3-django-registration/APKBUILD
blob: d2cde41d0cc4aff8e06dc3c54d8fb01001c55d4e (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
27
28
29
# Contributor: <xmingske@gmail.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=py3-django-registration
_pyname=django-registration
pkgver=3.1
pkgrel=1
pkgdesc="simple user-registration application for Django"
url="https://github.com/ubernostrum/django-registration"
arch="noarch"
license="BSD-3-Clause"
depends="python3"
makedepends="py3-setuptools"
source="$_pyname-$pkgver.tar.gz::https://github.com/ubernostrum/django-registration/archive/$pkgver.tar.gz"

builddir="$srcdir/$_pyname-$pkgver"

build() {
	python3 setup.py build
}

check() {
	python3 setup.py check
}

package() {
	python3 setup.py install --prefix=/usr --root="$pkgdir"
}

sha512sums="86764b317ab6d841028f19abc03cd76fb571a88a3073c6aad4de2d0b186b9a2b6a5b5f16b66530997b26adca704b0594619cf31ed1a2eb757c81e6913f62f2b9  django-registration-3.1.tar.gz"