svn commit: r525566 - in head/devel: . py-tinyrpc0

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sat Feb 8 19:01:26 UTC 2020


Author: sunpoet
Date: Sat Feb  8 19:01:25 2020
New Revision: 525566
URL: https://svnweb.freebsd.org/changeset/ports/525566

Log:
  Add py-tinyrpc0 0.9.4 (copied from py-tinyrpc)
  
  - Add PORTSCOUT

Added:
  head/devel/py-tinyrpc0/
     - copied from r525523, head/devel/py-tinyrpc/
Modified:
  head/devel/Makefile
  head/devel/py-tinyrpc0/Makefile

Modified: head/devel/Makefile
==============================================================================
--- head/devel/Makefile	Sat Feb  8 19:00:57 2020	(r525565)
+++ head/devel/Makefile	Sat Feb  8 19:01:25 2020	(r525566)
@@ -5048,6 +5048,7 @@
     SUBDIR += py-timelib
     SUBDIR += py-tinyarray
     SUBDIR += py-tinyrpc
+    SUBDIR += py-tinyrpc0
     SUBDIR += py-tipper
     SUBDIR += py-tokenize-rt
     SUBDIR += py-toolz

Modified: head/devel/py-tinyrpc0/Makefile
==============================================================================
--- head/devel/py-tinyrpc/Makefile	Sat Feb  8 08:24:56 2020	(r525523)
+++ head/devel/py-tinyrpc0/Makefile	Sat Feb  8 19:01:25 2020	(r525566)
@@ -6,6 +6,7 @@ PORTVERSION=	0.9.4
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
+PKGNAMESUFFIX=	0
 
 MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Small, modular, transport and protocol neutral RPC library
@@ -18,6 +19,9 @@ USES=		python
 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


More information about the svn-ports-all mailing list