git: 66f568700644 - main - devel/py-odfpy: Remove stale CONFLICTS_BUILD and add concurrent
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 22 Dec 2022 08:31:15 UTC
The branch main has been updated by wen: URL: https://cgit.FreeBSD.org/ports/commit/?id=66f568700644e7f9d292ecf9619a2bc18dd1b06e commit 66f568700644e7f9d292ecf9619a2bc18dd1b06e Author: Wen Heping <wen@FreeBSD.org> AuthorDate: 2022-12-22 08:29:45 +0000 Commit: Wen Heping <wen@FreeBSD.org> CommitDate: 2022-12-22 08:29:45 +0000 devel/py-odfpy: Remove stale CONFLICTS_BUILD and add concurrent PR: 268508 Reported by: jcfyecrayz@liamekaens.com --- devel/py-odfpy/Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/devel/py-odfpy/Makefile b/devel/py-odfpy/Makefile index d203d89723ff..efb7c8a9bda9 100644 --- a/devel/py-odfpy/Makefile +++ b/devel/py-odfpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= odfpy PORTVERSION= 1.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://opendocumentfellowship.com/files/ @@ -15,10 +15,8 @@ LICENSE_COMB= dual RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} -CONFLICTS_BUILD= py${PYTHON_SUFFIX}-setuptools_scm - -USES= python:3.6+ -USE_PYTHON= autoplist distutils +USES= python:3.7+ +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes