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
This commit is contained in:
parent
6ddd76ce77
commit
ad5a294ee3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=377784
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user