devel/py-tinyrpc0: Remove obsoleted port

Use devel/py-tinyrpc instead.
This commit is contained in:
Po-Chuan Hsieh 2021-06-10 23:42:40 +08:00
parent 60d1d8107c
commit 0bba2104a0
No known key found for this signature in database
GPG key ID: 9A4BD10F002DD04B
5 changed files with 1 additions and 50 deletions

1
MOVED
View file

@ -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

View file

@ -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

View file

@ -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>

View file

@ -1,3 +0,0 @@
TIMESTAMP = 1580830465
SHA256 (tinyrpc-0.9.4.tar.gz) = 7fc67de35015bdddbd24ca71b16c147beb771091197d1b1e2cb4e9ab63ded661
SIZE (tinyrpc-0.9.4.tar.gz) = 18432

View file

@ -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