From owner-dev-commits-ports-all@freebsd.org Tue May 11 21:53:07 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 5237D64697F; Tue, 11 May 2021 21:53:07 +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 4Ffs9Z4prxz4rbZ; Tue, 11 May 2021 21:53:06 +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 6F8EF1FE06; Tue, 11 May 2021 21:53:06 +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 14BLr6Js099923; Tue, 11 May 2021 21:53:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14BLr6wn099922; Tue, 11 May 2021 21:53:06 GMT (envelope-from git) Date: Tue, 11 May 2021 21:53:06 GMT Message-Id: <202105112153.14BLr6wn099922@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: f94eee5610c0 - main - textproc/py-markdown-it-py: Fix setup.cfg for py-attrs 21.2.0 update MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: f94eee5610c0cd1d75f1e3cb786357606f0d11dd 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: Tue, 11 May 2021 21:53:07 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f94eee5610c0cd1d75f1e3cb786357606f0d11dd commit f94eee5610c0cd1d75f1e3cb786357606f0d11dd Author: Po-Chuan Hsieh AuthorDate: 2021-05-11 21:17:43 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-11 21:47:20 +0000 textproc/py-markdown-it-py: Fix setup.cfg for py-attrs 21.2.0 update - Bump PORTREVISION for package change --- textproc/py-markdown-it-py/Makefile | 4 ++-- textproc/py-markdown-it-py/files/patch-setup.cfg | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/textproc/py-markdown-it-py/Makefile b/textproc/py-markdown-it-py/Makefile index ec08ffb0e654..39e443130dcc 100644 --- a/textproc/py-markdown-it-py/Makefile +++ b/textproc/py-markdown-it-py/Makefile @@ -12,8 +12,8 @@ COMMENT= Python port of markdown-it LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<21:devel/py-attrs@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<21:devel/py-attrs@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<22:devel/py-attrs@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=19<22:devel/py-attrs@${PY_FLAVOR} USES= python:3.6+ USE_PYTHON= autoplist concurrent distutils diff --git a/textproc/py-markdown-it-py/files/patch-setup.cfg b/textproc/py-markdown-it-py/files/patch-setup.cfg new file mode 100644 index 000000000000..f2a0522b55c9 --- /dev/null +++ b/textproc/py-markdown-it-py/files/patch-setup.cfg @@ -0,0 +1,11 @@ +--- setup.cfg.orig 2021-05-02 06:48:52 UTC ++++ setup.cfg +@@ -29,7 +29,7 @@ project_urls = + [options] + packages = find: + install_requires = +- attrs>=19,<21 ++ attrs>=19,<22 + typing_extensions>=3.7.4;python_version<'3.8' + python_requires = ~=3.6 + include_package_data = True