Index: head/math/py-rapi/Makefile =================================================================== --- head/math/py-rapi/Makefile (revision 487755) +++ head/math/py-rapi/Makefile (revision 487756) @@ -1,21 +1,24 @@ # $FreeBSD$ PORTNAME= rapi -DISTVERSION= 0.1.3 +DISTVERSION= 0.1.5 CATEGORIES= math MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= yuri@FreeBSD.org COMMENT= Minimal R API for Python LICENSE= MIT BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR} RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}multipledispatch>0:devel/py-multipledispatch@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist NO_ARCH= yes + +post-extract: # https://github.com/randy3k/rchitect/issues/5 + @${RM} -r ${WRKSRC}/tests .include Index: head/math/py-rapi/distinfo =================================================================== --- head/math/py-rapi/distinfo (revision 487755) +++ head/math/py-rapi/distinfo (revision 487756) @@ -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 Index: head/math/py-rapi/pkg-descr =================================================================== --- head/math/py-rapi/pkg-descr (revision 487755) +++ head/math/py-rapi/pkg-descr (revision 487756) @@ -1,6 +1,6 @@ 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