From owner-svn-ports-head@freebsd.org Mon Sep 30 04:17:48 2019 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 1974DFA712; Mon, 30 Sep 2019 04:17:48 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46hTdl6kzNz4KTN; Mon, 30 Sep 2019 04:17:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B375524DFE; Mon, 30 Sep 2019 04:17:47 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x8U4HlIE092780; Mon, 30 Sep 2019 04:17:47 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x8U4HlmZ092777; Mon, 30 Sep 2019 04:17:47 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <201909300417.x8U4HlmZ092777@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Mon, 30 Sep 2019 04:17:47 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r513292 - in head/math/py-rpy2: . files X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: in head/math/py-rpy2: . files X-SVN-Commit-Revision: 513292 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Sep 2019 04:17:48 -0000 Author: sunpoet Date: Mon Sep 30 04:17:46 2019 New Revision: 513292 URL: https://svnweb.freebsd.org/changeset/ports/513292 Log: Update to 3.2.0 Changes: https://bitbucket.org/rpy2/rpy2/src/default/NEWS https://github.com/rpy2/rpy2/blob/master/NEWS Added: head/math/py-rpy2/files/patch-rpy2-situation.py - copied, changed from r513291, head/math/py-rpy2/files/patch-rpy-situation.py Deleted: head/math/py-rpy2/files/patch-rpy-situation.py Modified: head/math/py-rpy2/Makefile head/math/py-rpy2/distinfo Modified: head/math/py-rpy2/Makefile ============================================================================== --- head/math/py-rpy2/Makefile Mon Sep 30 04:17:41 2019 (r513291) +++ head/math/py-rpy2/Makefile Mon Sep 30 04:17:46 2019 (r513292) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rpy2 -DISTVERSION= 3.1.0 -PORTREVISION= 1 +DISTVERSION= 3.2.0 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,12 +13,12 @@ COMMENT= Python interface to the R Programming Languag LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} LIB_DEPENDS= libR.so:math/R \ libicui18n.so:devel/icu \ libomp.so:devel/openmp \ libpcre.so:devel/pcre -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/py-cffi@${PY_FLAVOR} \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}Jinja2>0:devel/py-Jinja2@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ @@ -29,9 +28,13 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.0.0:devel/ USES= fortran python:3.5+ readline USE_PYTHON= autoplist distutils -NO_ARCH= yes +MAKE_ENV= RPY2_CFFI_MODE=BOTH -pre-build: - cd ${WRKSRC}/ && ${PYTHON_CMD} rpy/_rinterface_cffi_build.py +PLIST_FILES= ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.${PYTHON_PYOEXTENSION} \ + ${PYTHON_SITELIBDIR}/__pycache__/_rinterface_cffi_abi.cpython-${PYTHON_SUFFIX}.pyc \ + ${PYTHON_SITELIBDIR}/_rinterface_cffi_abi.py + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/_rinterface_cffi_api.abi3.so .include Modified: head/math/py-rpy2/distinfo ============================================================================== --- head/math/py-rpy2/distinfo Mon Sep 30 04:17:41 2019 (r513291) +++ head/math/py-rpy2/distinfo Mon Sep 30 04:17:46 2019 (r513292) @@ -1,3 +1,3 @@ -TIMESTAMP = 1567451240 -SHA256 (rpy2-3.1.0.tar.gz) = ed4284df32d00b1fba5b1409e5df64b04b02d47aff543d6ef1dc211ab94e247f -SIZE (rpy2-3.1.0.tar.gz) = 158773 +TIMESTAMP = 1569809145 +SHA256 (rpy2-3.2.0.tar.gz) = 18025f53c1a32b7b38ed319c81f8445b9a8809e0ecba210634b67764d68da978 +SIZE (rpy2-3.2.0.tar.gz) = 161566 Copied and modified: head/math/py-rpy2/files/patch-rpy2-situation.py (from r513291, head/math/py-rpy2/files/patch-rpy-situation.py) ============================================================================== --- head/math/py-rpy2/files/patch-rpy-situation.py Mon Sep 30 04:17:41 2019 (r513291, copy source) +++ head/math/py-rpy2/files/patch-rpy2-situation.py Mon Sep 30 04:17:46 2019 (r513292) @@ -1,6 +1,6 @@ ---- rpy/situation.py.orig 2019-05-05 16:29:19 UTC -+++ rpy/situation.py -@@ -63,7 +63,7 @@ def r_home_from_registry(): +--- rpy2/situation.py.orig 2019-09-27 19:59:40 UTC ++++ rpy2/situation.py +@@ -90,7 +90,7 @@ def r_home_from_registry() -> Optional[s def get_rlib_path(r_home: str, system: str) -> str: """Get the path for the R shared library."""