python3-Django: update to 2.2.12

This commit is contained in:
svenper 2020-04-20 08:59:28 +02:00 committed by Helmut Pozimski
parent 13eeac7ef4
commit 064ce2a580
3 changed files with 23 additions and 1 deletions

View file

@ -1 +0,0 @@
python-Django

View file

@ -0,0 +1,22 @@
# Template file for 'python3-Django'
pkgname=python3-Django
version=2.2.12
revision=1
archs=noarch
wrksrc="Django-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-pytz python3-setuptools"
short_desc="High-level Python3 Web framework"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="BSD-3-Clause"
homepage="https://www.djangoproject.com/"
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
checksum=69897097095f336d5aeef45b4103dceae51c00afa6d3ae198a2a18e519791b7a
alternatives="django:django-admin:/usr/bin/django-admin3"
post_install() {
vlicense LICENSE
rm -f ${DESTDIR}/usr/bin/django-admin.py*
mv ${DESTDIR}/usr/bin/django-admin{,3}
}

View file

@ -0,0 +1 @@
ignore="*a* *b* *rc*"