Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Apr 2021 01:56:42 GMT
From:      Neel Chauhan <nc@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: afea92ed172c - main - devel/py-cheetah3: Support py-markdown > 3.2
Message-ID:  <202104220156.13M1ugjA053076@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by nc:

URL: https://cgit.FreeBSD.org/ports/commit/?id=afea92ed172c9131007680a91b83395ab970e747

commit afea92ed172c9131007680a91b83395ab970e747
Author:     Neel Chauhan <nc@FreeBSD.org>
AuthorDate: 2021-04-22 01:55:43 +0000
Commit:     Neel Chauhan <nc@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 =



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104220156.13M1ugjA053076>