Date: Sat, 4 May 2019 08:42:34 +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: r500792 - head/devel/py-rchitect Message-ID: <201905040842.x448gYeG054196@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sat May 4 08:42:33 2019 New Revision: 500792 URL: https://svnweb.freebsd.org/changeset/ports/500792 Log: devel/py-rchitect: Update 0.2.4 -> 0.3.2 Reported by: portscout Modified: head/devel/py-rchitect/Makefile head/devel/py-rchitect/distinfo Modified: head/devel/py-rchitect/Makefile ============================================================================== --- head/devel/py-rchitect/Makefile Sat May 4 08:40:47 2019 (r500791) +++ head/devel/py-rchitect/Makefile Sat May 4 08:42:33 2019 (r500792) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rchitect -DISTVERSION= 0.2.4 +DISTVERSION= 0.3.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,8 +11,10 @@ COMMENT= Interoperate R with Python LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cffi>=1.10.0:devel/py-cffi@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR} USES= python USE_PYTHON= distutils autoplist Modified: head/devel/py-rchitect/distinfo ============================================================================== --- head/devel/py-rchitect/distinfo Sat May 4 08:40:47 2019 (r500791) +++ head/devel/py-rchitect/distinfo Sat May 4 08:42:33 2019 (r500792) @@ -1,3 +1,3 @@ -TIMESTAMP = 1551234738 -SHA256 (rchitect-0.2.4.tar.gz) = 10a30ba3aa1f3389225ab1ec41d85a44d18d0a6415cc4c9cd7d8aa3db9cab716 -SIZE (rchitect-0.2.4.tar.gz) = 23630 +TIMESTAMP = 1556959271 +SHA256 (rchitect-0.3.2.tar.gz) = 8da91d1437af9f83394d04701590d16490b0ce15b7355c2d148906d263dba89e +SIZE (rchitect-0.3.2.tar.gz) = 26559
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201905040842.x448gYeG054196>