svn commit: r472430 - head/devel/py-odfpy

Yuri Victorovich yuri at FreeBSD.org
Fri Jun 15 07:34:50 UTC 2018


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
 


More information about the svn-ports-all mailing list