pkgsrc/devel/py-tabular/Makefile
wiz 1682c6507d Remove unnecessary PLIST_SUBST and FILES_SUBST that are now provided
by the infrastructure.

Mark a couple more packages as not ready for python-3.x.
2016-08-28 15:48:28 +00:00

19 lines
606 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/08/28 15:48:31 wiz Exp $
DISTNAME= tabular-0.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
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"