Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Jan 2024 02:11:33 GMT
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 94aa03b29491 - main - sysutils/py-elf_diff: Update python version limit
Message-ID:  <202401010211.4012BXgx025771@gitrepo.freebsd.org>

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

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

commit 94aa03b294917c09f8e3366ef86943067f6d6106
Author:     Wen Heping <wen@FreeBSD.org>
AuthorDate: 2023-12-31 23:31:12 +0000
Commit:     Wen Heping <wen@FreeBSD.org>
CommitDate: 2024-01-01 02:11:09 +0000

    sysutils/py-elf_diff: Update python version limit
    
    PR:             275494
    Reported by:    wen@
    Approved by:    maintainer
---
 sysutils/py-elf_diff/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysutils/py-elf_diff/Makefile b/sysutils/py-elf_diff/Makefile
index 94c8efc44d1a..ec482a7dc4db 100644
--- a/sysutils/py-elf_diff/Makefile
+++ b/sysutils/py-elf_diff/Makefile
@@ -22,7 +22,7 @@ TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}deepdiff>0:devel/py-deepdiff@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}gitpython>0:devel/py-gitpython@${PY_FLAVOR} \
 		git:devel/git
 
-USES=		python:3.8-3.10
+USES=		python
 USE_GITHUB=	yes
 USE_PYTHON=	autoplist concurrent distutils
 



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