diff options
author | rm <rm@FreeBSD.org> | 2015-01-24 17:56:13 +0800 |
---|---|---|
committer | rm <rm@FreeBSD.org> | 2015-01-24 17:56:13 +0800 |
commit | 0a988b42b8fed1936553e003dd818c2b26a4a6ac (patch) | |
tree | efba368aff44fbcf79ac68f332fe8fd16028d9cd /textproc/py-xlrd | |
parent | 0ee8953a7548cb42c9acc405096138d3b0622449 (diff) | |
download | freebsd-ports-gnome-0a988b42b8fed1936553e003dd818c2b26a4a6ac.tar.gz freebsd-ports-gnome-0a988b42b8fed1936553e003dd818c2b26a4a6ac.tar.zst freebsd-ports-gnome-0a988b42b8fed1936553e003dd818c2b26a4a6ac.zip |
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
Diffstat (limited to 'textproc/py-xlrd')
-rw-r--r-- | textproc/py-xlrd/Makefile | 9 | ||||
-rw-r--r-- | textproc/py-xlrd/distinfo | 4 | ||||
-rw-r--r-- | textproc/py-xlrd/pkg-descr | 5 |
3 files changed, 9 insertions, 9 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index e82297e37c24..6ee918ca33e6 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -1,9 +1,8 @@ -# Created by: Dikshie +# Created by: Dikshie <dikshie@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@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> diff --git a/textproc/py-xlrd/distinfo b/textproc/py-xlrd/distinfo index ccd18c595a5d..91a922af78cb 100644 --- a/textproc/py-xlrd/distinfo +++ b/textproc/py-xlrd/distinfo @@ -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 diff --git a/textproc/py-xlrd/pkg-descr b/textproc/py-xlrd/pkg-descr index 099f5a07fae3..4b893d127f88 100644 --- a/textproc/py-xlrd/pkg-descr +++ b/textproc/py-xlrd/pkg-descr @@ -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/ |