Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jan 2022 18:52:56 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: fa7749bd9760 - main - devel/py-contextvars: Remove obsoleted port after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
Message-ID:  <202201111852.20BIquH1060794@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=fa7749bd9760c846923e5fb475013d16d8d31557

commit fa7749bd9760c846923e5fb475013d16d8d31557
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2022-01-11 17:07:32 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2022-01-11 18:43:55 +0000

    devel/py-contextvars: Remove obsoleted port after 6c401020d1946446ed7f46742d7dca78c201408f (python36 removal)
---
 MOVED                          |  1 +
 devel/Makefile                 |  1 -
 devel/py-contextvars/Makefile  | 28 ----------------------------
 devel/py-contextvars/distinfo  |  3 ---
 devel/py-contextvars/pkg-descr |  4 ----
 5 files changed, 1 insertion(+), 36 deletions(-)

diff --git a/MOVED b/MOVED
index 55bc8e66fef8..450caae89510 100644
--- a/MOVED
+++ b/MOVED
@@ -16762,3 +16762,4 @@ textproc/askgit|textproc/mergestat|2022-01-03|Project renamed
 emulators/qemu-utils|emulators/qemu@tools|2022-01-10|Has expired: Use emulators/qemu@tools
 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+
diff --git a/devel/Makefile b/devel/Makefile
index d68963694640..ee0126fc59e9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -4400,7 +4400,6 @@
     SUBDIR += py-constantly
     SUBDIR += py-construct
     SUBDIR += py-contextlib2
-    SUBDIR += py-contextvars
     SUBDIR += py-convertdate
     SUBDIR += py-cookiecutter
     SUBDIR += py-copier
diff --git a/devel/py-contextvars/Makefile b/devel/py-contextvars/Makefile
deleted file mode 100644
index a90fe59cba14..000000000000
--- a/devel/py-contextvars/Makefile
+++ /dev/null
@@ -1,28 +0,0 @@
-# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME=	contextvars
-PORTVERSION=	2.4
-CATEGORIES=	devel python
-MASTER_SITES=	CHEESESHOP
-PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	PEP 567 backport
-
-LICENSE=	APACHE20
-LICENSE_FILE=	${WRKSRC}/LICENSE
-
-RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}immutables>=0.9:devel/py-immutables@${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-contextvars/distinfo b/devel/py-contextvars/distinfo
deleted file mode 100644
index ff9ff5bf1b99..000000000000
--- a/devel/py-contextvars/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1588793342
-SHA256 (contextvars-2.4.tar.gz) = f38c908aaa59c14335eeea12abea5f443646216c4e29380d7bf34d2018e2c39e
-SIZE (contextvars-2.4.tar.gz) = 9570
diff --git a/devel/py-contextvars/pkg-descr b/devel/py-contextvars/pkg-descr
deleted file mode 100644
index e04d94f2af8f..000000000000
--- a/devel/py-contextvars/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-contextvars implements a backport of Python 3.7 contextvars module (see PEP 567)
-for Python 3.6.
-
-WWW: https://github.com/MagicStack/contextvars



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