svn commit: r530539 - head/textproc/py-xlutils
Steven Kreuzer
skreuzer at FreeBSD.org
Sat Apr 4 01:25:49 UTC 2020
Author: skreuzer
Date: Sat Apr 4 01:10:05 2020
New Revision: 530539
URL: https://svnweb.freebsd.org/changeset/ports/530539
Log:
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 at quip.cz>
Modified:
head/textproc/py-xlutils/Makefile
head/textproc/py-xlutils/distinfo
Modified: head/textproc/py-xlutils/Makefile
==============================================================================
--- head/textproc/py-xlutils/Makefile Sat Apr 4 00:55:38 2020 (r530538)
+++ head/textproc/py-xlutils/Makefile Sat Apr 4 01:10:05 2020 (r530539)
@@ -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 r
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>
Modified: head/textproc/py-xlutils/distinfo
==============================================================================
--- head/textproc/py-xlutils/distinfo Sat Apr 4 00:55:38 2020 (r530538)
+++ head/textproc/py-xlutils/distinfo Sat Apr 4 01:10:05 2020 (r530539)
@@ -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
More information about the svn-ports-all
mailing list