From b48e09ff391368a706a7f3885bccc3f584d9f97b Mon Sep 17 00:00:00 2001 From: m3tav3rse Date: Fri, 26 Mar 2021 21:58:56 +0100 Subject: [PATCH] python-SQLAlchemy: update to 1.4.3. --- srcpkgs/python-SQLAlchemy/template | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python-SQLAlchemy/template b/srcpkgs/python-SQLAlchemy/template index b4ff86c2762cd5..42b7c3c1eeffcc 100644 --- a/srcpkgs/python-SQLAlchemy/template +++ b/srcpkgs/python-SQLAlchemy/template @@ -1,24 +1,28 @@ # Template file for 'python-SQLAlchemy' pkgname=python-SQLAlchemy -version=1.3.18 -revision=2 +version=1.4.3 +revision=1 wrksrc="SQLAlchemy-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools" makedepends="python-devel python3-devel" checkdepends="python3-mock python3-pytest - python-mock python-pytest" + python-mock python-pytest tox" 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 +checksum=a719b80b41a900bbcec3cc248616394ebd134043ce5e62185270d785d8a184d3 post_install() { vlicense LICENSE } +do_check() { + tox +} + python3-SQLAlchemy_package() { short_desc="${short_desc/Python2/Python3}" pkg_install() {