8a9cb53cf6
They now have a tool dependency on py-setuptools instead of a DEPENDS
18 lines
484 B
Makefile
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"
|