pkgsrc/devel/py-tabular/Makefile

20 lines
606 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:31 wiz Exp $
DISTNAME= tabular-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
2016-06-08 19:43:20 +02:00
MASTER_SITES= ${MASTER_SITE_PYPI:=t/tabular/}
MAINTAINER= dholland@NetBSD.org
HOMEPAGE= http://pypi.python.org/pypi/tabular
COMMENT= Tabular data tools for Python
LICENSE= mit
PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.1
.include "../../graphics/py-matplotlib/buildlink3.mk"
BUILDLINK_API_DEPENDS.pynumpy+= ${PYPKGPREFIX}-numpy>=1.6
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/egg.mk"
.include "../../mk/bsd.pkg.mk"