git: afea92ed172c - main - devel/py-cheetah3: Support py-markdown > 3.2
Neel Chauhan
nc at FreeBSD.org
Thu Apr 22 01:56:43 UTC 2021
The branch main has been updated by nc:
URL: https://cgit.FreeBSD.org/ports/commit/?id=afea92ed172c9131007680a91b83395ab970e747
commit afea92ed172c9131007680a91b83395ab970e747
Author: Neel Chauhan <nc at FreeBSD.org>
AuthorDate: 2021-04-22 01:55:43 +0000
Commit: Neel Chauhan <nc at FreeBSD.org>
CommitDate: 2021-04-22 01:55:43 +0000
devel/py-cheetah3: Support py-markdown > 3.2
This commit is needed as we will need to update py-markdown to import GTK+ 4.
PR: 255281
Approved by: FreeBSD AT ShaneWare DOT Biz (maintainer)
---
devel/py-cheetah3/Makefile | 1 +
devel/py-cheetah3/files/patch-tox.ini | 11 +++++++++++
2 files changed, 12 insertions(+)
diff --git a/devel/py-cheetah3/Makefile b/devel/py-cheetah3/Makefile
index 69e217332504..afd9a67b951a 100644
--- a/devel/py-cheetah3/Makefile
+++ b/devel/py-cheetah3/Makefile
@@ -2,6 +2,7 @@
PORTNAME= cheetah
DISTVERSION= 3.2.6
+PORTREVISION= 1
CATEGORIES= devel textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
diff --git a/devel/py-cheetah3/files/patch-tox.ini b/devel/py-cheetah3/files/patch-tox.ini
new file mode 100644
index 000000000000..7efc83d99655
--- /dev/null
+++ b/devel/py-cheetah3/files/patch-tox.ini
@@ -0,0 +1,11 @@
+--- tox.ini.orig 2021-04-22 10:44:05 UTC
++++ tox.ini
+@@ -21,7 +21,7 @@ commands =
+ {envpython} -c "import struct; print(struct.calcsize('P') * 8)"
+ deps =
+ setuptools < 44
+- Markdown >= 2.0.1, < 3.2
++ Markdown >= 2.0.1
+ pygments
+ passenv = CI TRAVIS TRAVIS_* APPVEYOR DISTUTILS_USE_SDK MSSdk INCLUDE LIB WINDIR
+ setenv =
More information about the dev-commits-ports-all
mailing list