freebsd-ports/devel/py-rx/Makefile
Sunpoet Po-Chuan Hsieh 34fe7929b4 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
2019-02-16 22:51:15 +00:00

21 lines
406 B
Makefile

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