summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuangyuan Yang <ygy@FreeBSD.org>2021-10-04 22:57:45 -0400
committerGuangyuan Yang <ygy@FreeBSD.org>2021-10-04 22:57:45 -0400
commit6daca87f7caffda372261ae9f9c687b92552c297 (patch)
treee537714bd7178d372a7bf4bf92316d6699734638
parentx11-toolkits/wlroots: simplify _DEPENDS after f2820b6cc217 (diff)
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.
-rw-r--r--MOVED1
-rw-r--r--devel/py-thriftpy/Makefile20
-rw-r--r--devel/py-thriftpy/distinfo3
-rw-r--r--devel/py-thriftpy/pkg-descr4
4 files changed, 1 insertions, 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 <feld@FreeBSD.org>
-
-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 <bsd.port.mk>
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