Date: Thu, 10 Jun 2021 15:46:51 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: 984493c7fe81 - main - devel/py-tooz1: Remove obsoleted port Message-ID: <202106101546.15AFkpk5032619@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=984493c7fe818144763f97de06e2131269c8f628 commit 984493c7fe818144763f97de06e2131269c8f628 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 15:42:41 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-10 15:42:41 +0000 devel/py-tooz1: Remove obsoleted port Use devel/py-tooz instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-tooz1/Makefile | 37 ------------------------------------- devel/py-tooz1/distinfo | 3 --- devel/py-tooz1/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 47 deletions(-) diff --git a/MOVED b/MOVED index 4d6d0e7b3790..5935a7f97af7 100644 --- a/MOVED +++ b/MOVED @@ -16379,3 +16379,4 @@ devel/py-pycadf2|devel/py-pycadf|2021-06-10|Remove obsoleted port. Use devel/py- devel/py-taskflow3|devel/py-taskflow|2021-06-10|Remove obsoleted port. Use devel/py-taskflow instead devel/py-tempora1|devel/py-tempora|2021-06-10|Remove obsoleted port. Use devel/py-tempora instead devel/py-tinyrpc0|devel/py-tinyrpc|2021-06-10|Remove obsoleted port. Use devel/py-tinyrpc instead +devel/py-tooz1|devel/py-tooz|2021-06-10|Remove obsoleted port. Use devel/py-tooz instead diff --git a/devel/Makefile b/devel/Makefile index b966dede483d..fa296695fe44 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5181,7 +5181,6 @@ SUBDIR += py-tokenize-rt SUBDIR += py-toolz SUBDIR += py-tooz - SUBDIR += py-tooz1 SUBDIR += py-toposort SUBDIR += py-tox SUBDIR += py-traceback2 diff --git a/devel/py-tooz1/Makefile b/devel/py-tooz1/Makefile deleted file mode 100644 index d900bf97ce22..000000000000 --- a/devel/py-tooz1/Makefile +++ /dev/null @@ -1,37 +0,0 @@ -# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> - -PORTNAME= tooz -PORTVERSION= 1.67.2 -PORTREVISION= 2 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Coordination library for distributed systems - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.8:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0.7:devel/py-fasteners@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}msgpack>=0.4.0:devel/py-msgpack@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pbr>=1.6:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.9.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.16.0:devel/py-stevedore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tenacity>=3.2.1:devel/py-tenacity@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}voluptuous>=0.8.9:devel/py-voluptuous@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futurist>=1.2.0:devel/py-futurist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=1.10.0:devel/py-oslo.serialization@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.15.0:devel/py-oslo.utils@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# tooz 2.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^1\. - -.include <bsd.port.mk> diff --git a/devel/py-tooz1/distinfo b/devel/py-tooz1/distinfo deleted file mode 100644 index 4b7089a05fde..000000000000 --- a/devel/py-tooz1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578584019 -SHA256 (tooz-1.67.2.tar.gz) = 483153019fb965165c50f0a3cf4873a6124934a8430f6fcd7a05225bbd452e31 -SIZE (tooz-1.67.2.tar.gz) = 87547 diff --git a/devel/py-tooz1/pkg-descr b/devel/py-tooz1/pkg-descr deleted file mode 100644 index 182bb20c9f9b..000000000000 --- a/devel/py-tooz1/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -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. - -WWW: https://docs.openstack.org/tooz/latest/ -WWW: https://github.com/openstack/tooz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkpk5032619>