From 2b6aadff4df79b6c47af205528af9b51708d7789 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 30 Mar 2023 17:37:28 -0400 Subject: [PATCH 1/2] python3-sqlparse: update to 0.4.4. --- srcpkgs/python3-sqlparse/template | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/srcpkgs/python3-sqlparse/template b/srcpkgs/python3-sqlparse/template index b4024430ad092..80000e7871f50 100644 --- a/srcpkgs/python3-sqlparse/template +++ b/srcpkgs/python3-sqlparse/template @@ -1,21 +1,19 @@ # Template file for 'python3-sqlparse' pkgname=python3-sqlparse -version=0.3.0 -revision=7 -build_style=python3-module -hostmakedepends="python3-setuptools" -depends="python3-setuptools" +version=0.4.4 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-flit_core" +depends="python3" checkdepends="python3-pytest" short_desc="Non-validating SQL parser for Python3" maintainer="Orphaned " license="BSD-3-Clause" homepage="https://github.com/andialbrecht/sqlparse" +changelog="https://raw.githubusercontent.com/andialbrecht/sqlparse/master/CHANGELOG" distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz" -checksum=7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873 +checksum=d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c 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() { mv ${DESTDIR}/usr/bin/sqlformat{,3} From bbf34ecf0df9908123fff2d1fd96f4d779a70501 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Thu, 30 Mar 2023 17:52:46 -0400 Subject: [PATCH 2/2] pgcli: depend on python3-setuptools. --- srcpkgs/pgcli/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index f56a0dde7fe59..269222b28d3b9 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj python3-pendulum - python3-cli_helpers python3-setproctitle" + python3-cli_helpers python3-setproctitle python3-setuptools" short_desc="PostgreSQL CLI with autocompletion and syntax highlighting" maintainer="Joel Beckmeyer " license="BSD-3-Clause"