Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 2021 09:53:21 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: 2e4f1825c336 - main - py-future-annotations: Add py-future-annotations 1.0.0
Message-ID:  <202105070953.1479rLsw084420@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=2e4f1825c336dec81741a6ec95c8b8bea3b237a5

commit 2e4f1825c336dec81741a6ec95c8b8bea3b237a5
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-05-07 09:19:51 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
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 <sunpoet@FreeBSD.org>
+
+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 <bsd.port.mk>
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202105070953.1479rLsw084420>