Skip to content

Commit

Permalink
devel/py-futurist: Update to 3.0.0
Browse files Browse the repository at this point in the history
- Update WWW and clean up pkg-descr

Changes:	https://docs.openstack.org/futurist/latest/user/history.html
  • Loading branch information
sunpoet committed Mar 9, 2024
1 parent d6c80f1 commit 840d93d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
5 changes: 3 additions & 2 deletions 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
Expand Down
6 changes: 3 additions & 3 deletions 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
2 changes: 0 additions & 2 deletions devel/py-futurist/pkg-descr
Expand Up @@ -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

0 comments on commit 840d93d

Please sign in to comment.