Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Oct 2016 00:31:17 +0000 (UTC)
From:      Wen Heping <wen@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r423944 - in head/devel/py-pytest: . files
Message-ID:  <201610140031.u9E0VHAH006332@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: wen
Date: Fri Oct 14 00:31:17 2016
New Revision: 423944
URL: https://svnweb.freebsd.org/changeset/ports/423944

Log:
  - Update to 3.0.3
  - Update TEST_DEPENDS
  
  PR:		212042 (based on)
  Submitted by:	yuri@rawbw.com

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

Modified: head/devel/py-pytest/Makefile
==============================================================================
--- head/devel/py-pytest/Makefile	Fri Oct 14 00:05:47 2016	(r423943)
+++ head/devel/py-pytest/Makefile	Fri Oct 14 00:31:17 2016	(r423944)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest
-PORTVERSION=	2.8.7
+PORTVERSION=	3.0.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -14,6 +14,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}py>=1.4.29:devel/py-py
 TEST_DEPENDS=	${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
 

Modified: head/devel/py-pytest/distinfo
==============================================================================
--- head/devel/py-pytest/distinfo	Fri Oct 14 00:05:47 2016	(r423943)
+++ head/devel/py-pytest/distinfo	Fri Oct 14 00:31:17 2016	(r423944)
@@ -1,2 +1,3 @@
-SHA256 (pytest-2.8.7.tar.gz) = fc4c86be54fce08e4b85b646a736efa18c6cde7599c1d2919f4f74629e018baf
-SIZE (pytest-2.8.7.tar.gz) = 564943
+TIMESTAMP = 1476404011
+SHA256 (pytest-3.0.3.tar.gz) = f213500a356800a483e8a146ff971ae14a8df3f2c0ae4145181aad96996abee7
+SIZE (pytest-3.0.3.tar.gz) = 731934



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