From owner-dev-commits-ports-all@freebsd.org Thu Jun 10 15:46:14 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 0AC5C64F661; Thu, 10 Jun 2021 15:46:14 +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 4G17cP6JTYz3M8k; Thu, 10 Jun 2021 15:46:13 +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 444531290C; Thu, 10 Jun 2021 15:46:13 +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 15AFkDSe031785; Thu, 10 Jun 2021 15:46:13 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFkDOa031784; Thu, 10 Jun 2021 15:46:13 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:13 GMT Message-Id: <202106101546.15AFkDOa031784@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: eb469555f5f2 - main - devel/py-futurist1: 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: eb469555f5f23df73d51a2e8d04e7e915e882165 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:14 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb469555f5f23df73d51a2e8d04e7e915e882165 commit eb469555f5f23df73d51a2e8d04e7e915e882165 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:10 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:10 +0000 devel/py-futurist1: Remove obsoleted port Use devel/py-futurist instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-futurist1/Makefile | 29 ----------------------------- devel/py-futurist1/distinfo | 3 --- devel/py-futurist1/pkg-descr | 7 ------- 5 files changed, 1 insertion(+), 40 deletions(-) diff --git a/MOVED b/MOVED index 014887cd9562..d802c9342f26 100644 --- a/MOVED +++ b/MOVED @@ -16346,3 +16346,4 @@ irc/oragono|irc/ergo|2021-06-08|Project renamed devel/py-castellan1|devel/py-castellan|2021-06-10|Remove obsoleted port. Use devel/py-castellan instead devel/py-cliff2|devel/py-cliff|2021-06-10|Remove obsoleted port. Use devel/py-cliff instead devel/py-cmd208|devel/py-cmd2|2021-06-10|Remove obsoleted port. Use devel/py-cmd2 instead +devel/py-futurist1|devel/py-futurist|2021-06-10|Remove obsoleted port. Use devel/py-futurist instead diff --git a/devel/Makefile b/devel/Makefile index b5852be837ce..bd1bbd5c32c1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4464,7 +4464,6 @@ SUBDIR += py-future SUBDIR += py-future-annotations SUBDIR += py-futurist - SUBDIR += py-futurist1 SUBDIR += py-fuzzywuzzy SUBDIR += py-fypp SUBDIR += py-game diff --git a/devel/py-futurist1/Makefile b/devel/py-futurist1/Makefile deleted file mode 100644 index a06fb34bcffc..000000000000 --- a/devel/py-futurist1/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# Created by: Alexander Nusov - -PORTNAME= futurist -PORTVERSION= 1.10.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 1 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Useful additions to futures, from the future - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.1<0.8:devel/py-prettytable0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# futurist 2.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^1\. - -.include diff --git a/devel/py-futurist1/distinfo b/devel/py-futurist1/distinfo deleted file mode 100644 index 95cdcd757b23..000000000000 --- a/devel/py-futurist1/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1575793923 -SHA256 (futurist-1.10.0.tar.gz) = 139d223503d47275636285ae98e7b470085b2b3b6fb2fc9a0d04a76de4b3d30e -SIZE (futurist-1.10.0.tar.gz) = 42320 diff --git a/devel/py-futurist1/pkg-descr b/devel/py-futurist1/pkg-descr deleted file mode 100644 index e365771ecc04..000000000000 --- a/devel/py-futurist1/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Code from the future, delivered to you in the now. The goal of this library -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. - -WWW: https://pypi.org/project/futurist/