From owner-svn-ports-all@freebsd.org Tue Dec 18 17:36:26 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 95DD713387F1; Tue, 18 Dec 2018 17:36:26 +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.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 3D1BF773CC; Tue, 18 Dec 2018 17:36:26 +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 31B1E21C1; Tue, 18 Dec 2018 17:36:26 +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 wBIHaQNL050547; Tue, 18 Dec 2018 17:36:26 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id wBIHaPPq050544; Tue, 18 Dec 2018 17:36:25 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201812181736.wBIHaPPq050544@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 18 Dec 2018 17:36:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487756 - head/math/py-rapi X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/math/py-rapi X-SVN-Commit-Revision: 487756 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 3D1BF773CC X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.998,0]; NEURAL_HAM_SHORT(-0.96)[-0.964,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-0.998,0] X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 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: Tue, 18 Dec 2018 17:36:26 -0000 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 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