python-sqlparse: update to 0.3.0.
This commit is contained in:
parent
27892c1c3d
commit
000cc4eb5e
1 changed files with 5 additions and 5 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template file for 'python-sqlparse'
|
||||
pkgname=python-sqlparse
|
||||
version=0.2.4
|
||||
version=0.3.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
build_style=python-module
|
||||
wrksrc="sqlparse-${version}"
|
||||
build_style=python-module
|
||||
pycompile_module="sqlparse"
|
||||
hostmakedepends="python-setuptools python3-setuptools"
|
||||
depends="python-setuptools"
|
||||
pycompile_module="sqlparse"
|
||||
short_desc="Non-validating SQL parser for Python2"
|
||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||
license="BSD-3-Clause"
|
||||
homepage="https://github.com/andialbrecht/sqlparse"
|
||||
license="3-clause-BSD"
|
||||
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
||||
checksum=ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec
|
||||
checksum=7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873
|
||||
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue