diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-04 16:01:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2019-11-04 16:01:38 +0000 |
commit | 4a777f60a2c8be2e4f66cd270275f4a0bf2228b9 (patch) | |
tree | 39cfad06510a54d0bc75ef4d8af70793b6edd77a | |
parent | Cosmetic change (diff) |
Update to 3.0.1
- Update LICENSE
Changes: https://github.com/ReactiveX/RxPY/releases
https://github.com/ReactiveX/RxPY/commits/master
-rw-r--r-- | devel/py-rx/Makefile | 10 | ||||
-rw-r--r-- | devel/py-rx/distinfo | 6 |
2 files changed, 9 insertions, 7 deletions
diff --git a/devel/py-rx/Makefile b/devel/py-rx/Makefile index 602b086805a8..13cdf3ae1496 100644 --- a/devel/py-rx/Makefile +++ b/devel/py-rx/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= rx -PORTVERSION= 1.6.1 +PORTVERSION= 3.0.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,10 +11,12 @@ DISTNAME= Rx-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Reactive Extensions (Rx) for Python -LICENSE= APACHE20 +LICENSE= MIT -USES= python -USE_PYTHON= autoplist concurrent distutils +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR} + +USES= python:3.6+ +USE_PYTHON= autoplist distutils NO_ARCH= yes diff --git a/devel/py-rx/distinfo b/devel/py-rx/distinfo index ffd051c63b70..bfcf1860b9dd 100644 --- a/devel/py-rx/distinfo +++ b/devel/py-rx/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1550265964 -SHA256 (Rx-1.6.1.tar.gz) = 13a1d8d9e252625c173dc795471e614eadfe1cf40ffc684e08b8fff0d9748c23 -SIZE (Rx-1.6.1.tar.gz) = 89543 +TIMESTAMP = 1572806136 +SHA256 (Rx-3.0.1.tar.gz) = c7d168618e3cec35fda9c9c8b5d7f966739df4b1a99b315eae1fc2d7d69e2512 +SIZE (Rx-3.0.1.tar.gz) = 104015 |