Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Jan 2019 15:39:08 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r490266 - head/devel/py-pytest-flake8
Message-ID:  <201901141539.x0EFd83h023981@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201901141539.x0EFd83h023981>