pkgsrc/math/py-rpy/Makefile
markd eb3b550b13 Update py-rpy to 0.99.0
New features:
* Dramatically simplify the build process for Win32
* It is now possible to use setup.cfg to control various aspects of the
  build process. 'config.in' contains a template containing all available
  options and what they do.
Bug fixes
* RPy compiled with Numeric support will no longer crash when run with
  Numeric available.
* Crash during import when R is missing from the registry
* Problem using R Wavelets library with RPy
* RPy does not build on OS X, easy fix
* Plotting with RPy crashes Python
Other
* The rpy.py now communicates RHOME, RVER, RVERSION, RUSER from python to
  the _rpy module using environment variables. This avoids the need to
  have duplicate C code to obtain these values, and makes things both more
  maintainable and more robust.
2007-03-14 11:55:41 +00:00

21 lines
546 B
Makefile

# $NetBSD: Makefile,v 1.19 2007/03/14 11:55:41 markd Exp $
#
DISTNAME= rpy-0.99.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rpy/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://rpy.sourceforge.net/
COMMENT= R interface for Python
PYDISTUTILSPKG= YES
PYTHON_VERSIONS_ACCEPTED= 24 23
BUILDLINK_API_DEPENDS.R+= R>=2.4.1
.include "../../lang/python/extension.mk"
.include "../../math/py-Numeric/buildlink3.mk"
.include "../../math/R/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"