mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
python-sqlparse: update to 0.2.4
This commit is contained in:
parent
b6fa700e39
commit
e45812674d
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'python-sqlparse'
|
# Template file for 'python-sqlparse'
|
||||||
pkgname=python-sqlparse
|
pkgname=python-sqlparse
|
||||||
version=0.2.3
|
version=0.2.4
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=python-module
|
build_style=python-module
|
||||||
wrksrc="sqlparse-${version}"
|
wrksrc="sqlparse-${version}"
|
||||||
|
@ -13,9 +13,13 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
|
||||||
homepage="https://github.com/andialbrecht/sqlparse"
|
homepage="https://github.com/andialbrecht/sqlparse"
|
||||||
license="3-clause-BSD"
|
license="3-clause-BSD"
|
||||||
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz"
|
||||||
checksum=becd7cc7cebbdf311de8ceedfcf2bd2403297024418801947f8c953025beeff8
|
checksum=ce028444cfab83be538752a2ffdb56bc417b7784ff35bb9a3062413717807dec
|
||||||
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2"
|
alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
||||||
|
|
||||||
python3-sqlparse_package() {
|
python3-sqlparse_package() {
|
||||||
noarch=yes
|
noarch=yes
|
||||||
depends="python3-setuptools"
|
depends="python3-setuptools"
|
||||||
|
@ -26,6 +30,7 @@ python3-sqlparse_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/bin/sqlformat3
|
vmove usr/bin/sqlformat3
|
||||||
vmove usr/lib/python3*
|
vmove usr/lib/python3*
|
||||||
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
python3.4-sqlparse_package() {
|
python3.4-sqlparse_package() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue