From owner-dev-commits-ports-main@freebsd.org Fri May 7 09:53:22 2021 Return-Path: Delivered-To: dev-commits-ports-main@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 141545FD972; Fri, 7 May 2021 09:53:22 +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 4Fc5Nx6qQzz3thP; Fri, 7 May 2021 09:53:21 +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 DD5C3114F; Fri, 7 May 2021 09:53:21 +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 1479rL7P084421; Fri, 7 May 2021 09:53:21 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1479rLsw084420; Fri, 7 May 2021 09:53:21 GMT (envelope-from git) Date: Fri, 7 May 2021 09:53:21 GMT Message-Id: <202105070953.1479rLsw084420@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: 2e4f1825c336 - main - py-future-annotations: Add py-future-annotations 1.0.0 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: 2e4f1825c336dec81741a6ec95c8b8bea3b237a5 Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-main@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commits to the main branch of the FreeBSD ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 May 2021 09:53:22 -0000 The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=2e4f1825c336dec81741a6ec95c8b8bea3b237a5 commit 2e4f1825c336dec81741a6ec95c8b8bea3b237a5 Author: Po-Chuan Hsieh AuthorDate: 2021-05-07 09:19:51 +0000 Commit: Po-Chuan Hsieh CommitDate: 2021-05-07 09:38:56 +0000 py-future-annotations: Add py-future-annotations 1.0.0 future-annotations is a backport of __future__ annotations to python < 3.7. WWW: https://github.com/asottile/future-annotations --- devel/Makefile | 1 + devel/py-future-annotations/Makefile | 23 +++++++++++++++++++++++ devel/py-future-annotations/distinfo | 3 +++ devel/py-future-annotations/pkg-descr | 3 +++ 4 files changed, 30 insertions(+) diff --git a/devel/Makefile b/devel/Makefile index 5834fe1fbc51..daf7feb5b66c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4454,6 +4454,7 @@ SUBDIR += py-furl SUBDIR += py-fusepy SUBDIR += py-future + SUBDIR += py-future-annotations SUBDIR += py-futurist SUBDIR += py-futurist1 SUBDIR += py-fuzzywuzzy diff --git a/devel/py-future-annotations/Makefile b/devel/py-future-annotations/Makefile new file mode 100644 index 000000000000..3c7bd0fc426d --- /dev/null +++ b/devel/py-future-annotations/Makefile @@ -0,0 +1,23 @@ +# Created by: Po-Chuan Hsieh + +PORTNAME= future-annotations +PORTVERSION= 1.0.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= future_annotations-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Backport of __future__ annotations to python < 3.7 + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tokenize-rt>=3:devel/py-tokenize-rt@${PY_FLAVOR} + +USES= python:3.6 +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include diff --git a/devel/py-future-annotations/distinfo b/devel/py-future-annotations/distinfo new file mode 100644 index 000000000000..a92c3802e5f5 --- /dev/null +++ b/devel/py-future-annotations/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1620146201 +SHA256 (future_annotations-1.0.0.tar.gz) = c707d19f7c74e08d9e67b310fd6a7438ff510ba5cbfb7334695627f8f69c6378 +SIZE (future_annotations-1.0.0.tar.gz) = 5582 diff --git a/devel/py-future-annotations/pkg-descr b/devel/py-future-annotations/pkg-descr new file mode 100644 index 000000000000..08af5e9ef90b --- /dev/null +++ b/devel/py-future-annotations/pkg-descr @@ -0,0 +1,3 @@ +future-annotations is a backport of __future__ annotations to python < 3.7. + +WWW: https://github.com/asottile/future-annotations