From owner-dev-commits-ports-all@freebsd.org Thu Apr 22 01:56:43 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 213DD5FAF8C; Thu, 22 Apr 2021 01:56:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FQgWv0LqYz4kBw; Thu, 22 Apr 2021 01:56:43 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id F264711370; Thu, 22 Apr 2021 01:56:42 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 13M1ughn053077; Thu, 22 Apr 2021 01:56:42 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 13M1ugjA053076; Thu, 22 Apr 2021 01:56:42 GMT (envelope-from git) Date: Thu, 22 Apr 2021 01:56:42 GMT Message-Id: <202104220156.13M1ugjA053076@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Neel Chauhan Subject: git: afea92ed172c - main - devel/py-cheetah3: Support py-markdown > 3.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: nc X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: afea92ed172c9131007680a91b83395ab970e747 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Apr 2021 01:56:43 -0000 The branch main has been updated by nc: URL: https://cgit.FreeBSD.org/ports/commit/?id=afea92ed172c9131007680a91b83395ab970e747 commit afea92ed172c9131007680a91b83395ab970e747 Author: Neel Chauhan AuthorDate: 2021-04-22 01:55:43 +0000 Commit: Neel Chauhan 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 =