Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 May 2023 04:27:37 GMT
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: a5d7125f1384 - main - devel/py-yaspin: Update RUN_DEPENDS
Message-ID:  <202305270427.34R4RbOM026028@gitrepo.freebsd.org>

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

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

commit a5d7125f1384598351d10fcfa6c1626b276fef04
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2023-05-27 04:09:09 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2023-05-27 04:09:09 +0000

    devel/py-yaspin: Update RUN_DEPENDS
    
    - Bump PORTREVISION for package change
---
 devel/py-yaspin/Makefile             |  3 ++-
 devel/py-yaspin/files/patch-setup.py | 11 -----------
 2 files changed, 2 insertions(+), 12 deletions(-)

diff --git a/devel/py-yaspin/Makefile b/devel/py-yaspin/Makefile
index 41c4ab4ba00e..d8ee17a33739 100644
--- a/devel/py-yaspin/Makefile
+++ b/devel/py-yaspin/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	yaspin
 PORTVERSION=	2.3.0
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	PYPI
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +12,7 @@ WWW=		https://github.com/pavdmyt/yaspin
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.1<3.0:devel/py-termcolor@${PY_FLAVOR}
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}termcolor>=2.2<3.0:devel/py-termcolor@${PY_FLAVOR}
 
 USES=		python:3.7+
 USE_PYTHON=	autoplist concurrent distutils pytest
diff --git a/devel/py-yaspin/files/patch-setup.py b/devel/py-yaspin/files/patch-setup.py
deleted file mode 100644
index 7f8290054cfa..000000000000
--- a/devel/py-yaspin/files/patch-setup.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- setup.py.orig	1970-01-01 00:00:00 UTC
-+++ setup.py
-@@ -8,7 +8,7 @@ package_data = \
- {'': ['*'], 'yaspin': ['data/*']}
- 
- install_requires = \
--['termcolor>=2.2,<3.0']
-+['termcolor>=2.1,<3.0']
- 
- setup_kwargs = {
-     'name': 'yaspin',



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