Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Apr 2024 00:46:30 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: ed5a20c1588f - main - sysutils/py-hcloud: Clean up USES=python
Message-ID:  <202404050046.4350kUJX003969@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=ed5a20c1588f34d07e22123ae65a27e8551f31d0

commit ed5a20c1588f34d07e22123ae65a27e8551f31d0
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-04-05 00:43:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-04-05 00:43:55 +0000

    sysutils/py-hcloud: Clean up USES=python
    
    USES=python means USES=python:3.8+ now.
    
    Approved by:    portmgr (blanket)
    With hat:       python
---
 sysutils/py-hcloud/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/py-hcloud/Makefile b/sysutils/py-hcloud/Makefile
index 79293af8df3f..ff226302154d 100644
--- a/sysutils/py-hcloud/Makefile
+++ b/sysutils/py-hcloud/Makefile
@@ -24,7 +24,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}coverage>=7.4:devel/py-coverage@${PY_FLAVOR
 		${PYTHON_PKGNAMEPREFIX}types-requests>=0:devel/py-types-requests@${PY_FLAVOR}
 
 NO_ARCH=	yes
-USES=		python:3.8+
+USES=		python
 USE_PYTHON=	autoplist concurrent pep517 pytest
 
 .include <bsd.port.mk>



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