blob: 26d2cd9b83403e1875487d906e81eda153ba5b1d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# $NetBSD: Makefile,v 1.8 2022/11/30 17:02:32 adam Exp $
DISTNAME= ofxparse-0.21
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
PKGREVISION= 1
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
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-beautifulsoup4
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"
|