Date: Tue, 28 May 2024 10:23:19 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: a76fa83ee23b - main - devel/py-rx1: Update to 1.6.3 Message-ID: <202405281023.44SANJsX029854@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a76fa83ee23b5f12a0b94f1099ebc8227c3035e5 commit a76fa83ee23b5f12a0b94f1099ebc8227c3035e5 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2024-05-28 10:00:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2024-05-28 10:21:33 +0000 devel/py-rx1: Update to 1.6.3 - Add LICENSE_FILE Changes: https://github.com/ReactiveX/RxPY/commits/release/v1.6.x --- devel/py-rx1/Makefile | 4 ++-- devel/py-rx1/distinfo | 6 +++--- devel/py-rx1/files/patch-setup.py | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/devel/py-rx1/Makefile b/devel/py-rx1/Makefile index 652e9eefc9ba..0582986ab714 100644 --- a/devel/py-rx1/Makefile +++ b/devel/py-rx1/Makefile @@ -1,6 +1,5 @@ PORTNAME= rx -PORTVERSION= 1.6.1 -PORTREVISION= 1 +PORTVERSION= 1.6.3 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,6 +11,7 @@ COMMENT= Reactive Extensions (Rx) for Python WWW= https://github.com/ReactiveX/RxPY LICENSE= APACHE20 +LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools>=0:devel/py-setuptools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}wheel>=0:devel/py-wheel@${PY_FLAVOR} diff --git a/devel/py-rx1/distinfo b/devel/py-rx1/distinfo index ffd051c63b70..65c582710a9d 100644 --- a/devel/py-rx1/distinfo +++ b/devel/py-rx1/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550265964 -SHA256 (Rx-1.6.1.tar.gz) = 13a1d8d9e252625c173dc795471e614eadfe1cf40ffc684e08b8fff0d9748c23 -SIZE (Rx-1.6.1.tar.gz) = 89543 +TIMESTAMP = 1716448704 +SHA256 (Rx-1.6.3.tar.gz) = ca71b65d0fc0603a3b5cfaa9e33f5ba81e4aae10a58491133595088d7734b2da +SIZE (Rx-1.6.3.tar.gz) = 97455 diff --git a/devel/py-rx1/files/patch-setup.py b/devel/py-rx1/files/patch-setup.py index 7083fc004685..cb03432dc3d3 100644 --- a/devel/py-rx1/files/patch-setup.py +++ b/devel/py-rx1/files/patch-setup.py @@ -1,4 +1,4 @@ ---- setup.py.orig 2018-02-17 14:32:28 UTC +--- setup.py.orig 2022-12-17 20:28:41 UTC +++ setup.py @@ -6,7 +6,7 @@ setup( from setuptools import setup @@ -6,6 +6,6 @@ setup( - name='Rx', + name='rx', - version='1.6.1', + version='1.6.3', description='Reactive Extensions (Rx) for Python', long_description=("is a library for composing asynchronous and "
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405281023.44SANJsX029854>