Verified Commit 4c23ef6d authored by sunpoet's avatar sunpoet
Browse files

devel/py-future-annotations: Remove obsoleted port after...

devel/py-future-annotations: Remove obsoleted port after 6c401020 (python36 removal)
parent fa7749bd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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+
+0 −1
Original line number Diff line number Diff line
@@ -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
+0 −29
Original line number Diff line number Diff line
# 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>
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1620146201
SHA256 (future_annotations-1.0.0.tar.gz) = c707d19f7c74e08d9e67b310fd6a7438ff510ba5cbfb7334695627f8f69c6378
SIZE (future_annotations-1.0.0.tar.gz) = 5582
+0 −3
Original line number Diff line number Diff line
future-annotations is a backport of __future__ annotations to python < 3.7.

WWW: https://github.com/asottile/future-annotations