diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-07-30 22:16:56 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-07-30 22:16:56 +0800 |
commit | e3913218d7517b7d0d2f92fe2ddeacd62c8b6b70 (patch) | |
tree | e205f742988bb5b1d2a1eff4d342be40ac5228d6 /textproc/py-xlrd | |
parent | 0c253f54399864917bd15e8f6e3cf449d398aea9 (diff) | |
download | freebsd-ports-gnome-e3913218d7517b7d0d2f92fe2ddeacd62c8b6b70.tar.gz freebsd-ports-gnome-e3913218d7517b7d0d2f92fe2ddeacd62c8b6b70.tar.zst freebsd-ports-gnome-e3913218d7517b7d0d2f92fe2ddeacd62c8b6b70.zip |
- Expand the range of support Python versions
- Fix plist
- Bump PORTREVISION
Approved by: dikshie at sfc dot wide dot ad dot jp (maintainer)
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%% |