2019-06-05 02:37:43 +02:00
|
|
|
# $NetBSD: Makefile,v 1.14 2019/06/05 00:37:43 gutteridge Exp $
|
2010-08-05 14:18:06 +02:00
|
|
|
|
2018-12-15 22:02:58 +01:00
|
|
|
DISTNAME= xlrd-1.2.0
|
2014-01-10 12:14:31 +01:00
|
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
|
|
CATEGORIES= textproc python
|
2016-06-08 19:43:20 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlrd/}
|
2010-08-05 14:18:06 +02:00
|
|
|
|
2015-03-15 22:10:07 +01:00
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
2019-06-05 02:37:43 +02:00
|
|
|
HOMEPAGE= https://github.com/python-excel/xlrd
|
2014-01-10 12:14:31 +01:00
|
|
|
COMMENT= Python library to extract data from Microsoft Excel spreadsheet files
|
|
|
|
LICENSE= modified-bsd
|
2010-08-05 14:18:06 +02:00
|
|
|
|
2018-12-15 22:02:58 +01:00
|
|
|
USE_LANGUAGES= # none
|
2010-08-05 14:18:06 +02:00
|
|
|
|
2017-08-31 11:27:44 +02:00
|
|
|
post-install:
|
2018-12-15 22:02:58 +01:00
|
|
|
cd ${DESTDIR}${PREFIX}/bin && \
|
|
|
|
${MV} runxlrd.py runxlrd-${PYVERSSUFFIX}.py || ${TRUE}
|
2012-10-04 01:40:35 +02:00
|
|
|
|
2017-08-31 11:27:44 +02:00
|
|
|
.include "../../lang/python/egg.mk"
|
2010-08-05 14:18:06 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|