mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
python-Django: update to 1.11.2
This commit is contained in:
parent
1e8af92bcc
commit
1071b0a30f
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Django'
|
# Template file for 'python-Django'
|
||||||
pkgname=python-Django
|
pkgname=python-Django
|
||||||
version=1.11.1
|
version=1.11.2
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Django-${version}"
|
wrksrc="Django-${version}"
|
||||||
|
@ -11,9 +11,9 @@ depends="python-setuptools python-pytz"
|
||||||
short_desc="High-level Python2 Web framework"
|
short_desc="High-level Python2 Web framework"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
homepage="http://www.djangoproject.com/"
|
homepage="https://www.djangoproject.com/"
|
||||||
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
|
||||||
checksum=bbcefdf822eeef2cd04718ebcc24dd2ecf47407258cfcde2b4f95df57ce33a8c
|
checksum=3c5b070482df4f9e5750539dc1824d353729ee423fd410c579b8cd3dea5b0617
|
||||||
alternatives="django:django-admin:/usr/bin/django-admin2"
|
alternatives="django:django-admin:/usr/bin/django-admin2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue