Date: Thu, 10 Jun 2021 15:46:10 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: 4bba246738e2 - main - devel/py-cliff2: Remove obsoleted port Message-ID: <202106101546.15AFkAUf031736@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=4bba246738e2502c4783001eee0c88c4e8cacf24 commit 4bba246738e2502c4783001eee0c88c4e8cacf24 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-06-10 15:42:08 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-06-10 15:42:08 +0000 devel/py-cliff2: Remove obsoleted port Use devel/py-cliff instead. --- MOVED | 1 + devel/Makefile | 1 - devel/py-cliff2/Makefile | 34 ---------------------------------- devel/py-cliff2/distinfo | 3 --- devel/py-cliff2/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 43 deletions(-) diff --git a/MOVED b/MOVED index e0d8cc60d830..892a1d7c85af 100644 --- a/MOVED +++ b/MOVED @@ -16344,3 +16344,4 @@ devel/py-iterpipes||2021-06-06|Has expired: Unmaintained upstream, uses old Pyth 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 diff --git a/devel/Makefile b/devel/Makefile index 2db3e0f8b186..a34ae21f4ef2 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4283,7 +4283,6 @@ SUBDIR += py-click-threading SUBDIR += py-click6 SUBDIR += py-cliff - SUBDIR += py-cliff2 SUBDIR += py-cligj SUBDIR += py-clikit SUBDIR += py-clint diff --git a/devel/py-cliff2/Makefile b/devel/py-cliff2/Makefile deleted file mode 100644 index dd69d1fb64ef..000000000000 --- a/devel/py-cliff2/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Alexander Nusov <alexander.nusov@nfvexpress.com> - -PORTNAME= cliff -PORTVERSION= 2.18.0 -PORTREVISION= 1 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -PKGNAMESUFFIX= 2 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Command Line Interface Formulation Framework - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=2.0.0:devel/py-pbr@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}prettytable0>=0.7.2<0.8:devel/py-prettytable0@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pyparsing>=2.1.0:devel/py-pyparsing@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}yaml>=3.12:devel/py-yaml@${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}cmd2>=0.8.0:devel/py-cmd2@${PY_FLAVOR} - -USES= python:3.6+ -USE_PYTHON= autoplist concurrent distutils - -NO_ARCH= yes - -# cliff 3.0.0+ requires Python 3.6+ -PORTSCOUT= limit:^2\. - -.include <bsd.port.mk> diff --git a/devel/py-cliff2/distinfo b/devel/py-cliff2/distinfo deleted file mode 100644 index a3c1d647bdab..000000000000 --- a/devel/py-cliff2/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578584013 -SHA256 (cliff-2.18.0.tar.gz) = 4893742290d4728324a164c4f4dfeafe5f7ec61a6b49c99d76cece98730667f2 -SIZE (cliff-2.18.0.tar.gz) = 77905 diff --git a/devel/py-cliff2/pkg-descr b/devel/py-cliff2/pkg-descr deleted file mode 100644 index 3cda5816547f..000000000000 --- a/devel/py-cliff2/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -cliff is a framework for building command line programs. It uses setuptools -entry points to provide subcommands, output formatters, and other extensions. - -WWW: https://docs.openstack.org/cliff/latest/ -WWW: https://github.com/openstack/cliff
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202106101546.15AFkAUf031736>