mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
python-Django: update to 1.11
Django 1.11 is designated as a long-term support (LTS) release. Also, the 1.11.x series is the last to support Python 2.
This commit is contained in:
parent
376a1c4c82
commit
62f2be3c51
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'python-Django'
|
# Template file for 'python-Django'
|
||||||
pkgname=python-Django
|
pkgname=python-Django
|
||||||
version=1.10.6
|
version=1.11
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Django-${version}"
|
wrksrc="Django-${version}"
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
pycompile_module="django"
|
pycompile_module="django"
|
||||||
hostmakedepends="python-setuptools python3-setuptools"
|
hostmakedepends="python-setuptools python3-setuptools"
|
||||||
depends="python-setuptools"
|
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="http://www.djangoproject.com/"
|
||||||
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/D/Django/Django-${version}.tar.gz"
|
||||||
checksum=7a6ebe254ab126510da143628d019ca8d6da2de49d7682bf046c03713a3c2c61
|
checksum=b6f3b864944276b4fd1d099952112696558f78b77b39188ac92b6c5e80152c30
|
||||||
alternatives="django:django-admin:/usr/bin/django-admin2"
|
alternatives="django:django-admin:/usr/bin/django-admin2"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
@ -25,7 +25,7 @@ python3-Django_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
pycompile_module="django"
|
pycompile_module="django"
|
||||||
replaces="python3.4-Django>=0"
|
replaces="python3.4-Django>=0"
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools python3-pytz"
|
||||||
short_desc="${short_desc/Python2/Python3}"
|
short_desc="${short_desc/Python2/Python3}"
|
||||||
alternatives="django:django-admin:/usr/bin/django-admin3"
|
alternatives="django:django-admin:/usr/bin/django-admin3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue