Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 10 Sep 2022 13:05:11 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: bcb9fe767113 - main - lang/python-doc-html: Relax USES=python
Message-ID:  <202209101305.28AD5BPY029363@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=bcb9fe7671139f7ae367fff04ddac2bb9dd21bcd

commit bcb9fe7671139f7ae367fff04ddac2bb9dd21bcd
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-09-10 12:54:34 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-09-10 13:02:58 +0000

    lang/python-doc-html: Relax USES=python
    
    Python 3.11 documentation is available.
---
 lang/python-doc-html/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python-doc-html/Makefile b/lang/python-doc-html/Makefile
index b35788660494..581a22a7ccb2 100644
--- a/lang/python-doc-html/Makefile
+++ b/lang/python-doc-html/Makefile
@@ -12,7 +12,7 @@ WWW=		https://www.python.org/doc/
 
 PORTSCOUT=	ignore:1
 
-USES=		python:3.6-3.10,env tar:bzip2
+USES=		python:env tar:bzip2
 
 NO_ARCH=	yes
 NO_BUILD=	yes



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