1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00
freebsd-ports/devel/py-odfpy/Makefile
Yuri Victorovich af348cd353 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
2018-06-15 07:34:49 +00:00

23 lines
488 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= odfpy
PORTVERSION= 1.3.6
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP \
http://opendocumentfellowship.com/files/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= wen@FreeBSD.org
COMMENT= Python API and Tools to Manipulate OpenDocument Files
LICENSE= APACHE20 GPLv2
LICENSE_COMB= dual
CONFLICTS_BUILD= py${PYTHON_SUFFIX}-setuptools_scm
USES= python
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>