diff options
author | Greg Larkin <glarkin@FreeBSD.org> | 2010-07-30 14:16:56 +0000 |
---|---|---|
committer | Greg Larkin <glarkin@FreeBSD.org> | 2010-07-30 14:16:56 +0000 |
commit | ce109563ecbfe5c9c886f4107a37e906f10cda2d (patch) | |
tree | bb37ee3129ef6735e7f6ff59ff47ee488c42962b /textproc/py-xlrd | |
parent | 6c5648f7303c73206388434a480ec10e9273e67f (diff) |
Notes
Diffstat (limited to 'textproc/py-xlrd')
-rw-r--r-- | textproc/py-xlrd/Makefile | 3 | ||||
-rw-r--r-- | textproc/py-xlrd/pkg-plist | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/textproc/py-xlrd/Makefile b/textproc/py-xlrd/Makefile index f41dfcc980e9..97b1643b060a 100644 --- a/textproc/py-xlrd/Makefile +++ b/textproc/py-xlrd/Makefile @@ -7,6 +7,7 @@ PORTNAME= xlrd PORTVERSION= 0.7.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= dikshie@sfc.wide.ad.jp COMMENT= Reading data and formatting information from Excel files -USE_PYTHON= 2.5-2.6 +USE_PYTHON= 2.4-2.6 USE_PYDISTUTILS= yes .include <bsd.port.mk> diff --git a/textproc/py-xlrd/pkg-plist b/textproc/py-xlrd/pkg-plist index 3f011dd30e5c..3615b5f24325 100644 --- a/textproc/py-xlrd/pkg-plist +++ b/textproc/py-xlrd/pkg-plist @@ -1,5 +1,4 @@ bin/runxlrd.py -lib/%%PYTHON_VERSION%%/site-packages/xlrd-0.7.1-py2.6.egg-info lib/%%PYTHON_VERSION%%/site-packages/xlrd/__init__.py lib/%%PYTHON_VERSION%%/site-packages/xlrd/__init__.pyc lib/%%PYTHON_VERSION%%/site-packages/xlrd/__init__.pyo @@ -36,5 +35,3 @@ lib/%%PYTHON_VERSION%%/site-packages/xlrd/xldate.pyo @dirrm lib/%%PYTHON_VERSION%%/site-packages/xlrd/examples @dirrm lib/%%PYTHON_VERSION%%/site-packages/xlrd/doc @dirrm lib/%%PYTHON_VERSION%%/site-packages/xlrd -@dirrm lib/%%PYTHON_VERSION%%/site-packages -@dirrm lib/%%PYTHON_VERSION%% |