From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 15:46:49 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 509F264FB4A; Thu, 10 Jun 2021 15:46:49 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4G17d45YlRz3MRm; Thu, 10 Jun 2021 15:46:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 6CA67122FE; Thu, 10 Jun 2021 15:46:48 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 15AFkm31032542; Thu, 10 Jun 2021 15:46:48 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFkmSe032541; Thu, 10 Jun 2021 15:46:48 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:48 GMT Message-Id: <202106101546.15AFkmSe032541@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Po-Chuan Hsieh Subject: git: fafbf81941b5 - main - devel/py-taskflow3: Remove obsoleted port MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: sunpoet X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: fafbf81941b5b078b2258d614a8d3df187dcb18e Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 15:46:49 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=fafbf81941b5b078b2258d614a8d3df187dcb18e commit fafbf81941b5b078b2258d614a8d3df187dcb18e Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:38 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:38 +0000 devel/py-taskflow3: Remove obsoleted port Use devel/py-taskflow instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-taskflow3/Makefile | 40 ---------------------------------------- devel/py-taskflow3/distinfo | 3 --- devel/py-taskflow3/pkg-descr | 6 ------ 5 files changed, 1 insertion(+), 50 deletions(-) diff --git a/MOVED b/MOVED index 374cf26e7ea6..2c939d7036fa 100644 --- a/MOVED +++ b/MOVED @@ -16376,3 +16376,4 @@ devel/py-oslo.utils3|devel/py-oslo.utils|2021-06-10|Remove obsoleted port. Use d devel/py-oslo.versionedobjects1|devel/py-oslo.versionedobjects|2021-06-10|Remove obsoleted port. Use devel/py-oslo.versionedobjects instead devel/py-oslo.vmware2|devel/py-oslo.vmware|2021-06-10|Remove obsoleted port. Use devel/py-oslo.vmware instead devel/py-pycadf2|devel/py-pycadf|2021-06-10|Remove obsoleted port. Use devel/py-pycadf instead +devel/py-taskflow3|devel/py-taskflow|2021-06-10|Remove obsoleted port. Use devel/py-taskflow instead diff --git a/devel/Makefile b/devel/Makefile index c67580e06ffa..bbf68d1e2bb3 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5156,7 +5156,6 @@ SUBDIR += py-tartiflette SUBDIR += py-tartiflette-aiohttp SUBDIR += py-taskflow - SUBDIR += py-taskflow3 SUBDIR += py-tasklib SUBDIR += py-tblib SUBDIR += py-tempora diff --git a/devel/py-taskflow3/Makefile b/devel/py-taskflow3/Makefile deleted file mode 100644 index 6d79bdffad50..000000000000 --- a/devel/py-taskflow3/Makefile +++ /dev/null @@ -1,40 +0,0 @@ -# Created by: Alexander Nusov - -PORTNAME= taskflow -PORTVERSION= 3.8.0 -PORTREVISION= 4 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 3 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Taskflow structured state management library - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}fasteners>=0.7.0:devel/py-fasteners@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}jsonschema>=2.6.0:devel/py-jsonschema@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pydot>=1.2.4:graphics/py-pydot@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}stevedore>=1.20.0:devel/py-stevedore@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}tenacity>=4.4.0:devel/py-tenacity@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}networkx>=2.1.0,1:math/py-networkx@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}cachetools>=2.0.0:devel/py-cachetools@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}automaton>=1.9.0:devel/py-automaton@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}futurist>=1.2.0:devel/py-futurist@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.serialization>=2.18.0:devel/py-oslo.serialization@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}oslo.utils>=3.33.0:devel/py-oslo.utils@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# taskflow 4.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^3\. - -.include diff --git a/devel/py-taskflow3/distinfo b/devel/py-taskflow3/distinfo deleted file mode 100644 index 7c19d5fc0a4e..000000000000 --- a/devel/py-taskflow3/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578401162 -SHA256 (taskflow-3.8.0.tar.gz) = d70c1b3e7fca612a4e05342bae505808a99257864980342f4125b451b3d171e2 -SIZE (taskflow-3.8.0.tar.gz) = 1063459 diff --git a/devel/py-taskflow3/pkg-descr b/devel/py-taskflow3/pkg-descr deleted file mode 100644 index 358539d05541..000000000000 --- a/devel/py-taskflow3/pkg-descr +++ /dev/null @@ -1,6 +0,0 @@ -TaskFlow is a library to do [jobs, tasks, flows] in a highly available, easy to -understand and declarative manner (and more!) to be used with OpenStack and -other projects. - -WWW: https://docs.openstack.org/taskflow/latest/ -WWW: https://github.com/openstack/taskflow