From owner-dev-commits-ports-main@freebsd.org Thu Jun 10 15:46:12 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 91CE264FA10; Thu, 10 Jun 2021 15:46:12 +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 4G17cN1j5hz3MMv; Thu, 10 Jun 2021 15:46:12 +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 147811280B; Thu, 10 Jun 2021 15:46:12 +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 15AFkCpq031761; Thu, 10 Jun 2021 15:46:12 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 15AFkB0r031760; Thu, 10 Jun 2021 15:46:11 GMT (envelope-from git) Date: Thu, 10 Jun 2021 15:46:11 GMT Message-Id: <202106101546.15AFkB0r031760@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: 916f2dbdcbf6 - main - devel/py-cmd208: 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: 916f2dbdcbf61d531aaa7e6a45777401a7827140 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jun 2021 15:46:12 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=916f2dbdcbf61d531aaa7e6a45777401a7827140 commit 916f2dbdcbf61d531aaa7e6a45777401a7827140 Author: Po-Chuan Hsieh AuthorDate: 2021-06-10 15:42:09 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-06-10 15:42:09 +0000 devel/py-cmd208: Remove obsoleted port Use devel/py-cmd2 instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-cmd208/Makefile | 28 ---------------------------- devel/py-cmd208/distinfo | 3 --- devel/py-cmd208/pkg-descr | 8 -------- 5 files changed, 1 insertion(+), 40 deletions(-) diff --git a/MOVED b/MOVED index 892a1d7c85af..014887cd9562 100644 --- a/MOVED +++ b/MOVED @@ -16345,3 +16345,4 @@ devel/py-aspyct||2021-06-06|Has expired: Unmaintained upstream, uses old Python 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 diff --git a/devel/Makefile b/devel/Makefile index a34ae21f4ef2..b5852be837ce 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4289,7 +4289,6 @@ SUBDIR += py-cloudpickle SUBDIR += py-cluster SUBDIR += py-cmd2 - SUBDIR += py-cmd208 SUBDIR += py-cmdtest SUBDIR += py-codecov SUBDIR += py-codegen diff --git a/devel/py-cmd208/Makefile b/devel/py-cmd208/Makefile deleted file mode 100644 index f6d0a2bd2800..000000000000 --- a/devel/py-cmd208/Makefile +++ /dev/null @@ -1,28 +0,0 @@ -# Created by: Alexander Nusov - -PORTNAME= cmd2 -PORTVERSION= 0.8.9 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 08 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Build interactive command line applications in Python - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.0.1:devel/py-pyparsing@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyperclip>=0:devel/py-pyperclip@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# cmd2 0.9.0.1+ requires Python 3.4+ -PORTSCOUT= limit:^0\.8 - -.include diff --git a/devel/py-cmd208/distinfo b/devel/py-cmd208/distinfo deleted file mode 100644 index 4d82faf257c9..000000000000 --- a/devel/py-cmd208/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578401136 -SHA256 (cmd2-0.8.9.tar.gz) = 145cb677ebd0e3cae546ab81c30f6c25e0b08ba0f1071df854d53707ea792633 -SIZE (cmd2-0.8.9.tar.gz) = 112543 diff --git a/devel/py-cmd208/pkg-descr b/devel/py-cmd208/pkg-descr deleted file mode 100644 index 85f6c4500b4c..000000000000 --- a/devel/py-cmd208/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -cmd2 is a tool for building interactive command line applications in Python. Its -goal is to make it quick and easy for developers to build feature-rich and -user-friendly interactive command line applications. It provides a simple API -which is an extension of Python's built-in cmd module. cmd2 provides a wealth of -features on top of cmd to make your life easier and eliminates much of the -boilerplate code which would be necessary when using cmd. - -WWW: https://github.com/python-cmd2/cmd2