git: f703d911d13c - main - devel/py-meliae: remove python flavor restriction
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 27 Feb 2022 08:34:10 UTC
The branch main has been updated by antoine: URL: https://cgit.FreeBSD.org/ports/commit/?id=f703d911d13c1f8142d12473a77a747a1c872407 commit f703d911d13c1f8142d12473a77a747a1c872407 Author: Antoine Brodin <antoine@FreeBSD.org> AuthorDate: 2022-02-27 08:31:16 +0000 Commit: Antoine Brodin <antoine@FreeBSD.org> CommitDate: 2022-02-27 08:31:16 +0000 devel/py-meliae: remove python flavor restriction - Remove python flavor restriciton - Set an expiration date - Fix brokenness condition PR: 261703 --- devel/py-meliae/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/devel/py-meliae/Makefile b/devel/py-meliae/Makefile index 5285f4391221..29b1c2f6ff6a 100644 --- a/devel/py-meliae/Makefile +++ b/devel/py-meliae/Makefile @@ -12,16 +12,17 @@ LICENSE= GPLv3 DEPRECATED= does not build against Python-3.9 # See https://bugs.launchpad.net/meliae/+bug/1899379 +EXPIRATION_DATE= 2022-05-27 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} -USES= python:3.6-3.8 +USES= python USE_PYTHON= distutils autoplist cython TEST_TARGET= check # test fails .include <bsd.port.pre.mk> -.if ${PYTHON_VER} == 3.9 +.if ${PYTHON_REL} >= 30900 BROKEN= build error: PyGC_HEAD is private in Python 3.9 .endif