From 840d93df94c848a2b98858505d6990a352b5881d Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Sat, 9 Mar 2024 21:47:44 +0800 Subject: [PATCH] devel/py-futurist: Update to 3.0.0 - Update WWW and clean up pkg-descr Changes: https://docs.openstack.org/futurist/latest/user/history.html --- devel/py-futurist/Makefile | 5 +++-- devel/py-futurist/distinfo | 6 +++--- devel/py-futurist/pkg-descr | 2 -- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/devel/py-futurist/Makefile b/devel/py-futurist/Makefile index 5462f63c64e2e..4cf37e2628cfb 100644 --- a/devel/py-futurist/Makefile +++ b/devel/py-futurist/Makefile @@ -1,12 +1,13 @@ PORTNAME= futurist -PORTVERSION= 2.4.1 +PORTVERSION= 3.0.0 CATEGORIES= devel python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Useful additions to futures, from the future -WWW= https://docs.openstack.org/futurist/latest/ +WWW= https://docs.openstack.org/futurist/latest/ \ + https://github.com/openstack/futurist LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE diff --git a/devel/py-futurist/distinfo b/devel/py-futurist/distinfo index 0af2e2d389fce..a649330f8e8e9 100644 --- a/devel/py-futurist/distinfo +++ b/devel/py-futurist/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1652122637 -SHA256 (futurist-2.4.1.tar.gz) = 9c1760a877c0fe3260d04b6a6d4352a6d25ac58e483f1d6cd495e33dc3740ff7 -SIZE (futurist-2.4.1.tar.gz) = 44796 +TIMESTAMP = 1709390534 +SHA256 (futurist-3.0.0.tar.gz) = 6422011792414c39228e114bec5494303aaf06dcd335e4f8dd4f907f78a41f79 +SIZE (futurist-3.0.0.tar.gz) = 44836 diff --git a/devel/py-futurist/pkg-descr b/devel/py-futurist/pkg-descr index f50f3cc14562c..11dcae01528ac 100644 --- a/devel/py-futurist/pkg-descr +++ b/devel/py-futurist/pkg-descr @@ -3,5 +3,3 @@ would be to provide a well documented futures classes/utilities/additions that allows for providing a level of transparency in how asynchronous work gets executed. This library currently adds statistics gathering, an eventlet executor, a synchronous executor etc. - -See also: https://github.com/openstack/futurist