From f3b3c075a8fc29cd253610ec7938e08a78370fa3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Sat, 27 Mar 2021 14:49:00 +0100 Subject: [PATCH] python3-cheetah3: update to 3.2.6.post1. --- .../python3-cheetah3/patches/tox-py39.patch | 55 ------------------- srcpkgs/python3-cheetah3/template | 4 +- 2 files changed, 2 insertions(+), 57 deletions(-) delete mode 100644 srcpkgs/python3-cheetah3/patches/tox-py39.patch diff --git a/srcpkgs/python3-cheetah3/patches/tox-py39.patch b/srcpkgs/python3-cheetah3/patches/tox-py39.patch deleted file mode 100644 index 33380547f6..0000000000 --- a/srcpkgs/python3-cheetah3/patches/tox-py39.patch +++ /dev/null @@ -1,55 +0,0 @@ -From 1f0faa7f7dc6d13b49ed9b91110b98e1a55a9ba3 Mon Sep 17 00:00:00 2001 -From: "Andrew J. Hesford" -Date: Fri, 16 Oct 2020 12:27:06 -0400 -Subject: [PATCH] tox.ini: support Python 3.9 - ---- - tox.ini | 14 +++++++++++++- - 1 file changed, 13 insertions(+), 1 deletion(-) - -diff --git a/tox.ini b/tox.ini -index 45893c0..5df9174 100644 ---- tox.ini -+++ tox.ini -@@ -5,7 +5,7 @@ - - [tox] - minversion = 2.0 --envlist = py27,py3{4,5,6,7,8},py{27,38}-flake8,pypy -+envlist = py27,py3{4,5,6,7,8,9},py{27,38,39}-flake8,pypy - - [testenv] - basepython = -@@ -15,6 +15,7 @@ basepython = - py36: {env:TOXPYTHON:python3.6} - py37: {env:TOXPYTHON:python3.7} - py38: {env:TOXPYTHON:python3.8} -+ py39: {env:TOXPYTHON:python3.9} - pypy: {env:TOXPYTHON:pypy} - commands = - {envpython} --version -@@ -63,6 +64,10 @@ commands = - commands = - {[tests]commands} - -+[testenv:py39] -+commands = -+ {[tests]commands} -+ - [testenv:py27-flake8] - deps = - flake8 -@@ -77,6 +82,13 @@ commands = - {[testenv]commands} - flake8 . - -+[testenv:py39-flake8] -+deps = -+ flake8 -+commands = -+ {[testenv]commands} -+ flake8 . -+ - [testenv:pypy] - commands = - {[tests]commands} diff --git a/srcpkgs/python3-cheetah3/template b/srcpkgs/python3-cheetah3/template index 4cc72a69f9..fe46fbe096 100644 --- a/srcpkgs/python3-cheetah3/template +++ b/srcpkgs/python3-cheetah3/template @@ -1,6 +1,6 @@ # Template file for 'python3-cheetah3' pkgname=python3-cheetah3 -version=3.2.6 +version=3.2.6.post1 revision=1 wrksrc="Cheetah3-${version}" build_style=python3-module @@ -13,7 +13,7 @@ maintainer="Piotr Wójcik " license="MIT" homepage="http://www.cheetahtemplate.org/" distfiles="${PYPI_SITE}/C/Cheetah3/Cheetah3-${version}.tar.gz" -checksum=f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b +checksum=58b5d84e5fbff6cf8e117414b3ea49ef51654c02ee887d155113c5b91d761967 conflicts="python-cheetah>=0" do_check() {