svn commit: r492576 - head/devel/py-pyrsistent

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Sun Feb 10 00:08:51 UTC 2019


Author: sunpoet
Date: Sun Feb 10 00:08:43 2019
New Revision: 492576
URL: https://svnweb.freebsd.org/changeset/ports/492576

Log:
  Update to 0.14.9
  
  - Add LICENCE_FILE
  - Add TEST_DEPENDS
  
  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 00:08:37 2019	(r492575)
+++ head/devel/py-pyrsistent/Makefile	Sun Feb 10 00:08:43 2019	(r492576)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pyrsistent
-PORTVERSION=	0.14.7
+PORTVERSION=	0.14.9
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -10,9 +10,12 @@ MAINTAINER=	python at FreeBSD.org
 COMMENT=	Persistent/Immutable/Functional data structures for Python
 
 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}
 
 USES=		python
 USE_PYTHON=	autoplist concurrent distutils

Modified: head/devel/py-pyrsistent/distinfo
==============================================================================
--- head/devel/py-pyrsistent/distinfo	Sun Feb 10 00:08:37 2019	(r492575)
+++ head/devel/py-pyrsistent/distinfo	Sun Feb 10 00:08:43 2019	(r492576)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1544544852
-SHA256 (pyrsistent-0.14.7.tar.gz) = 05910b7ff43cec0a853c15da0bfaf2867faa95f29b08e71f5846a195f1f38c75
-SIZE (pyrsistent-0.14.7.tar.gz) = 103848
+TIMESTAMP = 1549711730
+SHA256 (pyrsistent-0.14.9.tar.gz) = 5a3827d57ad3e46820e5ee4ed5b9e0ee7bc4686df6634a7368bc1863a5c48a77
+SIZE (pyrsistent-0.14.9.tar.gz) = 104210


More information about the svn-ports-all mailing list