From owner-svn-ports-all@freebsd.org Sun Sep 9 18:11:19 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6C11A109AF71; Sun, 9 Sep 2018 18:11:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 22A887C584; Sun, 9 Sep 2018 18:11:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 054311D287; Sun, 9 Sep 2018 18:11:19 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w89IBIC3051057; Sun, 9 Sep 2018 18:11:18 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w89IBIVG051053; Sun, 9 Sep 2018 18:11:18 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201809091811.w89IBIVG051053@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Sun, 9 Sep 2018 18:11:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r479326 - in head/devel: . py-pytest-pycodestyle X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/devel: . py-pytest-pycodestyle X-SVN-Commit-Revision: 479326 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Sep 2018 18:11:19 -0000 Author: yuri Date: Sun Sep 9 18:11:17 2018 New Revision: 479326 URL: https://svnweb.freebsd.org/changeset/ports/479326 Log: New port: devel/py-pytest-pycodestyle: Pytest plugin to run pycodestyle Added: head/devel/py-pytest-pycodestyle/ head/devel/py-pytest-pycodestyle/Makefile (contents, props changed) head/devel/py-pytest-pycodestyle/distinfo (contents, props changed) head/devel/py-pytest-pycodestyle/pkg-descr (contents, props changed) Modified: head/devel/Makefile Modified: head/devel/Makefile ============================================================================== --- head/devel/Makefile Sun Sep 9 17:57:20 2018 (r479325) +++ head/devel/Makefile Sun Sep 9 18:11:17 2018 (r479326) @@ -4934,6 +4934,7 @@ SUBDIR += py-pytest-flakes SUBDIR += py-pytest-localserver SUBDIR += py-pytest-mock + SUBDIR += py-pytest-pycodestyle SUBDIR += py-pytest-runner SUBDIR += py-pytest-sugar SUBDIR += py-pytest-timeout Added: head/devel/py-pytest-pycodestyle/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-pycodestyle/Makefile Sun Sep 9 18:11:17 2018 (r479326) @@ -0,0 +1,23 @@ +# $FreeBSD$ + +PORTNAME= pytest-pycodestyle +DISTVERSION= 1.3.0 +CATEGORIES= devel python +MASTER_SITES= CHEESESHOP +PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Pytest plugin to run pycodestyle + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}py>=1.5:devel/py-py@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pycodestyle>=2.3:devel/py-pycodestyle@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pytest>=3.0:devel/py-pytest@${PY_FLAVOR} + +USES= python +USE_PYTHON= distutils autoplist +NO_ARCH= yes + +.include Added: head/devel/py-pytest-pycodestyle/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-pycodestyle/distinfo Sun Sep 9 18:11:17 2018 (r479326) @@ -0,0 +1,3 @@ +TIMESTAMP = 1536516086 +SHA256 (pytest-pycodestyle-1.3.0.tar.gz) = ebaddf3e31f281ae7e7f45c30840b2d7fdf1aa7a058f2e29e4ba55460c407bec +SIZE (pytest-pycodestyle-1.3.0.tar.gz) = 3788 Added: head/devel/py-pytest-pycodestyle/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/py-pytest-pycodestyle/pkg-descr Sun Sep 9 18:11:17 2018 (r479326) @@ -0,0 +1,3 @@ +pytest plugin to run pycodestyle, Python style guide checker. + +WWW: https://github.com/henry0312/pytest-codestyle