summaryrefslogtreecommitdiff
path: root/math/py-rpy
AgeCommit message (Collapse)AuthorFilesLines
2010-07-30"fortran" -> "fortran77" except where it is clear that it isn't F77.asau1-2/+2
"fortran" is alias of "fortran77" for now, but it will change later.
2010-06-09Update py-rpy to 2.1.3markd4-45/+179
Works with recent R and recent python.
2010-02-15Deal with two digit R --version output. Still mark as broken because itjoerg3-5/+7
depends on a no-longer existing header.
2008-09-19Catch up with PLIST changes. Bump revision.joerg2-4/+4
2008-06-12Add DESTDIR support.joerg1-1/+3
2008-04-26Update to match R 2.7.0markd2-5/+5
2008-04-25Update PYTHON_VERSIONS_COMPATIBLEjoerg1-2/+1
- assume that Python 2.4 and 2.5 are compatible and allow checking for fallout. - remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+ default. Modify the others to deal with the removals.
2007-11-07Fix PLIST, bump PKGREVISION for the new R.markd2-4/+5
2007-03-14Update py-rpy to 0.99.0markd3-10/+15
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-02-22Whitespace cleanup, courtesy of pkglint.wiz1-3/+3
Patch provided by Sergey Svishchev in private mail.
2006-06-20Catch up with R 2.3.1: different module name, different output ofjoerg4-7/+21
R --version, different dependency. Bump revision.
2006-06-02py-Numeric exists only for 2.2+.joerg1-1/+2
2006-04-06Over 1200 files touched but no revisions bumped :)reed1-2/+2
RECOMMENDED is removed. It becomes ABI_DEPENDS. BUILDLINK_RECOMMENDED.foo becomes BUILDLINK_ABI_DEPENDS.foo. BUILDLINK_DEPENDS.foo becomes BUILDLINK_API_DEPENDS.foo. BUILDLINK_DEPENDS does not change. IGNORE_RECOMMENDED (which defaulted to "no") becomes USE_ABI_DEPENDS which defaults to "yes". Added to obsolete.mk checking for IGNORE_RECOMMENDED. I did not manually go through and fix any aesthetic tab/spacing issues. I have tested the above patch on DragonFly building and packaging subversion and pkglint and their many dependencies. I have also tested USE_ABI_DEPENDS=no on my NetBSD workstation (where I have used IGNORE_RECOMMENDED for a long time). I have been an active user of IGNORE_RECOMMENDED since it was available. As suggested, I removed the documentation sentences suggesting bumping for "security" issues. As discussed on tech-pkg. I will commit to revbump, pkglint, pkg_install, createbuildlink separately. Note that if you use wip, it will fail! I will commit to pkgsrc-wip later (within day).
2006-03-04Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where nojlam1-2/+2
developer is officially maintaining the package. The rationale for changing this from "tech-pkg" to "pkgsrc-users" is that it implies that any user can try to maintain the package (by submitting patches to the mailing list). Since the folks most likely to care about the package are the folks that want to use it or are already using it, this would leverage the energy of users who aren't developers.
2006-02-05Recursive revision bump / recommended bump for gettext ABI change.joerg1-2/+2
2006-01-27Whoops, I forgot to actually fix the PLIST when I last "fixed" this. Bumpmarkd2-4/+4
PKGREVISION again.
2006-01-04Name of .so file depends on version of R built against so fix PLISTmarkd1-1/+4
again and depend on the latest version of R. Bump PKGREVISION.
2005-12-19Fix PLIST problem seen in bulk builds.markd1-2/+2
2005-10-21update to 0.4.6drochner4-34/+14
changes: many bugfixes, some improvements in mapping R-Python objects
2005-04-11Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.tv1-2/+1
2005-02-23Add RMD160 digests in addition to SHA1 ones.agc1-1/+2
2004-11-21Find new location of libR.so. Bump PKGREVISION.markd3-6/+16
Fixes PR pkg/28371
2004-07-22add python as categoryrecht1-2/+2
ok'd a while back at pkgsrcCon by agc and wiz
2004-04-27Convert to buildlink3.snj1-4/+4
2003-12-04CHANGES IN RPy 0.3.1adam3-11/+14
-------------------- Fixed bugs o There was several memory leaks due to bad management of Python refcounts. o There was wrong synchronization of the thread running the R event loop and the calls to the R interpreter. o There was a bug with signal handling which caused segfault when 'Ctrl-C' were pressed. o The R event loop shouldn't be run in non-interactive sessions. o The i/o Python callbacks were wrong synchronized with the R event loop thread. New features o Added a rpy_version symbol.
2003-09-14hange extension.mk to also install optimized files for distutils packages.recht2-3/+5
Inspired by FreeBSD "ports". Fix the PLISTs accordingly. Also, while at it, remove now obsolete compileall.py calls in post-install targets and insure that extension.mk is in included before builinlinks of other Python modules. Discussed with/ok'ed by drochner@.
2003-07-17s/netbsd.org/NetBSD.org/grant1-2/+2
2003-06-02Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.jschauma1-2/+2
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
2002-12-10Initial import of py-rpy-0.3.markd5-0/+48
Package provided by Kent Polk <kent@goathill.org> in personal email. RPy is a very simple, yet robust, Python interface to the R Programming Language. It can manage all kinds of R objects and can execute arbitrary R functions (including the graphic functions). All the errors from the R language are converted to Python exceptions. Any modules that later were installed on the R system, can easily be used from within Python, without introducing any changes.