Date: Sat, 16 Feb 2019 22:51:15 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493103 - in head/devel: . py-rx Message-ID: <201902162251.x1GMpFWX076498@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Sat Feb 16 22:51:15 2019 New Revision: 493103 URL: https://svnweb.freebsd.org/changeset/ports/493103 Log: Add py-rx 1.6.1 Reactive Extensions for Python (RxPY) is library for composing asynchronous and event-based programs using observable collections and query operator functions in Python. WWW: https://github.com/ReactiveX/RxPY Added: head/devel/py-rx/ head/devel/py-rx/Makefile (contents, props changed) head/devel/py-rx/distinfo (contents, props changed) head/devel/py-rx/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sat Feb 16 22:50:50 2019 (r493102) +++ head/devel/Makefile Sat Feb 16 22:51:15 2019 (r493103) @@ -5112,6 +5112,7 @@ SUBDIR += py-ruamel.yaml SUBDIR += py-rubymarshal SUBDIR += py-rwt + SUBDIR += py-rx SUBDIR += py-sanetime SUBDIR += py-sarge SUBDIR += py-schema Added: head/devel/py-rx/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rx/Makefile Sat Feb 16 22:51:15 2019 (r493103) @@ -0,0 +1,21 @@ +# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> +# $FreeBSD$ + +PORTNAME= rx +PORTVERSION= 1.6.1 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} +DISTNAME= Rx-${PORTVERSION} + +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Reactive Extensions (Rx) for Python + +LICENSE= APACHE20 + +USES= python +USE_PYTHON= autoplist concurrent distutils + +NO_ARCH= yes + +.include <bsd.port.mk> Added: head/devel/py-rx/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rx/distinfo Sat Feb 16 22:51:15 2019 (r493103) @@ -0,0 +1,3 @@ +TIMESTAMP = 1550265964 +SHA256 (Rx-1.6.1.tar.gz) = 13a1d8d9e252625c173dc795471e614eadfe1cf40ffc684e08b8fff0d9748c23 +SIZE (Rx-1.6.1.tar.gz) = 89543 Added: head/devel/py-rx/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-rx/pkg-descr Sat Feb 16 22:51:15 2019 (r493103) @@ -0,0 +1,5 @@ +Reactive Extensions for Python (RxPY) is library for composing asynchronous and +event-based programs using observable collections and query operator functions +in Python. + +WWW: https://github.com/ReactiveX/RxPY
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902162251.x1GMpFWX076498>