From nobody Sun Nov 21 21:18:28 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 3F61F188A7C1; Sun, 21 Nov 2021 21:18:29 +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 4Hy3D51Lh3z3qCJ; Sun, 21 Nov 2021 21:18:29 +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 0A73E16920; Sun, 21 Nov 2021 21:18:29 +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 1ALLIScd016188; Sun, 21 Nov 2021 21:18:28 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1ALLISat016187; Sun, 21 Nov 2021 21:18:28 GMT (envelope-from git) Date: Sun, 21 Nov 2021 21:18:28 GMT Message-Id: <202111212118.1ALLISat016187@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: 774e2eacebac - main - devel/py-click7: Add py-click7 7.1.2 (copied from py-click) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org 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: 774e2eacebac381aa8298f0a424b689ed30af8b2 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=774e2eacebac381aa8298f0a424b689ed30af8b2 commit 774e2eacebac381aa8298f0a424b689ed30af8b2 Author: Po-Chuan Hsieh AuthorDate: 2021-11-21 21:13:59 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-11-21 21:13:59 +0000 devel/py-click7: Add py-click7 7.1.2 (copied from py-click) - Add PORTSCOUT --- devel/Makefile | 1 + devel/py-click7/Makefile | 28 ++++++++++++++++++++++++++++ devel/py-click7/distinfo | 3 +++ devel/py-click7/pkg-descr | 6 ++++++ 4 files changed, 38 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 30ee6bcabf9c..ded98374ae03 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4349,6 +4349,7 @@ SUBDIR += py-click-plugins SUBDIR += py-click-threading SUBDIR += py-click6 + SUBDIR += py-click7 SUBDIR += py-cliff SUBDIR += py-cligj SUBDIR += py-clikit diff --git a/devel/py-click7/Makefile b/devel/py-click7/Makefile new file mode 100644 index 000000000000..3322eda9f487 --- /dev/null +++ b/devel/py-click7/Makefile @@ -0,0 +1,28 @@ +# Created by: Bartek Rutkowski + +PORTNAME= click +PORTVERSION= 7.1.2 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +PKGNAMESUFFIX= 7 + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python package for creating command line interfaces + +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/LICENSE.rst + +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +PORTSCOUT= limit:^7\. + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} -m pytest -v -p no:warnings + +.include diff --git a/devel/py-click7/distinfo b/devel/py-click7/distinfo new file mode 100644 index 000000000000..43c020acc0b9 --- /dev/null +++ b/devel/py-click7/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1598529882 +SHA256 (click-7.1.2.tar.gz) = d2b5255c7c6349bc1bd1e59e08cd12acbbd63ce649f2588755783aa94dfb6b1a +SIZE (click-7.1.2.tar.gz) = 297279 diff --git a/devel/py-click7/pkg-descr b/devel/py-click7/pkg-descr new file mode 100644 index 000000000000..19e846b2315d --- /dev/null +++ b/devel/py-click7/pkg-descr @@ -0,0 +1,6 @@ +Click is a Python package for creating beautiful command line interfaces +in a composable way with as little code as necessary. It's the "Command +Line Interface Creation Kit". It's highly configurable but comes with +sensible defaults out of the box. + +WWW: https://github.com/mitsuhiko/click