From owner-svn-ports-head@freebsd.org Wed Jun 21 17:17:04 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B1C3D9437B; Wed, 21 Jun 2017 17:17:04 +0000 (UTC) (envelope-from loader@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 mx1.freebsd.org (Postfix) with ESMTPS id DDB40749C4; Wed, 21 Jun 2017 17:17:03 +0000 (UTC) (envelope-from loader@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v5LHH3SB036639; Wed, 21 Jun 2017 17:17:03 GMT (envelope-from loader@FreeBSD.org) Received: (from loader@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v5LHH2IV036637; Wed, 21 Jun 2017 17:17:02 GMT (envelope-from loader@FreeBSD.org) Message-Id: <201706211717.v5LHH2IV036637@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: loader set sender to loader@FreeBSD.org using -f From: Fukang Chen Date: Wed, 21 Jun 2017 17:17:02 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r444041 - head/sysutils/py-honcho X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jun 2017 17:17:04 -0000 Author: loader (doc committer) Date: Wed Jun 21 17:17:02 2017 New Revision: 444041 URL: https://svnweb.freebsd.org/changeset/ports/444041 Log: sysutils/py-honcho: Update to 1.0.1 - Add NO_ARCH - Add regression test - Allow concurrent installation (USE_PYTHON=concurrent) Reviewed_by: koobs, mat Approved by: koobs (ports) Differential_Revision: https://reviews.freebsd.org/D10610 Modified: head/sysutils/py-honcho/Makefile head/sysutils/py-honcho/distinfo Modified: head/sysutils/py-honcho/Makefile ============================================================================== --- head/sysutils/py-honcho/Makefile Wed Jun 21 16:39:39 2017 (r444040) +++ head/sysutils/py-honcho/Makefile Wed Jun 21 17:17:02 2017 (r444041) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= honcho -PORTVERSION= 0.6.6 +PORTVERSION= 1.0.1 DISTVERSIONPREFIX= v CATEGORIES= sysutils python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,14 +14,17 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.7:devel/py-Jinja2 +TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mock>0:devel/py-mock \ + ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest USE_GITHUB= yes GH_ACCOUNT= nickstenning -USES= python -USE_PYTHON= autoplist distutils +NO_ARCH= yes +USES= python:2.7+ +USE_PYTHON= autoplist concurrent distutils -regression-test: +do-test: @(cd ${TEST_WRKSRC} && ${SETENV} ${TEST_ENV} ${PYTHON_CMD} -m pytest) .include Modified: head/sysutils/py-honcho/distinfo ============================================================================== --- head/sysutils/py-honcho/distinfo Wed Jun 21 16:39:39 2017 (r444040) +++ head/sysutils/py-honcho/distinfo Wed Jun 21 17:17:02 2017 (r444041) @@ -1,2 +1,3 @@ -SHA256 (nickstenning-honcho-v0.6.6_GH0.tar.gz) = 02703190e9775c899045e25e7f5b5b1a3b3ec1a4720d6b85a50da680f7f750c7 -SIZE (nickstenning-honcho-v0.6.6_GH0.tar.gz) = 34868 +TIMESTAMP = 1492157482 +SHA256 (nickstenning-honcho-v1.0.1_GH0.tar.gz) = 3271f986ff7c4732cfd390383078bfce68c46f9ad74f1804c1b0fc6283b13f7e +SIZE (nickstenning-honcho-v1.0.1_GH0.tar.gz) = 37885