Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 Dec 2018 19:58:37 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486536 - head/math/py-rpy2
Message-ID:  <201812031958.wB3JwbWM078403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Dec  3 19:58:37 2018
New Revision: 486536
URL: https://svnweb.freebsd.org/changeset/ports/486536

Log:
  Update to 2.9.5
  
  - Sort RUN_DEPENDS
  - Reformat pkg-descr
  - Update WWW
  - Take maintainership
  
  Changes:	https://bitbucket.org/rpy2/rpy2/src/default/NEWS

Modified:
  head/math/py-rpy2/Makefile
  head/math/py-rpy2/distinfo
  head/math/py-rpy2/pkg-descr

Modified: head/math/py-rpy2/Makefile
==============================================================================
--- head/math/py-rpy2/Makefile	Mon Dec  3 19:58:28 2018	(r486535)
+++ head/math/py-rpy2/Makefile	Mon Dec  3 19:58:37 2018	(r486536)
@@ -2,13 +2,12 @@
 # $FreeBSD$
 
 PORTNAME=	rpy2
-DISTVERSION=	2.9.4
-PORTREVISION=	1
+DISTVERSION=	2.9.5
 CATEGORIES=	math
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
-MAINTAINER=	ports@FreeBSD.org
+MAINTAINER=	sunpoet@FreeBSD.org
 COMMENT=	Python interface to the R Programming Language
 
 LICENSE=	GPLv2+
@@ -20,11 +19,11 @@ LIB_DEPENDS=	libR.so:math/R \
 		libomp.so:devel/openmp \
 		libpcre.so:devel/pcre
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \
-		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} \
-		${PYNUMPY}
+		${PYNUMPY} \
+		${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 
-USES=		fortran python:3.4+ readline
-USE_PYTHON=	distutils autoplist
+USES=		fortran python:3.5+ readline
+USE_PYTHON=	autoplist distutils
 
 post-install:
 	@${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so

Modified: head/math/py-rpy2/distinfo
==============================================================================
--- head/math/py-rpy2/distinfo	Mon Dec  3 19:58:28 2018	(r486535)
+++ head/math/py-rpy2/distinfo	Mon Dec  3 19:58:37 2018	(r486536)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1535812255
-SHA256 (rpy2-2.9.4.tar.gz) = be57f741d0c284b5d8785ab03dff0e829303e5ac30e548d5ceb46e05b168812e
-SIZE (rpy2-2.9.4.tar.gz) = 194620
+TIMESTAMP = 1543763107
+SHA256 (rpy2-2.9.5.tar.gz) = b91f8efca7d0929f2b2b3634946be892cba6c21f92acdf737399e7eedf4532db
+SIZE (rpy2-2.9.5.tar.gz) = 194145

Modified: head/math/py-rpy2/pkg-descr
==============================================================================
--- head/math/py-rpy2/pkg-descr	Mon Dec  3 19:58:28 2018	(r486535)
+++ head/math/py-rpy2/pkg-descr	Mon Dec  3 19:58:37 2018	(r486536)
@@ -1,12 +1,12 @@
 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 module that later were
-installed on the R system, can easily be used from within Python, without
-introducing any changes.
+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 module that later were installed on the
+R system, can easily be used from within Python, without introducing any
+changes.
 
-rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface
-to R, a proposed high-level interface, including wrappers to graphical
-libraries, as well as R-like structures and functions.
+rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to
+R, a proposed high-level interface, including wrappers to graphical libraries,
+as well as R-like structures and functions.
 
-WWW: https://rpy2.bitbucket.org/
+WWW: https://rpy2.bitbucket.io/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812031958.wB3JwbWM078403>