Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 5 Feb 2023 21:29:48 GMT
From:      Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: c9821cf126b4 - main - devel/py-RPyC: update to 5.3.0
Message-ID:  <202302052129.315LTmSq020208@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by skozlov:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c9821cf126b4abc800528d9b823ecbaaf63d1c5f

commit c9821cf126b4abc800528d9b823ecbaaf63d1c5f
Author:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
AuthorDate: 2023-02-05 21:27:29 +0000
Commit:     Serhii (Sergey) Kozlov <skozlov@FreeBSD.org>
CommitDate: 2023-02-05 21:29:34 +0000

    devel/py-RPyC: update to 5.3.0
    
    Changelog:      https://github.com/tomerfiliba-org/rpyc/releases/tag/5.3.0
---
 devel/py-RPyC/Makefile | 11 ++++++++---
 devel/py-RPyC/distinfo |  6 +++---
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/devel/py-RPyC/Makefile b/devel/py-RPyC/Makefile
index dc5fa842dde4..b1b9651e0b8d 100644
--- a/devel/py-RPyC/Makefile
+++ b/devel/py-RPyC/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	rpyc
-PORTVERSION=	5.1.0
+PORTVERSION=	5.3.0
 CATEGORIES=	devel python
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
 
@@ -8,10 +8,15 @@ COMMENT=	Remote Python Call
 WWW=		https://rpyc.readthedocs.org/
 
 LICENSE=	MIT
+LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		cpe python:3.6+
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hatchling>=0:devel/py-hatchling@${PY_FLAVOR}
+
+USES=		cpe python:3.7+ shebangfix
 CPE_VENDOR=	${PORTNAME:tl}_project
 
+SHEBANG_FILES=	rpyc/cli/*.py
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	tomerfiliba-org
 
@@ -22,6 +27,6 @@ PLUMBUM_RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}plumbum>0:sysutils/py-plumbum@${PY_F
 PLUMBUM_DESC=	Required for features like rpyc_classic.py and zero deploy
 
 NO_ARCH=	yes
-USE_PYTHON=	distutils autoplist
+USE_PYTHON=	autoplist pep517
 
 .include <bsd.port.mk>
diff --git a/devel/py-RPyC/distinfo b/devel/py-RPyC/distinfo
index 93970113a6f8..857ce372256f 100644
--- a/devel/py-RPyC/distinfo
+++ b/devel/py-RPyC/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1652310490
-SHA256 (tomerfiliba-org-rpyc-5.1.0_GH0.tar.gz) = 8b754fd01c2aac640ff5977bfaaabe6b8b1c54cfae128a85a5a27d91fed09be0
-SIZE (tomerfiliba-org-rpyc-5.1.0_GH0.tar.gz) = 1260651
+TIMESTAMP = 1675629853
+SHA256 (tomerfiliba-org-rpyc-5.3.0_GH0.tar.gz) = 45a5d237490b6b48cad625c0f8be877d260ea35a6646d0227e1e46f868da8848
+SIZE (tomerfiliba-org-rpyc-5.3.0_GH0.tar.gz) = 1270508



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202302052129.315LTmSq020208>