math/py-rapi: Update 0.1.3 -> 0.1.5

Port changes:
* Remove the 'tests' directory
* Update WWW

Reported by:	portscout
This commit is contained in:
Yuri Victorovich
2018-12-18 17:36:25 +00:00
parent 3fd92a4ca0
commit 8087d20d58
3 changed files with 8 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= rapi
DISTVERSION= 0.1.3
DISTVERSION= 0.1.5
CATEGORIES= math
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -18,4 +18,7 @@ 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>

View File

@@ -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

View File

@@ -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