From owner-dev-commits-ports-all@freebsd.org Mon Sep 27 19:48:59 2021 Return-Path: Delivered-To: dev-commits-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 45A6B66E6ED; Mon, 27 Sep 2021 19:48:59 +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 4HJCrC0C4dz4g9n; Mon, 27 Sep 2021 19:48:59 +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 C8C2D16BEA; Mon, 27 Sep 2021 19:48:58 +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 18RJmwW5042532; Mon, 27 Sep 2021 19:48:58 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 18RJmw8K042531; Mon, 27 Sep 2021 19:48:58 GMT (envelope-from git) Date: Mon, 27 Sep 2021 19:48:58 GMT Message-Id: <202109271948.18RJmw8K042531@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: a2663b5d194c - main - devel/py-pythonfinder: Add py-pythonfinder 1.2.8 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: a2663b5d194c51e28906bfbc7f741312501cdc68 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2021 19:48:59 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=a2663b5d194c51e28906bfbc7f741312501cdc68 commit a2663b5d194c51e28906bfbc7f741312501cdc68 Author: Po-Chuan Hsieh AuthorDate: 2021-09-27 19:44:02 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-09-27 19:48:07 +0000 devel/py-pythonfinder: Add py-pythonfinder 1.2.8 PythonFinder is a cross-platform search tool for finding Pythons. WWW: https://github.com/sarugaku/pythonfinder --- devel/Makefile | 1 + devel/py-pythonfinder/Makefile | 26 ++++++++++++++++++++++++++ devel/py-pythonfinder/distinfo | 3 +++ devel/py-pythonfinder/pkg-descr | 3 +++ 4 files changed, 33 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 70469a516457..8b0858b9249a 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5071,6 +5071,7 @@ SUBDIR += py-python-subunit SUBDIR += py-pythonbrew SUBDIR += py-pythondialog + SUBDIR += py-pythonfinder SUBDIR += py-pytimeparse SUBDIR += py-pytools SUBDIR += py-pytrie diff --git a/devel/py-pythonfinder/Makefile b/devel/py-pythonfinder/Makefile new file mode 100644 index 000000000000..153ce610c4e5 --- /dev/null +++ b/devel/py-pythonfinder/Makefile @@ -0,0 +1,26 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= pythonfinder +PORTVERSION= 1.2.8 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Python discovery tool to help locate python on any system + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE.txt + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}attrs>=0:devel/py-attrs@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}cached-property>=0:devel/py-cached-property@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}click>=0:devel/py-click@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}packaging>=0:devel/py-packaging@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-pythonfinder/distinfo b/devel/py-pythonfinder/distinfo new file mode 100644 index 000000000000..3ee3b830bd2c --- /dev/null +++ b/devel/py-pythonfinder/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1632760426 +SHA256 (pythonfinder-1.2.8.tar.gz) = e3ea90d327f2ff61a692af9326deced042bb27f6fd562fc788637abee9bd62d9 +SIZE (pythonfinder-1.2.8.tar.gz) = 43719 diff --git a/devel/py-pythonfinder/pkg-descr b/devel/py-pythonfinder/pkg-descr new file mode 100644 index 000000000000..14f0573e9d46 --- /dev/null +++ b/devel/py-pythonfinder/pkg-descr @@ -0,0 +1,3 @@ +PythonFinder is a cross-platform search tool for finding Pythons. + +WWW: https://github.com/sarugaku/pythonfinder