6961da8821
Officially support Python 3.6, drop support for 2.6. Fix bytes/string type mismatch in upack2rt() on python 3. Packaging and code style tweaks. Use generator expressions to avoid unnecessary lists in memory.
16 lines
441 B
Makefile
16 lines
441 B
Makefile
# $NetBSD: Makefile,v 1.8 2017/08/31 09:31:08 adam Exp $
|
|
|
|
DISTNAME= xlwt-1.3.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= textproc python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=x/xlwt/}
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.python-excel.org/
|
|
COMMENT= Writing data and formatting information from Excel files
|
|
LICENSE= original-bsd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|