aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--MOVED1
-rw-r--r--devel/Makefile1
-rw-r--r--devel/py-tinyrpc0/Makefile41
-rw-r--r--devel/py-tinyrpc0/distinfo3
-rw-r--r--devel/py-tinyrpc0/pkg-descr5
5 files changed, 1 insertions, 50 deletions
diff --git a/MOVED b/MOVED
index d095f8b01457..4d6d0e7b3790 100644
--- a/MOVED
+++ b/MOVED
@@ -16378,3 +16378,4 @@ devel/py-oslo.vmware2|devel/py-oslo.vmware|2021-06-10|Remove obsoleted port. Use
devel/py-pycadf2|devel/py-pycadf|2021-06-10|Remove obsoleted port. Use devel/py-pycadf instead
devel/py-taskflow3|devel/py-taskflow|2021-06-10|Remove obsoleted port. Use devel/py-taskflow instead
devel/py-tempora1|devel/py-tempora|2021-06-10|Remove obsoleted port. Use devel/py-tempora instead
+devel/py-tinyrpc0|devel/py-tinyrpc|2021-06-10|Remove obsoleted port. Use devel/py-tinyrpc instead
diff --git a/devel/Makefile b/devel/Makefile
index e5201b19d947..b966dede483d 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -5177,7 +5177,6 @@
SUBDIR += py-timelib
SUBDIR += py-tinyarray
SUBDIR += py-tinyrpc
- SUBDIR += py-tinyrpc0
SUBDIR += py-tipper
SUBDIR += py-tokenize-rt
SUBDIR += py-toolz
diff --git a/devel/py-tinyrpc0/Makefile b/devel/py-tinyrpc0/Makefile
deleted file mode 100644
index 1a7033c7db48..000000000000
--- a/devel/py-tinyrpc0/Makefile
+++ /dev/null
@@ -1,41 +0,0 @@
-# Created by: dpejesh@yahoo.com
-
-PORTNAME= tinyrpc
-PORTVERSION= 0.9.4
-CATEGORIES= devel python
-MASTER_SITES= CHEESESHOP
-PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
-PKGNAMESUFFIX= 0
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Small, modular, transport and protocol neutral RPC library
-
-LICENSE= MIT
-
-RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR}
-
-USES= python:3.6+
-USE_PYTHON= autoplist concurrent distutils
-
-NO_ARCH= yes
-
-# tinyrpc 1.0.0+ requires Python 3.0+
-PORTSCOUT= limit:^0\.
-
-OPTIONS_DEFINE= GEVENT HTTPCLIENT WEBSOCKET WSGI ZEROMQ
-OPTIONS_DEFAULT=GEVENT HTTPCLIENT
-GEVENT_DESC= Gevent support
-HTTPCLIENT_DESC=HTTP client support
-WEBSOCKET_DESC= WebSocket support
-WSGI_DESC= WSGI support
-ZEROMQ_DESC= ZeroMQ support
-
-GEVENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent>=0:devel/py-gevent@${PY_FLAVOR}
-HTTPCLIENT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:www/py-gevent-websocket@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}websocket-client>=0:www/py-websocket-client@${PY_FLAVOR}
-WEBSOCKET_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gevent-websocket>=0:www/py-gevent-websocket@${PY_FLAVOR}
-WSGI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}werkzeug>=0:www/py-werkzeug@${PY_FLAVOR}
-ZEROMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=0:net/py-pyzmq@${PY_FLAVOR}
-
-.include <bsd.port.mk>
diff --git a/devel/py-tinyrpc0/distinfo b/devel/py-tinyrpc0/distinfo
deleted file mode 100644
index 10c619cbbcdb..000000000000
--- a/devel/py-tinyrpc0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1580830465
-SHA256 (tinyrpc-0.9.4.tar.gz) = 7fc67de35015bdddbd24ca71b16c147beb771091197d1b1e2cb4e9ab63ded661
-SIZE (tinyrpc-0.9.4.tar.gz) = 18432
diff --git a/devel/py-tinyrpc0/pkg-descr b/devel/py-tinyrpc0/pkg-descr
deleted file mode 100644
index 19cd058beeac..000000000000
--- a/devel/py-tinyrpc0/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-tinyrpc is a library for making and handling RPC calls in python. Its initial
-scope is handling jsonrpc, although it aims to be very well-documented and
-modular to make it easy to add support for further protocols.
-
-WWW: https://github.com/mbr/tinyrpc