python-sqlparse: update to 0.2.4

This commit is contained in:
Alessio Sergi 2017-09-30 11:03:21 +02:00
parent b6fa700e39
commit e45812674d

View file

@ -1,7 +1,7 @@
# Template file for 'python-sqlparse'
pkgname=python-sqlparse
version=0.2.3
revision=2
version=0.2.4
revision=1
noarch=yes
build_style=python-module
wrksrc="sqlparse-${version}"
@ -13,9 +13,13 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
homepage="https://github.com/andialbrecht/sqlparse"
license="3-clause-BSD"
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
checksum=becd7cc7cebbdf311de8ceedfcf2bd2403297024418801947f8c953025beeff8
checksum=ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2"
post_install() {
vlicense LICENSE
}
python3-sqlparse_package() {
noarch=yes
depends="python3-setuptools"
@ -26,6 +30,7 @@ python3-sqlparse_package() {
pkg_install() {
vmove usr/bin/sqlformat3
vmove usr/lib/python3*
vlicense LICENSE
}
}
python3.4-sqlparse_package() {