From nobody Mon Oct 25 16:02:15 2021 X-Original-To: dev-commits-ports-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id EC871181B485; Mon, 25 Oct 2021 16:02:37 +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 4HdKV44QDHz3M4Y; Mon, 25 Oct 2021 16:02:36 +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 D710A354C; Mon, 25 Oct 2021 16:02:15 +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 19PG2Fow077853; Mon, 25 Oct 2021 16:02:15 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 19PG2FC8077852; Mon, 25 Oct 2021 16:02:15 GMT (envelope-from git) Date: Mon, 25 Oct 2021 16:02:15 GMT Message-Id: <202110251602.19PG2FC8077852@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: d3035a192598 - main - devel/py-gitdb: Allow build with py-smmap 5.0.0 List-Id: Commits to the main branch of the FreeBSD ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-main@freebsd.org X-BeenThere: dev-commits-ports-main@freebsd.org 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: d3035a192598cb180ff56b4efee20eb3a9c45054 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=d3035a192598cb180ff56b4efee20eb3a9c45054 commit d3035a192598cb180ff56b4efee20eb3a9c45054 Author: Po-Chuan Hsieh AuthorDate: 2021-10-25 15:07:13 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-10-25 15:57:24 +0000 devel/py-gitdb: Allow build with py-smmap 5.0.0 - Bump PORTREVISION for package change --- devel/py-gitdb/Makefile | 3 ++- devel/py-gitdb/files/patch-setup.py | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/devel/py-gitdb/Makefile b/devel/py-gitdb/Makefile index fc7769bc637c..f02ed83a8a6b 100644 --- a/devel/py-gitdb/Makefile +++ b/devel/py-gitdb/Makefile @@ -2,6 +2,7 @@ PORTNAME= gitdb PORTVERSION= 4.0.7 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,7 +13,7 @@ COMMENT= Git Object Database LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<5:devel/py-smmap@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}smmap>=3.0.1<6:devel/py-smmap@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= autoplist concurrent distutils diff --git a/devel/py-gitdb/files/patch-setup.py b/devel/py-gitdb/files/patch-setup.py new file mode 100644 index 000000000000..2c3851b04757 --- /dev/null +++ b/devel/py-gitdb/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py.orig 2021-03-26 14:25:19 UTC ++++ setup.py +@@ -20,7 +20,7 @@ setup( + packages=('gitdb', 'gitdb.db', 'gitdb.utils', 'gitdb.test'), + license="BSD License", + zip_safe=False, +- install_requires=['smmap>=3.0.1,<5'], ++ install_requires=['smmap>=3.0.1,<6'], + long_description="""GitDB is a pure-Python git object database""", + python_requires='>=3.4', + # See https://pypi.python.org/pypi?%3Aaction=list_classifiers