From owner-svn-ports-all@freebsd.org Fri Feb 16 15:07:20 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 AC604F1C002; Fri, 16 Feb 2018 15:07:20 +0000 (UTC) (envelope-from swills@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 5D7817E841; Fri, 16 Feb 2018 15:07:20 +0000 (UTC) (envelope-from swills@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 581DF742D; Fri, 16 Feb 2018 15:07:20 +0000 (UTC) (envelope-from swills@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w1GF7KEC043678; Fri, 16 Feb 2018 15:07:20 GMT (envelope-from swills@FreeBSD.org) Received: (from swills@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w1GF7KLI043676; Fri, 16 Feb 2018 15:07:20 GMT (envelope-from swills@FreeBSD.org) Message-Id: <201802161507.w1GF7KLI043676@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: swills set sender to swills@FreeBSD.org using -f From: Steve Wills Date: Fri, 16 Feb 2018 15:07:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r462019 - head/www/py-lesscpy X-SVN-Group: ports-head X-SVN-Commit-Author: swills X-SVN-Commit-Paths: head/www/py-lesscpy X-SVN-Commit-Revision: 462019 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.25 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: Fri, 16 Feb 2018 15:07:20 -0000 Author: swills Date: Fri Feb 16 15:07:19 2018 New Revision: 462019 URL: https://svnweb.freebsd.org/changeset/ports/462019 Log: www/py-lesscpy: update to 0.13.0 PR: 225938 Submitted by: Shane (maintainer) Modified: head/www/py-lesscpy/Makefile (contents, props changed) head/www/py-lesscpy/distinfo (contents, props changed) Modified: head/www/py-lesscpy/Makefile ============================================================================== --- head/www/py-lesscpy/Makefile Fri Feb 16 15:02:42 2018 (r462018) +++ head/www/py-lesscpy/Makefile Fri Feb 16 15:07:19 2018 (r462019) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= lesscpy -DISTVERSION= 0.12.0 +DISTVERSION= 0.13.0 CATEGORIES= www python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,9 +14,15 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}ply>0:devel/py-ply@${FLAVOR} +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}nose>0:devel/py-nose@${FLAVOR} USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils NO_ARCH= yes + +do-test: + @cd ${WRKSRC} && ${PYTHON_CMD} ${PYSETUP} test .include Modified: head/www/py-lesscpy/distinfo ============================================================================== --- head/www/py-lesscpy/distinfo Fri Feb 16 15:02:42 2018 (r462018) +++ head/www/py-lesscpy/distinfo Fri Feb 16 15:07:19 2018 (r462019) @@ -1,3 +1,3 @@ -TIMESTAMP = 1513674249 -SHA256 (lesscpy-0.12.0.tar.gz) = 5c552757efc6e5d14d9a917ebdd036e7b6ff12ae68a5beb64a0a1cf856a098b5 -SIZE (lesscpy-0.12.0.tar.gz) = 168823 +TIMESTAMP = 1518494145 +SHA256 (lesscpy-0.13.0.tar.gz) = f3c6d0b544c5bcdadcd3d8319feccb4128d06676d4117c6c9396ab39c25372ad +SIZE (lesscpy-0.13.0.tar.gz) = 157854