From owner-svn-ports-all@FreeBSD.ORG Sun Dec 22 18:10:53 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id F2AE284B; Sun, 22 Dec 2013 18:10:52 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id C52E61EF1; Sun, 22 Dec 2013 18:10:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBMIAq5q066683; Sun, 22 Dec 2013 18:10:52 GMT (envelope-from rm@svn.freebsd.org) Received: (from rm@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBMIAqES066681; Sun, 22 Dec 2013 18:10:52 GMT (envelope-from rm@svn.freebsd.org) Message-Id: <201312221810.rBMIAqES066681@svn.freebsd.org> From: Ruslan Makhmatkhanov Date: Sun, 22 Dec 2013 18:10:52 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337206 - head/devel/py-pytest 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.17 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, 22 Dec 2013 18:10:53 -0000 Author: rm Date: Sun Dec 22 18:10:52 2013 New Revision: 337206 URL: http://svnweb.freebsd.org/changeset/ports/337206 Log: - update to 2.5.1 - general clean-up Deleted: head/devel/py-pytest/pkg-plist Modified: head/devel/py-pytest/Makefile head/devel/py-pytest/distinfo Modified: head/devel/py-pytest/Makefile ============================================================================== --- head/devel/py-pytest/Makefile Sun Dec 22 18:10:14 2013 (r337205) +++ head/devel/py-pytest/Makefile Sun Dec 22 18:10:52 2013 (r337206) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pytest -PORTVERSION= 2.3.5 +PORTVERSION= 2.5.1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -11,24 +11,15 @@ COMMENT= Cross-project testing tool for LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.13:${PORTSDIR}/devel/py-pylib +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pylib>=1.4.19:${PORTSDIR}/devel/py-pylib USE_PYTHON= yes -USE_PYDISTUTILS= easy_install +USE_PYDISTUTILS= yes +PYDISTUTILS_AUTOPLIST= yes -PLIST_SUB+= PYTHON_VER=${PYTHON_VER} - -TEST_DEPENDS:= ${RUN_DEPENDS} +TEST_DEPENDS:= ${RUN_DEPENDS} regression-test: build @cd ${WRKSRC} && PYTHONPATH=${WRKSRC} ${PYTHON_CMD} pytest.py --ignore=doc/ja -NO_STAGE= yes -.include - -post-install: -.if ${PYTHON_REL} >= 320 -.include "${PORTSDIR}/devel/py-virtualenv/files/py3k-fix-pkg-plist.inc" -.endif - -.include +.include Modified: head/devel/py-pytest/distinfo ============================================================================== --- head/devel/py-pytest/distinfo Sun Dec 22 18:10:14 2013 (r337205) +++ head/devel/py-pytest/distinfo Sun Dec 22 18:10:52 2013 (r337206) @@ -1,2 +1,2 @@ -SHA256 (pytest-2.3.5.tar.gz) = 804c28bef415fc6a54de7934f05b2d67a9cc8a230de98685fca274d9fcbe8b1c -SIZE (pytest-2.3.5.tar.gz) = 426328 +SHA256 (pytest-2.5.1.tar.gz) = 112d8ede00d9ad3546d49ffeb4af1a0dfc734be29d28cfc59bd4cfd7b8a89b09 +SIZE (pytest-2.5.1.tar.gz) = 577597