Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2019 16:01:38 +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: r516695 - head/devel/py-rx
Message-ID:  <201911041601.xA4G1cTk055730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Mon Nov  4 16:01:38 2019
New Revision: 516695
URL: https://svnweb.freebsd.org/changeset/ports/516695

Log:
  Update to 3.0.1
  
  - Update LICENSE
  
  Changes:	https://github.com/ReactiveX/RxPY/releases
  		https://github.com/ReactiveX/RxPY/commits/master

Modified:
  head/devel/py-rx/Makefile
  head/devel/py-rx/distinfo

Modified: head/devel/py-rx/Makefile
==============================================================================
--- head/devel/py-rx/Makefile	Mon Nov  4 16:01:32 2019	(r516694)
+++ head/devel/py-rx/Makefile	Mon Nov  4 16:01:38 2019	(r516695)
@@ -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
 

Modified: head/devel/py-rx/distinfo
==============================================================================
--- head/devel/py-rx/distinfo	Mon Nov  4 16:01:32 2019	(r516694)
+++ head/devel/py-rx/distinfo	Mon Nov  4 16:01:38 2019	(r516695)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911041601.xA4G1cTk055730>