From owner-svn-ports-all@freebsd.org Wed Jan 8 14:49:07 2020 Return-Path: Delivered-To: svn-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 BBC8A1F0EC8; Wed, 8 Jan 2020 14:49:07 +0000 (UTC) (envelope-from sunpoet@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) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47tBw34d7Jz4b8m; Wed, 8 Jan 2020 14:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 96D8F19909; Wed, 8 Jan 2020 14:49:07 +0000 (UTC) (envelope-from sunpoet@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 008En7cJ071612; Wed, 8 Jan 2020 14:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Received: (from sunpoet@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 008En7LN071609; Wed, 8 Jan 2020 14:49:07 GMT (envelope-from sunpoet@FreeBSD.org) Message-Id: <202001081449.008En7LN071609@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: sunpoet set sender to sunpoet@FreeBSD.org using -f From: Sunpoet Po-Chuan Hsieh Date: Wed, 8 Jan 2020 14:49:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r522384 - head/devel/py-cmd2 X-SVN-Group: ports-head X-SVN-Commit-Author: sunpoet X-SVN-Commit-Paths: head/devel/py-cmd2 X-SVN-Commit-Revision: 522384 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jan 2020 14:49:07 -0000 Author: sunpoet Date: Wed Jan 8 14:49:06 2020 New Revision: 522384 URL: https://svnweb.freebsd.org/changeset/ports/522384 Log: Update to 0.8.9 - Update COMMENT - Add LICENSE - Update pkg-descr - Update WWW - Take maintainership Changes: https://github.com/python-cmd2/cmd2/releases Modified: head/devel/py-cmd2/Makefile head/devel/py-cmd2/distinfo (contents, props changed) head/devel/py-cmd2/pkg-descr (contents, props changed) Modified: head/devel/py-cmd2/Makefile ============================================================================== --- head/devel/py-cmd2/Makefile Wed Jan 8 14:49:01 2020 (r522383) +++ head/devel/py-cmd2/Makefile Wed Jan 8 14:49:06 2020 (r522384) @@ -2,15 +2,35 @@ # $FreeBSD$ PORTNAME= cmd2 -PORTVERSION= 0.6.9 +PORTVERSION= 0.8.9 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Extra features for standard library cmd module +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Build interactive command line applications in Python +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PY_ENUM34} \ + ${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 -USE_PYTHON= autoplist distutils +USE_PYTHON= autoplist concurrent distutils -.include +NO_ARCH= yes + +.include + +.if ${PYTHON_REL} < 3000 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}subprocess32>=0:devel/py-subprocess32@${PY_FLAVOR} +.endif + +.if ${PYTHON_REL} < 3500 +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}contextlib2>=0:devel/py-contextlib2@${PY_FLAVOR} +.endif + +.include Modified: head/devel/py-cmd2/distinfo ============================================================================== --- head/devel/py-cmd2/distinfo Wed Jan 8 14:49:01 2020 (r522383) +++ head/devel/py-cmd2/distinfo Wed Jan 8 14:49:06 2020 (r522384) @@ -1,3 +1,3 @@ -TIMESTAMP = 1475870222 -SHA256 (cmd2-0.6.9.tar.gz) = ef09745c91dbc13344db6d81f4dea4c844bf2fabf3baf91fab1bb54e4b3bb328 -SIZE (cmd2-0.6.9.tar.gz) = 367057 +TIMESTAMP = 1578401136 +SHA256 (cmd2-0.8.9.tar.gz) = 145cb677ebd0e3cae546ab81c30f6c25e0b08ba0f1071df854d53707ea792633 +SIZE (cmd2-0.8.9.tar.gz) = 112543 Modified: head/devel/py-cmd2/pkg-descr ============================================================================== --- head/devel/py-cmd2/pkg-descr Wed Jan 8 14:49:01 2020 (r522383) +++ head/devel/py-cmd2/pkg-descr Wed Jan 8 14:49:06 2020 (r522384) @@ -1,3 +1,8 @@ -Extra features for standard library cmd module. +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://pypi.org/project/cmd2/ +WWW: https://github.com/python-cmd2/cmd2