python-sqlparse: update to 0.1.17
This commit is contained in:
parent
f6cc6c6f3e
commit
825281acc0
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
||||||
# Template file for 'python-sqlparse'
|
# Template file for 'python-sqlparse'
|
||||||
pkgname=python-sqlparse
|
pkgname=python-sqlparse
|
||||||
version=0.1.16
|
version=0.1.17
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
|
build_style=python-module
|
||||||
wrksrc="sqlparse-${version}"
|
wrksrc="sqlparse-${version}"
|
||||||
python_versions="2.7 3.4"
|
python_versions="2.7 3.4"
|
||||||
hostmakedepends="python-setuptools python3.4-setuptools"
|
hostmakedepends="python-setuptools python3.4-setuptools"
|
||||||
|
@ -11,9 +12,9 @@ pycompile_module="sqlparse"
|
||||||
short_desc="Non-validating SQL parser for Python2"
|
short_desc="Non-validating SQL parser for Python2"
|
||||||
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/andialbrecht/sqlparse"
|
homepage="https://github.com/andialbrecht/sqlparse"
|
||||||
license="BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
||||||
checksum=678c6c36ca4b01405177da8b84eecf92ec92c9f6c762396c965bb5d305f20f81
|
checksum=2e9fcb4d07c9771f13995f211f8a6825e088856ec5f57db184a66f2f65dd8833
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
cp -a ${wrksrc} /tmp/${pkgname#*-}-2.7
|
cp -a ${wrksrc} /tmp/${pkgname#*-}-2.7
|
||||||
|
|
Loading…
Reference in a new issue