pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/py-rpy py-rpy: updated to 2.9.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e2205f3e9103
branches:  trunk
changeset: 372108:e2205f3e9103
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Nov 28 09:07:23 2017 +0000

description:
py-rpy: updated to 2.9.1

Release 2.9.1

Changes
-------
- Fixing issue 432 (see Section Bugs fixed below) involved removed the method
  `__reduce__` previously provided for all rpy2 objects representing R objects.

Bugs fixed
----------
- An error when installing with an unsupported R version was fixed.
- The docstring for `rinterface.endr()` was improperly stating that the function was not taking
  any argument.
- Target version of dplyr and tidyr are now 0.7.4 and 0.7.2 respectively.
- Fixed memory leak when pickling objects. Fixing the leak caused a
  slight change in the API (see Section Changes above).
- Conversion to :mod:`pandas` now handling R ordered factor.
- :mod:`jinja2` was not listed as a dependency

diffstat:

 math/py-rpy/Makefile |   7 ++++---
 math/py-rpy/PLIST    |   5 +----
 math/py-rpy/distinfo |  10 +++++-----
 3 files changed, 10 insertions(+), 12 deletions(-)

diffs (63 lines):

diff -r 5b9e60593d75 -r e2205f3e9103 math/py-rpy/Makefile
--- a/math/py-rpy/Makefile      Tue Nov 28 09:04:56 2017 +0000
+++ b/math/py-rpy/Makefile      Tue Nov 28 09:07:23 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.42 2017/10/18 16:17:12 adam Exp $
+# $NetBSD: Makefile,v 1.43 2017/11/28 09:07:23 adam Exp $
 
-DISTNAME=      rpy2-2.9.0
+DISTNAME=      rpy2-2.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/rpy2/rpy/}
 CATEGORIES=    math python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=r/rpy2/}
@@ -10,6 +10,7 @@
 COMMENT=       R interface for Python
 LICENSE=       mpl-1.1 OR gnu-gpl-v2 OR gnu-lgpl-v2.1
 
+DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 
@@ -26,7 +27,7 @@
 .include "../../devel/pcre/buildlink3.mk"
 .include "../../lang/python/application.mk"
 .include "../../lang/python/egg.mk"
+.include "../../math/R/buildlink3.mk"
 .include "../../math/py-numpy/buildlink3.mk"
-.include "../../math/R/buildlink3.mk"
 .include "../../mk/readline.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 5b9e60593d75 -r e2205f3e9103 math/py-rpy/PLIST
--- a/math/py-rpy/PLIST Tue Nov 28 09:04:56 2017 +0000
+++ b/math/py-rpy/PLIST Tue Nov 28 09:07:23 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.17 2017/10/18 16:17:12 adam Exp $
+@comment $NetBSD: PLIST,v 1.18 2017/11/28 09:07:23 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -120,9 +120,6 @@
 ${PYSITELIB}/rpy2/robjects/lib/__init__.py
 ${PYSITELIB}/rpy2/robjects/lib/__init__.pyc
 ${PYSITELIB}/rpy2/robjects/lib/__init__.pyo
-${PYSITELIB}/rpy2/robjects/lib/dbplyr.py
-${PYSITELIB}/rpy2/robjects/lib/dbplyr.pyc
-${PYSITELIB}/rpy2/robjects/lib/dbplyr.pyo
 ${PYSITELIB}/rpy2/robjects/lib/dplyr.py
 ${PYSITELIB}/rpy2/robjects/lib/dplyr.pyc
 ${PYSITELIB}/rpy2/robjects/lib/dplyr.pyo
diff -r 5b9e60593d75 -r e2205f3e9103 math/py-rpy/distinfo
--- a/math/py-rpy/distinfo      Tue Nov 28 09:04:56 2017 +0000
+++ b/math/py-rpy/distinfo      Tue Nov 28 09:07:23 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.14 2017/10/18 16:17:12 adam Exp $
+$NetBSD: distinfo,v 1.15 2017/11/28 09:07:23 adam Exp $
 
-SHA1 (rpy2-2.9.0.tar.gz) = 6ebe536f24a3a171b939e5a4fe62577a15fe48b5
-RMD160 (rpy2-2.9.0.tar.gz) = 94f55b341b47f2a29e785c72a0596ef6014b7cf2
-SHA512 (rpy2-2.9.0.tar.gz) = 55be876fb7316a08f507f3a332ed29d71b52f733c1986482f141e694d66d0e01a51a9c3f0260f6fe0086d7bfbc1f58b678cda4570665e4f1ffdb120c793ef1b2
-Size (rpy2-2.9.0.tar.gz) = 193062 bytes
+SHA1 (rpy2-2.9.1.tar.gz) = 17aaa58ac59430e40c86db8796794f9da0dd4c2d
+RMD160 (rpy2-2.9.1.tar.gz) = 43251a017d6000e7e2d2d473cf10f683e14ea006
+SHA512 (rpy2-2.9.1.tar.gz) = 47a9a5a8b3ed9b891fb1d906d774896584e8bc911917e790d926530555d3f431cc517df6ac7b00ecd0b9197b7e4d0c34295969d37ef1b009d25ca07fcfd31e9d
+Size (rpy2-2.9.1.tar.gz) = 192897 bytes



Home | Main Index | Thread Index | Old Index