aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 12:45:51 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-03-25 13:36:39 +0000
commitd5325c3418ca7ac78b91f7ef4e69d12e726b3dce (patch)
tree8331d5e80ca2f0466d5ad3ec64d72728e3494fbd
parent296baaa471b9caee72c87fd2279a68e4b5af0dfb (diff)
downloadports-d5325c3418ca7ac78b91f7ef4e69d12e726b3dce.tar.gz
ports-d5325c3418ca7ac78b91f7ef4e69d12e726b3dce.zip
devel/py-asyncio: Remove obsoleted port
The asyncio package has been included in the standard library since Python 3.4.
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-asyncio/Makefile22
-rw-r--r--devel/py-asyncio/distinfo2
-rw-r--r--devel/py-asyncio/pkg-descr3
5 files changed, 1 insertions, 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