git: 0c2b743bb62c - main - devel/py-trollius: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 04:21:05 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=0c2b743bb62c7da3585e3a5df1e6952560612c5c commit 0c2b743bb62c7da3585e3a5df1e6952560612c5c Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2022-04-16 03:54:33 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2022-04-16 04:19:06 +0000 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) --- MOVED | 1 + devel/Makefile | 1 - devel/py-trollius/Makefile | 22 ---------------------- devel/py-trollius/distinfo | 3 --- devel/py-trollius/pkg-descr | 5 ----- 5 files changed, 1 insertion(+), 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