aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 13:47:44 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-03-09 14:05:47 +0000
commit840d93df94c848a2b98858505d6990a352b5881d (patch)
tree4ed83d65cccca8193e3b9a7e3c724c08fc4ecb21
parentd6c80f1b9894173e429a3693611d098299e81c8a (diff)
downloadports-840d93df94c848a2b98858505d6990a352b5881d.tar.gz
ports-840d93df94c848a2b98858505d6990a352b5881d.zip
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
-rw-r--r--devel/py-futurist/Makefile5
-rw-r--r--devel/py-futurist/distinfo6
-rw-r--r--devel/py-futurist/pkg-descr2
3 files changed, 6 insertions, 7 deletions
diff --git a/devel/py-futurist/Makefile b/devel/py-futurist/Makefile
index 5462f63c64e2..4cf37e2628cf 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 0af2e2d389fc..a649330f8e8e 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 f50f3cc14562..11dcae01528a 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