From 52517decab94fd2b4478ff6c779d96fd6fc3d239 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:24:17 -0400 Subject: [PATCH] python-sqlparse: remove python 2 --- srcpkgs/python-sqlparse/template | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 srcpkgs/python-sqlparse/template diff --git a/srcpkgs/python-sqlparse/template b/srcpkgs/python-sqlparse/template deleted file mode 100644 index 1690e9f6517..00000000000 --- a/srcpkgs/python-sqlparse/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python-sqlparse' -pkgname=python-sqlparse -version=0.3.0 -revision=6 -build_style=python2-module -hostmakedepends="python-setuptools" -depends="python-setuptools" -short_desc="Non-validating SQL parser for Python2" -maintainer="Orphaned " -license="BSD-3-Clause" -homepage="https://github.com/andialbrecht/sqlparse" -distfiles="${PYPI_SITE}/s/sqlparse/sqlparse-${version}.tar.gz" -checksum=7c3dca29c022744e95b547e867cee89f4fce4373f3549ccd8797d8eb52cdb873 -alternatives="sqlparse:sqlformat:/usr/bin/sqlformat2" - -post_install() { - mv ${DESTDIR}/usr/bin/sqlformat{,2} - vlicense LICENSE -}