Skip to content

Commit

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

Changes:	https://docs.openstack.org/tooz/latest/user/history.html
  • Loading branch information
sunpoet committed Jun 5, 2023
1 parent f5e1572 commit a59fdb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
7 changes: 4 additions & 3 deletions devel/py-tooz/Makefile
@@ -1,12 +1,13 @@
PORTNAME= tooz
PORTVERSION= 4.0.0
PORTVERSION= 4.1.0
CATEGORIES= devel python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Coordination library for distributed systems
WWW= https://docs.openstack.org/tooz/latest/
WWW= https://docs.openstack.org/tooz/latest/ \
https://github.com/openstack/tooz

LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
Expand All @@ -22,7 +23,7 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners@${PY_FLAVO
${PYTHON_PKGNAMEPREFIX}tenacity>=5.0.0:devel/py-tenacity@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}voluptuous>=0.8.9:devel/py-voluptuous@${PY_FLAVOR}

USES= python:3.9+
USES= python:3.8+
USE_PYTHON= autoplist concurrent distutils

NO_ARCH= yes
Expand Down
6 changes: 3 additions & 3 deletions devel/py-tooz/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1684104472
SHA256 (tooz-4.0.0.tar.gz) = 4b513dd94f6f66fdc3395c8f3b9c3be7407968bb7bd8f34a7c370cabec84c05d
SIZE (tooz-4.0.0.tar.gz) = 98518
TIMESTAMP = 1685792300
SHA256 (tooz-4.1.0.tar.gz) = 87d16fa1b86f9b4979412776f75a932e3f1b63979ccd55c978c5d9e1b69c899b
SIZE (tooz-4.1.0.tar.gz) = 98577
2 changes: 0 additions & 2 deletions devel/py-tooz/pkg-descr
@@ -1,5 +1,3 @@
The Tooz project aims at centralizing the most common distributed primitives
like group membership protocol, lock service and leader election by providing a
coordination API helping developers to build distributed applications.

See also: https://github.com/openstack/tooz

0 comments on commit a59fdb9

Please sign in to comment.