1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

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)
This commit is contained in:
Neel Chauhan 2021-04-21 18:55:43 -07:00
parent 32ef2d939c
commit afea92ed17
2 changed files with 12 additions and 0 deletions

View File

@ -2,6 +2,7 @@
PORTNAME= cheetah
DISTVERSION= 3.2.6
PORTREVISION= 1
CATEGORIES= devel textproc www python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View File

@ -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 =