Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Dec 2022 08:31:15 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: 66f568700644 - main - devel/py-odfpy: Remove stale CONFLICTS_BUILD and add concurrent
Message-ID:  <202212220831.2BM8VFbP063764@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=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
 



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