svn commit: r490266 - head/devel/py-pytest-flake8

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Jan 14 15:39:13 UTC 2019


Author: sunpoet
Date: Mon Jan 14 15:39:08 2019
New Revision: 490266
URL: https://svnweb.freebsd.org/changeset/ports/490266

Log:
  Update to 1.0.3
  
  Changes:	https://github.com/tholo/pytest-flake8/releases

Modified:
  head/devel/py-pytest-flake8/Makefile
  head/devel/py-pytest-flake8/distinfo

Modified: head/devel/py-pytest-flake8/Makefile
==============================================================================
--- head/devel/py-pytest-flake8/Makefile	Mon Jan 14 15:39:03 2019	(r490265)
+++ head/devel/py-pytest-flake8/Makefile	Mon Jan 14 15:39:08 2019	(r490266)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	pytest-flake8
-PORTVERSION=	1.0.2
+PORTVERSION=	1.0.3
 CATEGORIES=	devel python
 MASTER_SITES=	CHEESESHOP
 PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
@@ -16,8 +16,9 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}flake8>=3.5:devel/py-flake8@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}pytest>=3.5:devel/py-pytest@${PY_FLAVOR}
 
-NO_ARCH=	yes
-USE_PYTHON=	autoplist concurrent distutils
 USES=		python
+USE_PYTHON=	autoplist concurrent distutils
+
+NO_ARCH=	yes
 
 .include <bsd.port.mk>

Modified: head/devel/py-pytest-flake8/distinfo
==============================================================================
--- head/devel/py-pytest-flake8/distinfo	Mon Jan 14 15:39:03 2019	(r490265)
+++ head/devel/py-pytest-flake8/distinfo	Mon Jan 14 15:39:08 2019	(r490266)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532975135
-SHA256 (pytest-flake8-1.0.2.tar.gz) = c740ad6aa19e3958947d2118f70bed218caf1d2097039fb7318573a2a72f89a1
-SIZE (pytest-flake8-1.0.2.tar.gz) = 7974
+TIMESTAMP = 1547477342
+SHA256 (pytest-flake8-1.0.3.tar.gz) = b2c71fb6d469bae076a01c43d4a83485d740db6a8a00bad77e0657ed035e98d4
+SIZE (pytest-flake8-1.0.3.tar.gz) = 8070


More information about the svn-ports-head mailing list