1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-09 06:51:44 +00:00
freebsd-ports/textproc/py-xlutils/Makefile
Steven Kreuzer 21d6311d59 Update to version 2.0.0
* Updated documentation.
 * Move to virtualenv/pip based development.
 * Move to Read The Docs for documentation.
 * Use Travis CI for testing and releases.
 * Use features of newer testfixtures in CheckerView.
 * Python 3 compatibility.

PR:		245061
Submitted by:	Miroslav Lachman <000.fbsd@quip.cz>
2020-04-04 01:10:05 +00:00

23 lines
579 B
Makefile

# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
# $FreeBSD$
PORTNAME= xlutils
PORTVERSION= 2.0.0
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= skreuzer@FreeBSD.org
COMMENT= Utilities for working with Excel files that require both xlrd and xlwt
LICENSE= MIT
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:textproc/py-xlrd@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR}
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= python
USE_PYTHON= distutils autoplist
.include <bsd.port.mk>