mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-Django: update to 1.8.14
This commit is contained in:
parent
a9ef214291
commit
fd64264b3d
2 changed files with 5 additions and 10 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'python-Django'
|
# Template file for 'python-Django'
|
||||||
pkgname=python-Django
|
pkgname=python-Django
|
||||||
version=1.8.13
|
version=1.8.14
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="Django-${version}"
|
wrksrc="Django-${version}"
|
||||||
|
@ -14,7 +14,7 @@ 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=128e8bdc11c69ea90f778435d38126453d3bf283dbd28cf15a33aa8e52245df4
|
checksum=5282c48b90fbb29507299f592215378e849a2808f485e4144626e66715d5464d
|
||||||
alternatives="django:django-admin:/usr/bin/django-admin2.7"
|
alternatives="django:django-admin:/usr/bin/django-admin2.7"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-sqlparse'
|
# Template file for 'python-sqlparse'
|
||||||
pkgname=python-sqlparse
|
pkgname=python-sqlparse
|
||||||
version=0.1.19
|
version=0.2.0
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
wrksrc="sqlparse-${version}"
|
wrksrc="sqlparse-${version}"
|
||||||
|
@ -14,13 +14,9 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/andialbrecht/sqlparse"
|
homepage="https://github.com/andialbrecht/sqlparse"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
||||||
checksum=d896be1a1c7f24bffe08d7a64e6f0176b260e281c5f3685afe7826f8bada4ee8
|
checksum=7fac8d39ac543499b191be19e811ff275f2df0d45c4ba5fc24850aa883ac2060
|
||||||
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2.7"
|
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2.7"
|
||||||
|
|
||||||
post_install() {
|
|
||||||
vlicense COPYING LICENSE
|
|
||||||
}
|
|
||||||
|
|
||||||
python3.4-sqlparse_package() {
|
python3.4-sqlparse_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3.4"
|
depends="python3.4"
|
||||||
|
@ -31,6 +27,5 @@ python3.4-sqlparse_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/sqlformat3.4
|
vmove usr/bin/sqlformat3.4
|
||||||
vmove usr/lib/python3.4
|
vmove usr/lib/python3.4
|
||||||
vlicense COPYING LICENSE
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue