git: b573d55636bf - main - devel/py-tinyrpc: Update to 1.1.7
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 16 Aug 2023 18:32:42 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=b573d55636bf3721197bf0c0b33b6d2f3d0bb400 commit b573d55636bf3721197bf0c0b33b6d2f3d0bb400 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2023-08-16 18:12:18 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-08-16 18:25:35 +0000 devel/py-tinyrpc: Update to 1.1.7 - Update WWW - Convert to USE_PYTHON=pep517 Changes: https://github.com/mbr/tinyrpc/commits/master --- devel/py-tinyrpc/Makefile | 10 ++++++---- devel/py-tinyrpc/distinfo | 6 +++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/devel/py-tinyrpc/Makefile b/devel/py-tinyrpc/Makefile index d296b1c60332..0a6e00a8feed 100644 --- a/devel/py-tinyrpc/Makefile +++ b/devel/py-tinyrpc/Makefile @@ -1,20 +1,22 @@ PORTNAME= tinyrpc -PORTVERSION= 1.1.6 +PORTVERSION= 1.1.7 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Small, modular, transport and protocol neutral RPC library -WWW= https://github.com/mbr/tinyrpc +WWW= https://tinyrpc.readthedocs.io/en/latest/ \ + https://github.com/mbr/tinyrpc LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} USES= python -USE_PYTHON= autoplist concurrent distutils +USE_PYTHON= autoplist concurrent pep517 NO_ARCH= yes diff --git a/devel/py-tinyrpc/distinfo b/devel/py-tinyrpc/distinfo index addeb5b43296..ace0a79e6913 100644 --- a/devel/py-tinyrpc/distinfo +++ b/devel/py-tinyrpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1677771303 -SHA256 (tinyrpc-1.1.6.tar.gz) = 630f67b8b5a924e386a185127e02be7de1993fd1016eb6533fd1103950c77606 -SIZE (tinyrpc-1.1.6.tar.gz) = 40450 +TIMESTAMP = 1691070120 +SHA256 (tinyrpc-1.1.7.tar.gz) = 15a8f41838e7b8be274467de59ad5c571e4cb5a2fe93bc2940b1d103bce4c6e5 +SIZE (tinyrpc-1.1.7.tar.gz) = 40178