From owner-svn-ports-all@freebsd.org Sat Sep 1 14:55:44 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 59D69FF1CD9; Sat, 1 Sep 2018 14:55:44 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 13ACF8EE5A; Sat, 1 Sep 2018 14:55:44 +0000 (UTC) (envelope-from yuri@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 E46B33EE5; Sat, 1 Sep 2018 14:55:43 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w81EthP5094711; Sat, 1 Sep 2018 14:55:43 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w81Etg2D094703; Sat, 1 Sep 2018 14:55:42 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809011455.w81Etg2D094703@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sat, 1 Sep 2018 14:55:42 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r478703 - in head: . math math/py-rpy2 math/rpy2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head: . math math/py-rpy2 math/rpy2 X-SVN-Commit-Revision: 478703 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 01 Sep 2018 14:55:44 -0000 Author: yuri Date: Sat Sep 1 14:55:42 2018 New Revision: 478703 URL: https://svnweb.freebsd.org/changeset/ports/478703 Log: math/rpy2: Update 2.7.8 -> 2.9.4; Move to math/py-rpy2 Port changes: * Add LICENSE_FILE * Update dependencies * Support for python-2 is dropped * Update WWW to https Added: head/math/py-rpy2/ - copied from r478702, head/math/rpy2/ Deleted: head/math/rpy2/ Modified: head/MOVED head/math/Makefile head/math/py-rpy2/Makefile head/math/py-rpy2/distinfo head/math/py-rpy2/pkg-descr Modified: head/MOVED ============================================================================== --- head/MOVED Sat Sep 1 14:40:59 2018 (r478702) +++ head/MOVED Sat Sep 1 14:55:42 2018 (r478703) @@ -10498,3 +10498,4 @@ x11-themes/qt5-style-Kvantum|x11-themes/Kvantum@qt5|20 devel/gps||2018-08-28|Has expired: Depends on obsolete LLVM 3.8. net-mgmt/ocsinventory-ng|net-mgmt/ocsinventory-server|2018-08-26|split port www/py-buku|www/buku|2018-09-01|Moved to correct directory, port is not a python library +math/rpy2|math/py-rpy2|2018-09-01|Moved to correct directory, this is a python library Modified: head/math/Makefile ============================================================================== --- head/math/Makefile Sat Sep 1 14:40:59 2018 (r478702) +++ head/math/Makefile Sat Sep 1 14:55:42 2018 (r478703) @@ -723,6 +723,7 @@ SUBDIR += py-pyvtk SUBDIR += py-random2 SUBDIR += py-roman + SUBDIR += py-rpy2 SUBDIR += py-scientific SUBDIR += py-scikit-umfpack SUBDIR += py-seaborn @@ -764,7 +765,6 @@ SUBDIR += rocs-kde4 SUBDIR += rpcalc SUBDIR += rpy - SUBDIR += rpy2 SUBDIR += rubygem-algebra SUBDIR += rubygem-expression_parser SUBDIR += rubygem-fftw3 Modified: head/math/py-rpy2/Makefile ============================================================================== --- head/math/rpy2/Makefile Sat Sep 1 14:40:59 2018 (r478702) +++ head/math/py-rpy2/Makefile Sat Sep 1 14:55:42 2018 (r478703) @@ -2,31 +2,30 @@ # $FreeBSD$ PORTNAME= rpy2 -PORTVERSION= 2.7.8 -PORTREVISION= 8 +DISTVERSION= 2.9.4 CATEGORIES= math MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= ports@FreeBSD.org COMMENT= Python interface to the R Programming Language LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/gpl-2.0.txt BUILD_DEPENDS= ${PYNUMPY} -LIB_DEPENDS= libR.so:math/R -RUN_DEPENDS= ${PYNUMPY} +LIB_DEPENDS= libR.so:math/R \ + libicui18n.so:devel/icu \ + 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} -USES= fortran python readline -USE_PYTHON= distutils autoplist concurrent optsuffix -LDFLAGS+= -Wl,--as-needed +USES= fortran python:3.4+ readline +USE_PYTHON= distutils autoplist -pre-configure: - @(if [ ! -e ${LOCALBASE}/lib/R/lib/libR.so ] ; then \ - ${ECHO_MSG} "==> ${PKGNAME} requires math/R to be built with the" ; \ - ${ECHO_MSG} "==> LIBR option enabled." ; \ - exit 1; fi) - post-install: - ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so + @${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/rpy2/rinterface/*.so .include Modified: head/math/py-rpy2/distinfo ============================================================================== --- head/math/rpy2/distinfo Sat Sep 1 14:40:59 2018 (r478702) +++ head/math/py-rpy2/distinfo Sat Sep 1 14:55:42 2018 (r478703) @@ -1,2 +1,3 @@ -SHA256 (rpy2-2.7.8.tar.gz) = 4f51bcdddea01a63e624f4b38de4f6b10a2466d82fd7e890791a07b06e51781d -SIZE (rpy2-2.7.8.tar.gz) = 178334 +TIMESTAMP = 1535812255 +SHA256 (rpy2-2.9.4.tar.gz) = be57f741d0c284b5d8785ab03dff0e829303e5ac30e548d5ceb46e05b168812e +SIZE (rpy2-2.9.4.tar.gz) = 194620 Modified: head/math/py-rpy2/pkg-descr ============================================================================== --- head/math/rpy2/pkg-descr Sat Sep 1 14:40:59 2018 (r478702) +++ head/math/py-rpy2/pkg-descr Sat Sep 1 14:55:42 2018 (r478703) @@ -9,4 +9,4 @@ rpy2 is a redesign and rewrite of rpy. It is providing to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions. -WWW: http://rpy2.bitbucket.org/ +WWW: https://rpy2.bitbucket.org/