Date: Fri, 15 Jun 2018 07:34:49 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472430 - head/devel/py-odfpy Message-ID: <201806150734.w5F7Ynlb036726@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Fri Jun 15 07:34:49 2018 New Revision: 472430 URL: https://svnweb.freebsd.org/changeset/ports/472430 Log: devel/py-odfpy: Add CONFLICTS_BUILD line When py-setuptools_scm is installed, the build fails with this error: File Finder Failed for .git = setuptools_scm.git:list_files_in_archive Approved by: portmgr blanket Modified: head/devel/py-odfpy/Makefile Modified: head/devel/py-odfpy/Makefile ============================================================================== --- head/devel/py-odfpy/Makefile Fri Jun 15 07:09:59 2018 (r472429) +++ head/devel/py-odfpy/Makefile Fri Jun 15 07:34:49 2018 (r472430) @@ -14,6 +14,8 @@ COMMENT= Python API and Tools to Manipulate OpenDocume LICENSE= APACHE20 GPLv2 LICENSE_COMB= dual +CONFLICTS_BUILD= py${PYTHON_SUFFIX}-setuptools_scm + USES= python USE_PYTHON= autoplist distutils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806150734.w5F7Ynlb036726>