python-sqlparse: update to 0.2.1
This commit is contained in:
parent
4b226021ff
commit
9dcb39171b
@ -1,25 +1,25 @@
|
||||
# Template file for 'python-sqlparse'
|
||||
pkgname=python-sqlparse
|
||||
version=0.2.0
|
||||
version=0.2.1
|
||||
revision=1
|
||||
noarch=yes
|
||||
build_style=python-module
|
||||
wrksrc="sqlparse-${version}"
|
||||
python_versions="2.7 3.4"
|
||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||
depends="python"
|
||||
depends="python-setuptools"
|
||||
pycompile_module="sqlparse"
|
||||
short_desc="Non-validating SQL parser for Python2"
|
||||
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=7fac8d39ac543499b191be19e811ff275f2df0d45c4ba5fc24850aa883ac2060
|
||||
checksum=1c98a2bdffe67f1bb817b72a7ba4d38be592e0f07c5acea4adebcec12c4377d1
|
||||
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2.7"
|
||||
|
||||
python3.4-sqlparse_package() {
|
||||
noarch=yes
|
||||
depends="python3.4"
|
||||
depends="python3.4-setuptools"
|
||||
pycompile_version="3.4"
|
||||
pycompile_module="sqlparse"
|
||||
short_desc="${short_desc/Python2/Python3.4}"
|
||||
|
Loading…
Reference in New Issue
Block a user