From 82efff226d0e3f73696ac769e7ce2ac14ab5655f Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 11 Oct 2023 17:24:54 -0400 Subject: [PATCH] python-SQLAlchemy: remove python 2 --- srcpkgs/python-SQLAlchemy/template | 19 ------------------- srcpkgs/python-SQLAlchemy/update | 1 - 2 files changed, 20 deletions(-) delete mode 100644 srcpkgs/python-SQLAlchemy/template delete mode 100644 srcpkgs/python-SQLAlchemy/update diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template deleted file mode 100644 index f377aa8bf5a..00000000000 --- a/srcpkgs/python-SQLAlchemy/template +++ /dev/null @@ -1,19 +0,0 @@ -# Template file for 'python-SQLAlchemy' -pkgname=python-SQLAlchemy -version=1.3.18 -revision=5 -build_style=python2-module -hostmakedepends="python-setuptools" -makedepends="python-devel" -short_desc="SQL Toolkit and Object Relational Mapper for Python2" -maintainer="Orphaned " -license="MIT" -homepage="https://www.sqlalchemy.org" -distfiles="${PYPI_SITE}/S/SQLAlchemy/SQLAlchemy-${version}.tar.gz" -checksum=da2fb75f64792c1fc64c82313a00c728a7c301efe6a60b7a9fe35b16b4368ce7 -# no more python2 checks -make_check=no - -post_install() { - vlicense LICENSE -} diff --git a/srcpkgs/python-SQLAlchemy/update b/srcpkgs/python-SQLAlchemy/update deleted file mode 100644 index e9b0a0a5ea4..00000000000 --- a/srcpkgs/python-SQLAlchemy/update +++ /dev/null @@ -1 +0,0 @@ -ignore="*b*"