python3-sqlparse: update to 0.4.4.
This commit is contained in:
parent
d0a453ad28
commit
b116150d7b
1 changed files with 6 additions and 9 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'python3-sqlparse'
|
# Template file for 'python3-sqlparse'
|
||||||
pkgname=python3-sqlparse
|
pkgname=python3-sqlparse
|
||||||
version=0.3.0
|
version=0.4.4
|
||||||
revision=7
|
revision=1
|
||||||
build_style=python3-module
|
build_style=python3-pep517
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-flit_core"
|
||||||
depends="python3-setuptools"
|
depends="python3"
|
||||||
checkdepends="python3-pytest"
|
checkdepends="python3-pytest"
|
||||||
short_desc="Non-validating SQL parser for Python3"
|
short_desc="Non-validating SQL parser for Python3"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
homepage="https://github.com/andialbrecht/sqlparse"
|
homepage="https://github.com/andialbrecht/sqlparse"
|
||||||
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
||||||
checksum=7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873
|
checksum=d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c
|
||||||
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat3"
|
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat3"
|
||||||
# sys.stdout.encoding = 'utf-8' AttributeError: readonly attribute
|
|
||||||
# will be fixed in 0.4.0
|
|
||||||
make_check=no
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
mv ${DESTDIR}/usr/bin/sqlformat{,3}
|
mv ${DESTDIR}/usr/bin/sqlformat{,3}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue