Date: Mon, 18 Mar 2019 23:31:38 +0000 (UTC) From: Wen Heping <wen@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r496223 - head/devel/py-odfpy Message-ID: <201903182331.x2INVcfm083710@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wen Date: Mon Mar 18 23:31:38 2019 New Revision: 496223 URL: https://svnweb.freebsd.org/changeset/ports/496223 Log: - Add missing RUN_DEPENDS PR: 236618 Submitted by: kai@ Modified: head/devel/py-odfpy/Makefile Modified: head/devel/py-odfpy/Makefile ============================================================================== --- head/devel/py-odfpy/Makefile Mon Mar 18 23:24:04 2019 (r496222) +++ head/devel/py-odfpy/Makefile Mon Mar 18 23:31:38 2019 (r496223) @@ -3,6 +3,7 @@ PORTNAME= odfpy PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP \ http://opendocumentfellowship.com/files/ @@ -13,6 +14,8 @@ COMMENT= Python API and Tools to Manipulate OpenDocume LICENSE= APACHE20 GPLv2 LICENSE_COMB= dual + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}defusedxml>0:devel/py-defusedxml@${PY_FLAVOR} CONFLICTS_BUILD= py${PYTHON_SUFFIX}-setuptools_scm
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201903182331.x2INVcfm083710>