pkgsrc/finance/py-ofxparse/Makefile
adam 1b427432fb py-ofxparse: updated to 0.17
0.17:
Bug fixes.
2017-12-01 10:35:17 +00:00

20 lines
623 B
Makefile

# $NetBSD: Makefile,v 1.3 2017/12/01 10:35:17 adam Exp $
DISTNAME= ofxparse-0.17
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"