Date: Thu, 10 Jun 2021 15:46:11 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: 916f2dbdcbf6 - main - devel/py-cmd208: Remove obsoleted port Message-ID: <202106101546.15AFkB0r031760@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=916f2dbdcbf61d531aaa7e6a45777401a7827140 commit 916f2dbdcbf61d531aaa7e6a45777401a7827140 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 15:42:09 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> 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 <alexander.nusov@nfvexpress.com> - -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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkB0r031760>