a093db1530
v0.46: OleFileIO can now be used as a context manager (with...as), to close the file automatically Improved handling of malformed files, fixed several bugs.
17 lines
469 B
Makefile
17 lines
469 B
Makefile
# $NetBSD: Makefile,v 1.3 2018/09/24 09:54:46 adam Exp $
|
|
|
|
DISTNAME= olefile-0.46
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel python
|
|
MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/}
|
|
EXTRACT_SUFX= .zip
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.decalage.info/python/olefileio
|
|
COMMENT= Python module to read/write MS OLE2 files
|
|
LICENSE= 2-clause-bsd AND hpnd
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
.include "../../lang/python/egg.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|