Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Feb 2019 19:45:03 +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: r492635 - head/devel/py-pyrsistent
Message-ID:  <201902101945.x1AJj30C003573@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Sun Feb 10 19:45:03 2019
New Revision: 492635
URL: https://svnweb.freebsd.org/changeset/ports/492635

Log:
  Update to 0.14.10
  
  Changes:	https://github.com/tobgu/pyrsistent/blob/master/CHANGES.txt

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

Modified: head/devel/py-pyrsistent/Makefile
==============================================================================
--- head/devel/py-pyrsistent/Makefile	Sun Feb 10 19:44:57 2019	(r492634)
+++ head/devel/py-pyrsistent/Makefile	Sun Feb 10 19:45:03 2019	(r492635)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyrsistent
-PORTVERSION=	0.14.9
+PORTVERSION=	0.14.10
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +12,6 @@ COMMENT=	Persistent/Immutable/Functional data structur
 LICENSE=	MIT
 LICENCE_FILE=	${WRKSRC}/LICENCE.mit
 
-BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>=0:devel/py-hypothesis@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=0:devel/py-pytest@${PY_FLAVOR}

Modified: head/devel/py-pyrsistent/distinfo
==============================================================================
--- head/devel/py-pyrsistent/distinfo	Sun Feb 10 19:44:57 2019	(r492634)
+++ head/devel/py-pyrsistent/distinfo	Sun Feb 10 19:45:03 2019	(r492635)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1549711730
-SHA256 (pyrsistent-0.14.9.tar.gz) = 5a3827d57ad3e46820e5ee4ed5b9e0ee7bc4686df6634a7368bc1863a5c48a77
-SIZE (pyrsistent-0.14.9.tar.gz) = 104210
+TIMESTAMP = 1549821309
+SHA256 (pyrsistent-0.14.10.tar.gz) = 07f7ae71291af8b0dbad8c2ab630d8223e4a8c4e10fc37badda158c02e753acf
+SIZE (pyrsistent-0.14.10.tar.gz) = 104372



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