Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Nov 2021 17:01:46 GMT
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 898cf2800ce2 - main - python-doc-html: fix build with python 3.11
Message-ID:  <202111241701.1AOH1k40070982@gitrepo.freebsd.org>

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

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

commit 898cf2800ce2fc23d96d2a4c82a261302292b230
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2021-11-17 12:48:35 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2021-11-24 17:00:33 +0000

    python-doc-html: fix build with python 3.11
    
    There's no docs for alpha python 3.11 yet, so limit supported python
    versions with 3.10. Also limit from below to avoid falling back to
    python 2.7 docs.
    
    PR:             259745
    Approved by:    python
---
 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 2049bc6431e4..b233e743c64b 100644
--- a/lang/python-doc-html/Makefile
+++ b/lang/python-doc-html/Makefile
@@ -13,7 +13,7 @@ COMMENT=	Documentation for the Python programming language
 
 PORTSCOUT=	ignore:1
 
-USES=		python:env tar:bzip2
+USES=		python:3.6-3.10,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?202111241701.1AOH1k40070982>