Update py-xlrd to 0.7.1.
This commit is contained in:
parent
6a8e4d0680
commit
36a8fbf4dc
3 changed files with 9 additions and 15 deletions
|
@ -1,23 +1,19 @@
|
|||
# $NetBSD: Makefile,v 1.3 2008/05/22 15:38:48 tnn2 Exp $
|
||||
# $NetBSD: Makefile,v 1.4 2010/05/20 08:38:32 obache Exp $
|
||||
#
|
||||
|
||||
DISTNAME= xlrd-0.6.1
|
||||
DISTNAME= xlrd-0.7.1
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= http://www.lexicon.net/sjmachin/ \
|
||||
http://cheeseshop.python.org/packages/source/x/xlrd/
|
||||
EXTRACT_SUFX= .zip
|
||||
MASTER_SITES= http://cheeseshop.python.org/packages/source/x/xlrd/
|
||||
|
||||
MAINTAINER= obache@NetBSD.org
|
||||
HOMEPAGE= http://www.lexicon.net/sjmachin/xlrd.htm
|
||||
COMMENT= Python library to extract data from Microsoft Excel spread sheet files
|
||||
LICENSE= modified-bsd
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
||||
post-install:
|
||||
chmod go-w ${DESTDIR}${PREFIX}/bin/runxlrd.py
|
||||
|
||||
.include "../../lang/python/extension.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.2 2009/08/25 11:56:46 thomasklausner Exp $
|
||||
@comment $NetBSD: PLIST,v 1.3 2010/05/20 08:38:32 obache Exp $
|
||||
bin/runxlrd.py
|
||||
${PYSITELIB}/xlrd/__init__.py
|
||||
${PYSITELIB}/xlrd/__init__.pyc
|
||||
|
@ -9,8 +9,6 @@ ${PYSITELIB}/xlrd/biffh.pyo
|
|||
${PYSITELIB}/xlrd/compdoc.py
|
||||
${PYSITELIB}/xlrd/compdoc.pyc
|
||||
${PYSITELIB}/xlrd/compdoc.pyo
|
||||
${PYSITELIB}/xlrd/doc/HISTORY.html
|
||||
${PYSITELIB}/xlrd/doc/README.html
|
||||
${PYSITELIB}/xlrd/doc/compdoc.html
|
||||
${PYSITELIB}/xlrd/doc/xlrd.html
|
||||
${PYSITELIB}/xlrd/examples/namesdemo.xls
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.1.1.1 2008/01/23 08:03:35 obache Exp $
|
||||
$NetBSD: distinfo,v 1.2 2010/05/20 08:38:32 obache Exp $
|
||||
|
||||
SHA1 (xlrd-0.6.1.zip) = c7a49499b852bfafa9da91b26bbdbc9daa138748
|
||||
RMD160 (xlrd-0.6.1.zip) = dc89dc9727d5bd98f033f806b4d8ebd1d390ba71
|
||||
Size (xlrd-0.6.1.zip) = 119214 bytes
|
||||
SHA1 (xlrd-0.7.1.tar.gz) = 9d06a1ebbf796530a1abb497f633a796606f4ad1
|
||||
RMD160 (xlrd-0.7.1.tar.gz) = 1dbbde702c515e5af3257fe403975c13c52632fc
|
||||
Size (xlrd-0.7.1.tar.gz) = 118302 bytes
|
||||
|
|
Loading…
Reference in a new issue