Date: Fri, 25 Mar 2022 13:42:36 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: d5325c3418ca - main - devel/py-asyncio: Remove obsoleted port Message-ID: <202203251342.22PDga8c018283@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=d5325c3418ca7ac78b91f7ef4e69d12e726b3dce commit d5325c3418ca7ac78b91f7ef4e69d12e726b3dce Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-03-25 12:45:51 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-03-25 13:36:39 +0000 devel/py-asyncio: Remove obsoleted port The asyncio package has been included in the standard library since Python 3.4. --- MOVED | 1 + devel/Makefile | 1 - devel/py-asyncio/Makefile | 22 ---------------------- devel/py-asyncio/distinfo | 2 -- devel/py-asyncio/pkg-descr | 3 --- 5 files changed, 1 insertion(+), 28 deletions(-) diff --git a/MOVED b/MOVED index 271a7714791a..e98a4120b4fb 100644 --- a/MOVED +++ b/MOVED @@ -16968,3 +16968,4 @@ x11-toolkits/pangoxsl||2022-03-20|Has expired: Abandonware and not used by any p print/lgrind||2022-03-22|Has expired: Abandonware as last release was in 2001 devel/py-decorator4||2022-03-22|Has expired: Legacy version, use devel/py-decorator instead devel/p5-Log-Any-Adapter-Callback|devel/p5-Log-Any|2022-03-22|Has expired: Use devel/p5-Log-Any (Log::Any::Adapter::Capture) instead +devel/py-asyncio||2022-03-25|Remove obsoleted port. The asyncio package has been included in the standard library since Python 3.4 diff --git a/devel/Makefile b/devel/Makefile index 5bee863ef6ec..e8f230bf37b5 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -4179,7 +4179,6 @@ SUBDIR += py-astunparse SUBDIR += py-async_generator SUBDIR += py-async_timeout - SUBDIR += py-asyncio SUBDIR += py-asynctest SUBDIR += py-atomiclong SUBDIR += py-atomicwrites diff --git a/devel/py-asyncio/Makefile b/devel/py-asyncio/Makefile deleted file mode 100644 index 1f31cbb45332..000000000000 --- a/devel/py-asyncio/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Kubilay Kocak <koobs@FreeBSD.org> - -PORTNAME= asyncio -PORTVERSION= 3.4.3 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Reference implementation of PEP 3156 (Asynchronous IO) - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/COPYING - -USES= python:3.3+ -USE_PYTHON= autoplist distutils -NO_ARCH= yes - -do-test: - @cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test - -.include <bsd.port.mk> diff --git a/devel/py-asyncio/distinfo b/devel/py-asyncio/distinfo deleted file mode 100644 index b5ae8d3d726a..000000000000 --- a/devel/py-asyncio/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -SHA256 (asyncio-3.4.3.tar.gz) = 83360ff8bc97980e4ff25c964c7bd3923d333d177aa4f7fb736b019f26c7cb41 -SIZE (asyncio-3.4.3.tar.gz) = 204411 diff --git a/devel/py-asyncio/pkg-descr b/devel/py-asyncio/pkg-descr deleted file mode 100644 index dc5e82c34b45..000000000000 --- a/devel/py-asyncio/pkg-descr +++ /dev/null @@ -1,3 +0,0 @@ -"Tulip", the reference implementation of PEP 3156: Asynchronous IO Support. - -WWW: https://github.com/python/asyncio
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202203251342.22PDga8c018283>