aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-async/Makefile20
-rw-r--r--devel/py-async/distinfo2
-rw-r--r--devel/py-async/pkg-descr8
4 files changed, 0 insertions, 31 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 1cadc8b507fb..784b619db0f0 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -3915,7 +3915,6 @@
SUBDIR += py-aspects
SUBDIR += py-aspyct
SUBDIR += py-astroid
- SUBDIR += py-async
SUBDIR += py-asyncio
SUBDIR += py-atomicwrites
SUBDIR += py-avro
diff --git a/devel/py-async/Makefile b/devel/py-async/Makefile
deleted file mode 100644
index 65e9bbd1cdc0..000000000000
--- a/devel/py-async/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# Created by: Wen Heping <wenheping@gmail.com>
-# $FreeBSD$
-
-PORTNAME= async
-PORTVERSION= 0.6.2
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= wen@FreeBSD.org
-COMMENT= Framework to process interdependent tasks in a pool of workers
-
-DEPRECATED= Further using of this module is not encouraged by upstream
-EXPIRATION_DATE= 2015-11-26
-
-NO_ARCH= yes
-USES= python
-USE_PYTHON= autoplist distutils
-
-.include <bsd.port.mk>
diff --git a/devel/py-async/distinfo b/devel/py-async/distinfo
deleted file mode 100644
index f35899bd038f..000000000000
--- a/devel/py-async/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (async-0.6.2.tar.gz) = ac6894d876e45878faae493b0cf61d0e28ec417334448ac0a6ea2229d8343051
-SIZE (async-0.6.2.tar.gz) = 30177
diff --git a/devel/py-async/pkg-descr b/devel/py-async/pkg-descr
deleted file mode 100644
index 9a0b83ad8292..000000000000
--- a/devel/py-async/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-Async is one more attempt to make the definition and execution of asynchronous
-interdependent operations easy. For that to work, you may define tasks which
-communicate with each other by channels. Channels transfer items, which is very
-similar to bytes flowing through pipes uses in inter-process communication.
-Items will only be generated on demand, that is when you read from the
-respective output channel.
-
-WWW: http://packages.python.org/async/intro.html