svn commit: r468084 - head/devel/py-pytest-timeout
Fukang Chen
loader at FreeBSD.org
Mon Apr 23 08:32:35 UTC 2018
Author: loader (doc committer)
Date: Mon Apr 23 08:32:34 2018
New Revision: 468084
URL: https://svnweb.freebsd.org/changeset/ports/468084
Log:
devel/py-pytest-timeout: Update to 1.2.1
- Update PORTVERSION and distinfo checksum to 1.2.1
- Add misc/py-pexpect to TEST_DEPENDS
Reviewed by: koobs
Approved by: koobs (ports)
Differential Revision: https://reviews.freebsd.org/D15004
Modified:
head/devel/py-pytest-timeout/Makefile
head/devel/py-pytest-timeout/distinfo
Modified: head/devel/py-pytest-timeout/Makefile
==============================================================================
--- head/devel/py-pytest-timeout/Makefile Mon Apr 23 08:21:25 2018 (r468083)
+++ head/devel/py-pytest-timeout/Makefile Mon Apr 23 08:32:34 2018 (r468084)
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pytest-timeout
-PORTVERSION= 1.2.0
+PORTVERSION= 1.2.1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -14,7 +14,8 @@ LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${FLAVOR}
-TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${FLAVOR}
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest@${FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${FLAVOR}
NO_ARCH= yes
Modified: head/devel/py-pytest-timeout/distinfo
==============================================================================
--- head/devel/py-pytest-timeout/distinfo Mon Apr 23 08:21:25 2018 (r468083)
+++ head/devel/py-pytest-timeout/distinfo Mon Apr 23 08:32:34 2018 (r468084)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1494402704
-SHA256 (pytest-timeout-1.2.0.tar.gz) = c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8
-SIZE (pytest-timeout-1.2.0.tar.gz) = 13258
+TIMESTAMP = 1522165891
+SHA256 (pytest-timeout-1.2.1.tar.gz) = 68b7d264633d5d33ee6b14ce3a7f7d05f8fd9d2f6ae594283221ec021736b7cd
+SIZE (pytest-timeout-1.2.1.tar.gz) = 11498
More information about the svn-ports-all
mailing list