![]() ![]() | ![]() |
File: [cvs.NetBSD.org] / pkgsrc / graphics / py-gnuplot / Attic / Makefile (download)
Revision 1.25, Mon Sep 2 13:20:19 2019 UTC (4 years, 2 months ago) by adam
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8 |
# $NetBSD: Makefile,v 1.25 2019/09/02 13:20:19 adam Exp $ DISTNAME= gnuplot-py-1.8 PKGNAME= ${PYPKGPREFIX}-gnuplot-1.8 PKGREVISION= 1 CATEGORIES= graphics python MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gnuplot-py/} MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://gnuplot-py.sourceforge.net/ COMMENT= Python package that interfaces to gnuplot LICENSE= gnu-lgpl-v2.1 DEPENDS+= ${PYPKGPREFIX}-numpy-[0-9]*:../../math/py-numpy USE_LANGUAGES= # empty PYTHON_VERSIONS_ACCEPTED= 27 # not yet ported as of 1.8 .include "../../lang/python/distutils.mk" .include "../../mk/bsd.pkg.mk"