git: 4c23ef6d2f00 - main - devel/py-future-annotations: Remove obsoleted port after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 18:52:57 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=4c23ef6d2f004ba03b63cf47d8b4784b0b25f9dd commit 4c23ef6d2f004ba03b63cf47d8b4784b0b25f9dd Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-01-11 17:07:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-01-11 18:43:55 +0000 devel/py-future-annotations: Remove obsoleted port after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal) --- MOVED | 1 + devel/Makefile | 1 - devel/py-future-annotations/Makefile | 29 ----------------------------- devel/py-future-annotations/distinfo | 3 --- devel/py-future-annotations/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 36 deletions(-) diff --git a/MOVED b/MOVED index 450caae89510..0888a9f89dea 100644 --- a/MOVED +++ b/MOVED @@ -16763,3 +16763,4 @@ emulators/qemu-utils|emulators/qemu@tools|2022-01-10|Has expired: Use emulators/ emulators/qemu42||2022-01-10|Has expired: Use emulators/qemu or emulators/qemu-devel devel/py-click6|devel/py-click|2022-01-11|Remove obsoleted port. Use devel/py-click instead devel/py-contextvars||2022-01-11|Remove obsoleted port. It is included in Python 3.7+ +devel/py-future-annotations||2022-01-11|Remove obsoleted port. It is included in Python 3.7+ diff --git a/devel/Makefile b/devel/Makefile index ee0126fc59e9..e2c10e6e364d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4560,7 +4560,6 @@ SUBDIR += py-furl SUBDIR += py-fusepy SUBDIR += py-future - SUBDIR += py-future-annotations SUBDIR += py-futurist SUBDIR += py-fuzzywuzzy SUBDIR += py-fypp diff --git a/devel/py-future-annotations/Makefile b/devel/py-future-annotations/Makefile deleted file mode 100644 index a4f7d6589940..000000000000 --- a/devel/py-future-annotations/Makefile +++ /dev/null @@ -1,29 +0,0 @@ -# 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.pre.mk> - -.if ${PYTHON_REL} >= 30700 -IGNORE= included in python ${PYTHON_VER} -.endif - -.include <bsd.port.post.mk> diff --git a/devel/py-future-annotations/distinfo b/devel/py-future-annotations/distinfo deleted file mode 100644 index a92c3802e5f5..000000000000 --- a/devel/py-future-annotations/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -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 deleted file mode 100644 index 08af5e9ef90b..000000000000 --- a/devel/py-future-annotations/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -future-annotations is a backport of __future__ annotations to python < 3.7. - -WWW: https://github.com/asottile/future-annotations