pkgsrc/devel/py-olefile/Makefile
wiz 8a9cb53cf6 *: bump PKGREVISION for egg.mk users
They now have a tool dependency on py-setuptools instead of a DEPENDS
2022-01-04 20:52:30 +00:00

18 lines
484 B
Makefile

# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:18 wiz Exp $
DISTNAME= olefile-0.46
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/olefile/}
EXTRACT_SUFX= .zip
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://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"