Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Aug 2022 10:34:19 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: 86ad02d6b4ff - main - devel/py-blessings: Add missing dependency
Message-ID:  <202208271034.27RAYJIS054522@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=86ad02d6b4ffe8a90720e931fe9bcf45edd8a624

commit 86ad02d6b4ffe8a90720e931fe9bcf45edd8a624
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-08-27 10:26:50 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-08-27 10:26:50 +0000

    devel/py-blessings: Add missing dependency
    
    - Bump PORTREVISION for dependency change
    
    from setup.py:
        install_requires=['six'],
    
    Approved by:    portmgr (blanket)
    Reference:      https://github.com/erikrose/blessings/blob/1.7/setup.py#L22
---
 devel/py-blessings/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/devel/py-blessings/Makefile b/devel/py-blessings/Makefile
index fbfdb739e130..8d0e18c16c39 100644
--- a/devel/py-blessings/Makefile
+++ b/devel/py-blessings/Makefile
@@ -1,5 +1,6 @@
 PORTNAME=	blessings
 PORTVERSION=	1.7
+PORTREVISION=	1
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -9,6 +10,8 @@ COMMENT=	Thin wrapper around terminal coloring, styling, and positioning
 
 LICENSE=	MIT
 
+RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
+
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils
 



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