svn commit: r527505 - head/devel/py-rx

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Mar 1 06:48:27 UTC 2020


Author: sunpoet
Date: Sun Mar  1 06:48:24 2020
New Revision: 527505
URL: https://svnweb.freebsd.org/changeset/ports/527505

Log:
  Update to 3.1.0
  
  Changes:	https://github.com/ReactiveX/RxPY/releases

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

Modified: head/devel/py-rx/Makefile
==============================================================================
--- head/devel/py-rx/Makefile	Sun Mar  1 06:48:19 2020	(r527504)
+++ head/devel/py-rx/Makefile	Sun Mar  1 06:48:24 2020	(r527505)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	rx
-PORTVERSION=	3.0.1
+PORTVERSION=	3.1.0
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,8 +12,6 @@ MAINTAINER=	sunpoet at FreeBSD.org
 COMMENT=	Reactive Extensions (Rx) for Python
 
 LICENSE=	MIT
-
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>=0:devel/py-pytest-runner@${PY_FLAVOR}
 
 USES=		python:3.6+
 USE_PYTHON=	autoplist distutils

Modified: head/devel/py-rx/distinfo
==============================================================================
--- head/devel/py-rx/distinfo	Sun Mar  1 06:48:19 2020	(r527504)
+++ head/devel/py-rx/distinfo	Sun Mar  1 06:48:24 2020	(r527505)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1572806136
-SHA256 (Rx-3.0.1.tar.gz) = c7d168618e3cec35fda9c9c8b5d7f966739df4b1a99b315eae1fc2d7d69e2512
-SIZE (Rx-3.0.1.tar.gz) = 104015
+TIMESTAMP = 1582975675
+SHA256 (Rx-3.1.0.tar.gz) = aaf409848e24dd514926eb8467e2764762bfd258325717fca4628d32d8721252
+SIZE (Rx-3.1.0.tar.gz) = 103849


More information about the svn-ports-all mailing list