svn commit: r479934 - in head/devel/py-pytest-timeout: . files

Fukang Chen loader at FreeBSD.org
Mon Sep 17 15:14:59 UTC 2018


Author: loader (doc committer)
Date: Mon Sep 17 15:14:58 2018
New Revision: 479934
URL: https://svnweb.freebsd.org/changeset/ports/479934

Log:
  devel/py-pytest-timeout: Update to 1.3.2
  
  Changelog:
    https://bitbucket.org/pytest-dev/pytest-timeout/commits/fe7aed25207c1bc37cd5b76a799dc4738be44fb6
  
  - Update PORTVERSION and distinfo checksum to 1.3.2
  - Remove patch-setup.py, it has been merged into 1.3.2
  - Pet portlint
  
  Reviewed by:	koobs
  Approved by:	koobs (mentor)
  Differential Revision:	https://reviews.freebsd.org/D17188

Deleted:
  head/devel/py-pytest-timeout/files/
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 Sep 17 14:38:06 2018	(r479933)
+++ head/devel/py-pytest-timeout/Makefile	Mon Sep 17 15:14:58 2018	(r479934)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest-timeout
-PORTVERSION=	1.3.1
+PORTVERSION=	1.3.2
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -17,10 +17,10 @@ RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:deve
 TEST_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest>=3.6.0:devel/py-pytest@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pexpect>0:misc/py-pexpect@${PY_FLAVOR}
 
-NO_ARCH=	yes
-
 USES=		python
 USE_PYTHON=	autoplist distutils
+
+NO_ARCH=	yes
 
 TEST_ENV+=	PYTHONPATH=${TEST_WRKSRC}
 do-test:

Modified: head/devel/py-pytest-timeout/distinfo
==============================================================================
--- head/devel/py-pytest-timeout/distinfo	Mon Sep 17 14:38:06 2018	(r479933)
+++ head/devel/py-pytest-timeout/distinfo	Mon Sep 17 15:14:58 2018	(r479934)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1533178931
-SHA256 (pytest-timeout-1.3.1.tar.gz) = 4b261bec5782b603c98b4bb803484bc96bf1cdcb5480dae0999d21c7e0423a23
-SIZE (pytest-timeout-1.3.1.tar.gz) = 11412
+TIMESTAMP = 1537024791
+SHA256 (pytest-timeout-1.3.2.tar.gz) = 1117fc0536e1638862917efbdc0895e6b62fa61e6cf4f39bb655686af7af9627
+SIZE (pytest-timeout-1.3.2.tar.gz) = 11494


More information about the svn-ports-all mailing list