From owner-svn-ports-all@freebsd.org Tue Dec 29 14:23:59 2015 Return-Path: Delivered-To: svn-ports-all@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 593D3A541FC; Tue, 29 Dec 2015 14:23:59 +0000 (UTC) (envelope-from koobs@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 29C8315C7; Tue, 29 Dec 2015 14:23:59 +0000 (UTC) (envelope-from koobs@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tBTENwIb054397; Tue, 29 Dec 2015 14:23:58 GMT (envelope-from koobs@FreeBSD.org) Received: (from koobs@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tBTENwTv054395; Tue, 29 Dec 2015 14:23:58 GMT (envelope-from koobs@FreeBSD.org) Message-Id: <201512291423.tBTENwTv054395@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: koobs set sender to koobs@FreeBSD.org using -f From: Kubilay Kocak Date: Tue, 29 Dec 2015 14:23:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r404742 - head/devel/py-pytest-xdist X-SVN-Group: ports-head 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.20 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: Tue, 29 Dec 2015 14:23:59 -0000 Author: koobs Date: Tue Dec 29 14:23:58 2015 New Revision: 404742 URL: https://svnweb.freebsd.org/changeset/ports/404742 Log: devel/py-pytest-xdist: Add missing build dependency Add missing BUILD_DEPENDS on setuptools_scm, that I saw, documented, but didnt do. Reported by: pkg-fallout, amdmi3 Approved by: python (with hat) Modified: head/devel/py-pytest-xdist/Makefile Modified: head/devel/py-pytest-xdist/Makefile ============================================================================== --- head/devel/py-pytest-xdist/Makefile Tue Dec 29 13:36:04 2015 (r404741) +++ head/devel/py-pytest-xdist/Makefile Tue Dec 29 14:23:58 2015 (r404742) @@ -13,6 +13,7 @@ COMMENT= Py.test plugin for distributed LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}setuptools_scm>=0:${PORTSDIR}/devel/py-setuptools_scm RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}execnet>=1.1:${PORTSDIR}/sysutils/py-execnet \ ${PYTHON_PKGNAMEPREFIX}pytest>=2.4.2:${PORTSDIR}/devel/py-pytest \ ${PYTHON_PKGNAMEPREFIX}py>=1.4.22:${PORTSDIR}/devel/py-py