Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2026 04:57:14 +0000
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: bfb7e4dbfd14 - main - devel/py-cmd2: Update version requirement of RUN_DEPENDS
Message-ID:  <6a15282a.3c302.199b391d@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by sunpoet:

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

commit bfb7e4dbfd147541110e7c3af1dc6a31d16f26dd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2026-05-26 04:56:00 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2026-05-26 04:56:00 +0000

    devel/py-cmd2: Update version requirement of RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 devel/py-cmd2/Makefile                   | 3 ++-
 devel/py-cmd2/files/patch-pyproject.toml | 9 ---------
 2 files changed, 2 insertions(+), 10 deletions(-)

diff --git a/devel/py-cmd2/Makefile b/devel/py-cmd2/Makefile
index fb6d584e9d71..5723167b73a1 100644
--- a/devel/py-cmd2/Makefile
+++ b/devel/py-cmd2/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	cmd2
 PORTVERSION=	3.5.1
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +15,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}setuptools>=61:devel/py-setuptools@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}setuptools-scm>=9.2:devel/py-setuptools-scm@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR}
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyperclip>=1.7:devel/py-pyperclip@${PY_FLAVOR} \
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pyperclip>=1.8.2:devel/py-pyperclip@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich>=15.0.0:textproc/py-rich@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}rich-argparse>=1.7.2:textproc/py-rich-argparse@${PY_FLAVOR}
 
diff --git a/devel/py-cmd2/files/patch-pyproject.toml b/devel/py-cmd2/files/patch-pyproject.toml
index b5e0e56c74a3..e7c956d8e4ec 100644
--- a/devel/py-cmd2/files/patch-pyproject.toml
+++ b/devel/py-cmd2/files/patch-pyproject.toml
@@ -17,12 +17,3 @@
  classifiers = [
      "Development Status :: 5 - Production/Stable",
      "Environment :: Console",
-@@ -31,7 +30,7 @@ dependencies = [
- dependencies = [
-     "backports.strenum; python_version == '3.10'",
-     "gnureadline>=8; platform_system == 'Darwin'",
--    "pyperclip>=1.8.2",
-+    "pyperclip>=1.7",
-     "pyreadline3>=3.4; platform_system == 'Windows'",
-     "rich>=15.0.0",
-     "rich-argparse>=1.7.2",


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?6a15282a.3c302.199b391d>