Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jan 2017 20:53:11 +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: r432582 - head/devel/py-pytest
Message-ID:  <201701272053.v0RKrBGw086126@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Jan 27 20:53:11 2017
New Revision: 432582
URL: https://svnweb.freebsd.org/changeset/ports/432582

Log:
  Update to 3.0.6
  
  - Sort TEST_DEPENDS
  
  Changes:	https://github.com/pytest-dev/pytest/blob/master/CHANGELOG.rst

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

Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile	Fri Jan 27 20:53:06 2017	(r432581)
+++ head/devel/py-pytest/Makefile	Fri Jan 27 20:53:11 2017	(r432582)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest
-PORTVERSION=	3.0.5
+PORTVERSION=	3.0.6
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -13,18 +13,17 @@ LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.4.29:devel/py${SLAVE_SUFFIX}-py
-TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
+TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \
+		${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \
 		${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose \
-		${PYTHON_PKGNAMEPREFIX}hypothesis>0:devel/py-hypothesis \
-		${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted \
 		${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect \
-		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist
+		${PYTHON_PKGNAMEPREFIX}pytest-xdist>=1.13:devel/py-pytest-xdist \
+		${PYTHON_PKGNAMEPREFIX}twisted>0:devel/py-twisted
 
+NO_ARCH=	yes
 USES+=		python
 USE_PYTHON=	autoplist concurrent distutils
 
-NO_ARCH=	yes
-
 do-test:
 	@cd ${WRKSRC} && ${PYTHON_CMD} ${PYDISTUTILS_SETUP} test
 

Modified: head/devel/py-pytest/distinfo
==============================================================================
--- head/devel/py-pytest/distinfo	Fri Jan 27 20:53:06 2017	(r432581)
+++ head/devel/py-pytest/distinfo	Fri Jan 27 20:53:11 2017	(r432582)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1482302533
-SHA256 (pytest-3.0.5.tar.gz) = 4a003aa956f023ce91aa6e166b555e6f02a4b0aeb459ac61e14f64c0d39037fd
-SIZE (pytest-3.0.5.tar.gz) = 740656
+TIMESTAMP = 1485527148
+SHA256 (pytest-3.0.6.tar.gz) = 643434a9f1a188271da35e20064cb8b6c5440976c5bb541dc7b5b0e3cf75d940
+SIZE (pytest-3.0.6.tar.gz) = 748748



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