From nobody Tue Oct 5 02:58:01 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id D04C610F92D5; Tue, 5 Oct 2021 02:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4HNj215ZcTz3GWf; Tue, 5 Oct 2021 02:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 9C1A524A3C; Tue, 5 Oct 2021 02:58:01 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1952w1k5066186; Tue, 5 Oct 2021 02:58:01 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1952w1n3066185; Tue, 5 Oct 2021 02:58:01 GMT (envelope-from git) Date: Tue, 5 Oct 2021 02:58:01 GMT Message-Id: <202110050258.1952w1n3066185@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Guangyuan Yang Subject: git: 6daca87f7caf - main - devel/py-thriftpy: Remove deprecated port List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: ygy X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 6daca87f7caffda372261ae9f9c687b92552c297 Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by ygy: URL: https://cgit.FreeBSD.org/ports/commit/?id=6daca87f7caffda372261ae9f9c687b92552c297 commit 6daca87f7caffda372261ae9f9c687b92552c297 Author: Guangyuan Yang AuthorDate: 2021-10-05 02:57:45 +0000 Commit: Guangyuan Yang CommitDate: 2021-10-05 02:57:45 +0000 devel/py-thriftpy: Remove deprecated port ThriftPy is deprecated long ago, use ThriftPy2 instead which aims to provide long-term support and is fully compatible with Thriftpy. There are no consumer ports of this port in the tree. --- MOVED | 1 + devel/py-thriftpy/Makefile | 20 -------------------- devel/py-thriftpy/distinfo | 3 --- devel/py-thriftpy/pkg-descr | 4 ---- 4 files changed, 1 insertion(+), 27 deletions(-) diff --git a/MOVED b/MOVED index caf8c342c2c4..1424fbd9ea7d 100644 --- a/MOVED +++ b/MOVED @@ -16504,3 +16504,4 @@ lang/erlang-runtime20|lang/erlang-runtime22|2021-10-04|Has expired: no longer su lang/erlang-riak|lang/erlang-runtime22|2021-10-04|Has expired: no longer supported upstream, use lang/erlang >=22 sysutils/stanchion||2021-10-04|Has expired: dependencies no longer supported upstream sysutils/riak-cs||2021-10-04|Has expired: dependencies no longer supported upstream +devel/py-thriftpy|devel/py-thriftpy2|2021-10-04|Remove deprecated port. Use devel/py-thriftpy2 instead diff --git a/devel/py-thriftpy/Makefile b/devel/py-thriftpy/Makefile deleted file mode 100644 index 6a5d62296101..000000000000 --- a/devel/py-thriftpy/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# Created by: Mark Felder - -PORTNAME= thriftpy -PORTVERSION= 0.3.9 -PORTREVISION= 0 -CATEGORIES= devel python -MASTER_SITES= CHEESESHOP -PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Pure python implementation of Apache Thrift - -LICENSE= MIT - -USES= python:3.6+ -USE_PYTHON= autoplist distutils - -NO_ARCH= yes - -.include diff --git a/devel/py-thriftpy/distinfo b/devel/py-thriftpy/distinfo deleted file mode 100644 index 7ed4910f67b4..000000000000 --- a/devel/py-thriftpy/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1478124182 -SHA256 (thriftpy-0.3.9.tar.gz) = 309e57d97b5bfa01601393ad4f245451e989d6206a59279e56866b264a99796d -SIZE (thriftpy-0.3.9.tar.gz) = 208164 diff --git a/devel/py-thriftpy/pkg-descr b/devel/py-thriftpy/pkg-descr deleted file mode 100644 index 21257c4ebbff..000000000000 --- a/devel/py-thriftpy/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -ThriftPy is a pure python implementation of Apache Thrift in a pythonic -way. - -WWW: https://github.com/eleme/thriftpy