Date: Fri, 20 Dec 2019 14:20:05 +0000 (UTC) From: "Serhii (Sergey) Kozlov" <skozlov@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r520507 - head/devel/py-RPyC Message-ID: <201912201420.xBKEK5Kp042819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: skozlov Date: Fri Dec 20 14:20:04 2019 New Revision: 520507 URL: https://svnweb.freebsd.org/changeset/ports/520507 Log: devel/py-RPyC: Update to 4.1.2 - Update distinfo and PORTVERSION - Pet portlint while here RPyC 4.x.x is not completely backwards compatible with RPyC 3.x.x. Backward incompatibilities list can be found at: https://rpyc.readthedocs.io/en/latest/changelog.html#backward-incompatibilities Relnotes: https://rpyc.readthedocs.io/en/latest/changelog.html Sponsored by: Intel Corporation Modified: head/devel/py-RPyC/Makefile head/devel/py-RPyC/distinfo Modified: head/devel/py-RPyC/Makefile ============================================================================== --- head/devel/py-RPyC/Makefile Fri Dec 20 13:48:50 2019 (r520506) +++ head/devel/py-RPyC/Makefile Fri Dec 20 14:20:04 2019 (r520507) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rpyc -PORTVERSION= 3.3.0 -PORTREVISION= 1 +PORTVERSION= 4.1.2 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,13 +12,15 @@ COMMENT= Remote Python Call LICENSE= MIT +USES= python + OPTIONS_DEFINE= PLUMBUM OPTIONS_DEFAULT=PLUMBUM PLUMBUM_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}plumbum>0:sysutils/py-plumbum@${PY_FLAVOR} -PLUMBUM_DESC= Required for features like rpyc_classic.py and zero deploy +PLUMBUM_DESC= Required for features like rpyc_classic.py and zero deploy -USES= python +NO_ARCH= yes USE_PYTHON= distutils autoplist .include <bsd.port.mk> Modified: head/devel/py-RPyC/distinfo ============================================================================== --- head/devel/py-RPyC/distinfo Fri Dec 20 13:48:50 2019 (r520506) +++ head/devel/py-RPyC/distinfo Fri Dec 20 14:20:04 2019 (r520507) @@ -1,2 +1,3 @@ -SHA256 (rpyc-3.3.0.tar.gz) = 43fa845314f0bf442f5f5fab15bb1d1b5fe2011a8fc603f92d8022575cef8b4b -SIZE (rpyc-3.3.0.tar.gz) = 53541 +TIMESTAMP = 1576847404 +SHA256 (rpyc-4.1.2.tar.gz) = 0df276076891797bbaaff322cc6debb02e10817426bba00a9beca915053a8a91 +SIZE (rpyc-4.1.2.tar.gz) = 56783
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912201420.xBKEK5Kp042819>