aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 03:54:33 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2022-04-16 04:19:06 +0000
commit0c2b743bb62c7da3585e3a5df1e6952560612c5c (patch)
treec1128eb2664614a6c0eb0d794c6fb2e7d4c7281e
parent9f26a1fb05f6cb0b374e1700db017ee1f66bfbcd (diff)
downloadports-0c2b743.tar.gz
ports-0c2b743.zip
devel/py-trollius: Remove obsoleted port
It is deprecated by upstream. Furthermore, the asyncio package has been included in the standard library since Python 3.4. Approved by: skreuzer (maintainer)
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-trollius/Makefile22
-rw-r--r--devel/py-trollius/distinfo3
-rw-r--r--devel/py-trollius/pkg-descr5
5 files changed, 1 insertions, 31 deletions
diff --git a/MOVED b/MOVED
index d42c26f54408..684498a98bcf 100644
--- a/MOVED
+++ b/MOVED
@@ -17126,3 +17126,4 @@ lang/gcc9-devel||2022-04-14|Has expired: Not serving its purpose any longer due
games/pouetchess||2022-04-15|Has expired: Abandonware with last release in 2006
devel/grpc130|devel/grpc|2022-04-16|Remove obsoleted port. Use devel/grpc instead
devel/grpc134|devel/grpc|2022-04-16|Remove obsoleted port. Use devel/grpc instead
+devel/py-trollius||2022-04-16|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 be904d8bc58d..44e8ebe95e9b 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5327,7 +5327,6 @@
SUBDIR += py-transitions
SUBDIR += py-tree-format
SUBDIR += py-trimesh
- SUBDIR += py-trollius
SUBDIR += py-trove-classifiers
SUBDIR += py-ttictoc
SUBDIR += py-ttystatus
diff --git a/devel/py-trollius/Makefile b/devel/py-trollius/Makefile
deleted file mode 100644
index 0a5ef0213f71..000000000000
--- a/devel/py-trollius/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-PORTNAME= trollius
-PORTVERSION= 2.2
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-
-MAINTAINER= skreuzer@FreeBSD.org
-COMMENT= Port of the Tulip project (asyncio module, PEP 3156) on Python 2
-
-LICENSE= APACHE20
-LICENSE_FILE= ${WRKSRC}/COPYING
-
-USES= python:3.6+
-USE_PYTHON= autoplist distutils
-
-NO_ARCH= yes
-
-do-test:
- @cd ${WRKSRC} && \
- ${PYTHON_CMD} runtests.py
-
-.include <bsd.port.mk>
diff --git a/devel/py-trollius/distinfo b/devel/py-trollius/distinfo
deleted file mode 100644
index e6d85436ae20..000000000000
--- a/devel/py-trollius/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1520860307
-SHA256 (trollius-2.2.tar.gz) = b35b9a9079c3c06a04cedf27dd833982b5d58401722da63d2c7c6384063a6924
-SIZE (trollius-2.2.tar.gz) = 276391
diff --git a/devel/py-trollius/pkg-descr b/devel/py-trollius/pkg-descr
deleted file mode 100644
index f7a641f0c240..000000000000
--- a/devel/py-trollius/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-Trollius provides infrastructure for writing single-threaded concurrent code
-using coroutines, multiplexing I/O access over sockets and other resources,
-running network clients and servers, and other related primitives.
-
-WWW: https://github.com/haypo/trollius