diff options
| author | Steven Kreuzer <skreuzer@FreeBSD.org> | 2020-04-04 01:10:05 +0000 |
|---|---|---|
| committer | Steven Kreuzer <skreuzer@FreeBSD.org> | 2020-04-04 01:10:05 +0000 |
| commit | 21d6311d59b950e0a21d14f68356c4256044d102 (patch) | |
| tree | 7d9df9fb5df7ad314d5565dad0604b0eee656083 | |
| parent | Use absolute path for WAF script and configure.log. (diff) | |
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>
| -rw-r--r-- | textproc/py-xlutils/Makefile | 8 | ||||
| -rw-r--r-- | textproc/py-xlutils/distinfo | 5 |
2 files changed, 5 insertions, 8 deletions
diff --git a/textproc/py-xlutils/Makefile b/textproc/py-xlutils/Makefile index b91ee517c93d..0bf0a8af5990 100644 --- a/textproc/py-xlutils/Makefile +++ b/textproc/py-xlutils/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= xlutils -PORTVERSION= 1.7.0 -PORTREVISION= 1 +PORTVERSION= 2.0.0 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,14 +12,11 @@ COMMENT= Utilities for working with Excel files that require both xlrd and xlwt LICENSE= MIT -DEPRECATED= Uses deprecated version of python -EXPIRATION_DATE= 2020-08-15 - 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:2.7 +USES= python USE_PYTHON= distutils autoplist .include <bsd.port.mk> diff --git a/textproc/py-xlutils/distinfo b/textproc/py-xlutils/distinfo index dcc10a61d653..63aba5743617 100644 --- a/textproc/py-xlutils/distinfo +++ b/textproc/py-xlutils/distinfo @@ -1,2 +1,3 @@ -SHA256 (xlutils-1.7.0.tar.gz) = db95bfb96176298112ace4048afb2da63742d512be13349b1493d35e47478550 -SIZE (xlutils-1.7.0.tar.gz) = 58126 +TIMESTAMP = 1585962057 +SHA256 (xlutils-2.0.0.tar.gz) = 7e0e2c233bd185fecf5e2bd3f4e9469ca4a3bd87da64c82cfe5b2af27e7f9e54 +SIZE (xlutils-2.0.0.tar.gz) = 61614 |
