Date: Tue, 18 Dec 2018 17:36:25 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487756 - head/math/py-rapi Message-ID: <201812181736.wBIHaPPq050544@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Tue Dec 18 17:36:25 2018 New Revision: 487756 URL: https://svnweb.freebsd.org/changeset/ports/487756 Log: math/py-rapi: Update 0.1.3 -> 0.1.5 Port changes: * Remove the 'tests' directory * Update WWW Reported by: portscout Modified: head/math/py-rapi/Makefile head/math/py-rapi/distinfo head/math/py-rapi/pkg-descr Modified: head/math/py-rapi/Makefile ============================================================================== --- head/math/py-rapi/Makefile Tue Dec 18 15:50:49 2018 (r487755) +++ head/math/py-rapi/Makefile Tue Dec 18 17:36:25 2018 (r487756) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rapi -DISTVERSION= 0.1.3 +DISTVERSION= 0.1.5 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,5 +17,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0 USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes + +post-extract: # https://github.com/randy3k/rchitect/issues/5 + @${RM} -r ${WRKSRC}/tests .include <bsd.port.mk> Modified: head/math/py-rapi/distinfo ============================================================================== --- head/math/py-rapi/distinfo Tue Dec 18 15:50:49 2018 (r487755) +++ head/math/py-rapi/distinfo Tue Dec 18 17:36:25 2018 (r487756) @@ -1,5 +1,3 @@ -TIMESTAMP = 1537256185 -SHA256 (rapi-0.1.3.tar.gz) = b18130c407e61fd2abb29feae9d7bfdedaee46e460395d1d7ba158eb9234b9a4 -SIZE (rapi-0.1.3.tar.gz) = 24412 -SHA256 (fb8b962651d6bec009f1bf67eb0369e62da134c4.patch) = 78d97c372209a947a2767244043a116af5f0605e1e0def2d07d41205c0f1ca97 -SIZE (fb8b962651d6bec009f1bf67eb0369e62da134c4.patch) = 765 +TIMESTAMP = 1545151196 +SHA256 (rapi-0.1.5.tar.gz) = 6226f81b67c71807943a31c2501b34dc2f86989c7a74e22bfaf014080eb6c42e +SIZE (rapi-0.1.5.tar.gz) = 23525 Modified: head/math/py-rapi/pkg-descr ============================================================================== --- head/math/py-rapi/pkg-descr Tue Dec 18 15:50:49 2018 (r487755) +++ head/math/py-rapi/pkg-descr Tue Dec 18 17:36:25 2018 (r487756) @@ -3,4 +3,4 @@ Minimal R API for Python. It is similar to rpy2 in its functionality, but doesn't require compilation, toolchains, etc. -WWW: https://github.com/randy3k/rapi +WWW: https://github.com/randy3k/rchitect
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812181736.wBIHaPPq050544>