2013-05-01 14:49:16 +02:00
|
|
|
# Created by: Steven Kreuzer <skreuzer@FreeBSD.org>
|
|
|
|
|
|
|
|
PORTNAME= xlutils
|
2020-04-04 03:10:05 +02:00
|
|
|
PORTVERSION= 2.0.0
|
2013-05-01 14:49:16 +02:00
|
|
|
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
|
|
|
|
|
2013-12-27 20:27:44 +01:00
|
|
|
LICENSE= MIT
|
|
|
|
|
2018-06-20 19:05:41 +02:00
|
|
|
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:textproc/py-xlrd@${PY_FLAVOR} \
|
|
|
|
${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt@${PY_FLAVOR}
|
2013-05-01 14:49:16 +02:00
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
2020-12-29 00:02:12 +01:00
|
|
|
USES= python:3.6+
|
2014-12-07 11:01:36 +01:00
|
|
|
USE_PYTHON= distutils autoplist
|
2013-05-01 14:49:16 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|