diff options
author | Fukang Chen <loader@FreeBSD.org> | 2018-04-23 08:32:34 +0000 |
---|---|---|
committer | Fukang Chen <loader@FreeBSD.org> | 2018-04-23 08:32:34 +0000 |
commit | 01bced219f1990528f53f799214a0efb6f6ea065 (patch) | |
tree | b0575ffef2e1f2ffec3c2425f67c78f247dc2080 | |
parent | devel/py-glob2: Update to 0.6 (diff) |
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
Notes
Notes:
svn path=/head/; revision=468084
-rw-r--r-- | devel/py-pytest-timeout/Makefile | 5 | ||||
-rw-r--r-- | devel/py-pytest-timeout/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/devel/py-pytest-timeout/Makefile b/devel/py-pytest-timeout/Makefile index 145b82493e63..3f7f54754efb 100644 --- a/devel/py-pytest-timeout/Makefile +++ b/devel/py-pytest-timeout/Makefile @@ -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 diff --git a/devel/py-pytest-timeout/distinfo b/devel/py-pytest-timeout/distinfo index dc5c3793a19e..46376f1e0982 100644 --- a/devel/py-pytest-timeout/distinfo +++ b/devel/py-pytest-timeout/distinfo @@ -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 |