Page MenuHomeFreeBSD

D10676.diff
No OneTemporary

D10676.diff

Index: head/devel/py-pytest-timeout/Makefile
===================================================================
--- head/devel/py-pytest-timeout/Makefile
+++ head/devel/py-pytest-timeout/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= pytest-timeout
-PORTVERSION= 0.4
+PORTVERSION= 1.2.0
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -13,9 +13,16 @@
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>=2.6.4:devel/py-pytest
+RUN_DEPENDS?= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest
+TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>=2.8.0:devel/py-pytest
-USES?= python
+NO_ARCH= yes
+
+USES?= python:2.7+
USE_PYTHON= autoplist distutils
+
+TEST_ENV+= PYTHONPATH=${TEST_WRKSRC}
+do-test:
+ @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest)
.include <bsd.port.mk>
Index: head/devel/py-pytest-timeout/distinfo
===================================================================
--- head/devel/py-pytest-timeout/distinfo
+++ head/devel/py-pytest-timeout/distinfo
@@ -1,2 +1,3 @@
-SHA256 (pytest-timeout-0.4.tar.gz) = d5900aaa94af5cb2d06ed806b1e636255e65a8a26eccecccd2b9a9d6123d50d5
-SIZE (pytest-timeout-0.4.tar.gz) = 10204
+TIMESTAMP = 1494402704
+SHA256 (pytest-timeout-1.2.0.tar.gz) = c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8
+SIZE (pytest-timeout-1.2.0.tar.gz) = 13258

File Metadata

Mime Type
text/plain
Expires
Sat, Feb 22, 9:30 PM (5 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16780214
Default Alt Text
D10676.diff (1 KB)

Event Timeline