pkgsrc/finance/py-ofxparse/Makefile
adam 88e534dd82 py-ofxparse: updated to 0.21
0.21:
fix travis
2021-06-25 10:41:52 +00:00

20 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.6 2021/06/25 10:41:52 adam Exp $
DISTNAME= ofxparse-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= finance python
MASTER_SITES= ${MASTER_SITE_PYPI:=o/ofxparse/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://sites.google.com/site/ofxparse
COMMENT= Tools for working with the OFX file format
LICENSE= mit
DEPENDS+= ${PYPKGPREFIX}-beautifulsoup4-[0-9]*:../../www/py-beautifulsoup4
DEPENDS+= ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
DEPENDS+= ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
USE_LANGUAGES= # none
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"