svn commit: r377784 - head/textproc/py-xlrd
Ruslan Makhmatkhanov
rm at FreeBSD.org
Sat Jan 24 09:56:15 UTC 2015
Author: rm
Date: Sat Jan 24 09:56:13 2015
New Revision: 377784
URL: https://svnweb.freebsd.org/changeset/ports/377784
QAT: https://qat.redports.org/buildarchive/r377784/
Log:
textproc/py-xlrd: update to 0.9.3
- update to 0.9.3. This release adding python3 support.
- update description
- add minor style changes
PR: 197033
Submitted by: rm (myself)
Approved by: maintainer
Modified:
head/textproc/py-xlrd/Makefile
head/textproc/py-xlrd/distinfo
head/textproc/py-xlrd/pkg-descr
Modified: head/textproc/py-xlrd/Makefile
==============================================================================
--- head/textproc/py-xlrd/Makefile Sat Jan 24 08:50:08 2015 (r377783)
+++ head/textproc/py-xlrd/Makefile Sat Jan 24 09:56:13 2015 (r377784)
@@ -1,9 +1,8 @@
-# Created by: Dikshie
+# Created by: Dikshie <dikshie at sfc.wide.ad.jp>
# $FreeBSD$
PORTNAME= xlrd
-PORTVERSION= 0.9.2
-PORTREVISION= 1
+PORTVERSION= 0.9.3
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,7 +10,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= dikshie at sfc.wide.ad.jp
COMMENT= Reading data and formatting information from Excel files
-USES= python:2
-USE_PYTHON= distutils autoplist
+USES= python
+USE_PYTHON= autoplist distutils
.include <bsd.port.mk>
Modified: head/textproc/py-xlrd/distinfo
==============================================================================
--- head/textproc/py-xlrd/distinfo Sat Jan 24 08:50:08 2015 (r377783)
+++ head/textproc/py-xlrd/distinfo Sat Jan 24 09:56:13 2015 (r377784)
@@ -1,2 +1,2 @@
-SHA256 (xlrd-0.9.2.tar.gz) = 3bc9823c09321ba62c6a6aa5c338a2c5b96c802717a044f42cec7a65a4c8e9f9
-SIZE (xlrd-0.9.2.tar.gz) = 167925
+SHA256 (xlrd-0.9.3.tar.gz) = 933a35e27da7ed7712985486b53b5cfb8dd88e076e2a0bd531373d0001d2939c
+SIZE (xlrd-0.9.3.tar.gz) = 178490
Modified: head/textproc/py-xlrd/pkg-descr
==============================================================================
--- head/textproc/py-xlrd/pkg-descr Sat Jan 24 08:50:08 2015 (r377783)
+++ head/textproc/py-xlrd/pkg-descr Sat Jan 24 09:56:13 2015 (r377784)
@@ -1,7 +1,8 @@
Library for developers to extract data from Microsoft Excel (tm)
spreadsheet files
-Extract data from new and old Excel spreadsheets on any platform.
-Pure Python (2.1 to 2.6). Strong support for Excel dates. Unicode-aware.
+Extract data from Excel spreadsheets (.xls and .xlsx, versions 2.0
+onwards) on any platform. Pure Python (2.6, 2.7, 3.2+). Strong support
+for Excel dates. Unicode-aware.
WWW: http://www.python-excel.org/
More information about the svn-ports-all
mailing list