From owner-svn-ports-all@FreeBSD.ORG Tue Feb 3 22:15:44 2015 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 92B69376; Tue, 3 Feb 2015 22:15:44 +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)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 733D07EA; Tue, 3 Feb 2015 22:15:44 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t13MFiam007355; Tue, 3 Feb 2015 22:15:44 GMT (envelope-from nivit@FreeBSD.org) Received: (from nivit@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t13MFiJ4007351; Tue, 3 Feb 2015 22:15:44 GMT (envelope-from nivit@FreeBSD.org) Message-Id: <201502032215.t13MFiJ4007351@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: nivit set sender to nivit@FreeBSD.org using -f From: Nicola Vitale Date: Tue, 3 Feb 2015 22:15:44 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r378380 - in head/devel/py-stevedore: . files 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.18-1 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, 03 Feb 2015 22:15:44 -0000 Author: nivit Date: Tue Feb 3 22:15:43 2015 New Revision: 378380 URL: https://svnweb.freebsd.org/changeset/ports/378380 QAT: https://qat.redports.org/buildarchive/r378380/ Log: - Update to 1.2.0 - Remove docs and regression-test target because they require oslosphinx (not yet available in the ports tree) - Add devel/py-six and devel/py-argparse to RUN_DEPENDS - Sort USE_PYTHON values Deleted: head/devel/py-stevedore/files/ Modified: head/devel/py-stevedore/Makefile head/devel/py-stevedore/distinfo Modified: head/devel/py-stevedore/Makefile ============================================================================== --- head/devel/py-stevedore/Makefile Tue Feb 3 21:43:51 2015 (r378379) +++ head/devel/py-stevedore/Makefile Tue Feb 3 22:15:43 2015 (r378380) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= stevedore -PORTVERSION= 0.15 +PORTVERSION= 1.2.0 CATEGORIES= devel MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -12,39 +12,11 @@ COMMENT= Manage dynamic plugins for Pyth LICENSE= APACHE20 -BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>0:${PORTSDIR}/devel/py-pbr -TEST_DEPENDS= ${PKGNAMEPREFIX}coverage>=3.5.3:${PORTSDIR}/devel/py-coverage \ - ${PKGNAMEPREFIX}mock>=1.0.1:${PORTSDIR}/devel/py-mock \ - ${PKGNAMEPREFIX}nose>=1.3.0:${PORTSDIR}/devel/py-nose \ - ${PKGNAMEPREFIX}tox>=1.5.0:${PORTSDIR}/devel/py-tox - -OPTIONS_DEFINE= DOCS -OPTIONSFILE= ${PORT_DBDIR}/py-${PORTNAME}/options - -TOX_CMD= ${LOCALBASE}/bin/tox +BUILD_DEPENDS= ${PKGNAMEPREFIX}pbr>=0.10.0:${PORTSDIR}/devel/py-pbr +RUN_DEPENDS= ${PKGNAMEPREFIX}six>=1.7.0:${PORTSDIR}/devel/py-six \ + ${PKGNAMEPREFIX}argparse>=1.2.1:${PORTSDIR}/devel/py-argparse USES= python -USE_PYTHON= distutils autoplist - -.include - -.if ${PORT_OPTIONS:MDOCS} -BUILD_DEPENDS+= dot:${PORTSDIR}/graphics/graphviz \ - sphinx-build:${PORTSDIR}/textproc/py-sphinx -DOCSDIR= ${PREFIX}/share/doc/${PYTHON_PKGNAMEPREFIX}${PORTNAME} -PORTDOCS= * -PYDISTUTILS_BUILD_TARGET+= build_sphinx --all-files --fresh-env - -post-install: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs/build/html && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}) -.endif - -regression-test: build - @cd ${WRKSRC} && \ - ${REINPLACE_CMD} -e 's,%%LOCALBASE%%,${LOCALBASE},1' \ - -e 's,%%PYTHON_SUFFIX%%,${PYTHON_SUFFIX},1' \ - -e 's,%%WRKSRC%%,${WRKSRC},1' -i.bak tox.ini && \ - ${TOX_CMD} +USE_PYTHON= autoplist distutils .include Modified: head/devel/py-stevedore/distinfo ============================================================================== --- head/devel/py-stevedore/distinfo Tue Feb 3 21:43:51 2015 (r378379) +++ head/devel/py-stevedore/distinfo Tue Feb 3 22:15:43 2015 (r378380) @@ -1,2 +1,2 @@ -SHA256 (stevedore-0.15.tar.gz) = bec9269cbfa58de4f0849ec79bb7d54eeeed9df8b5fbfa1637fbc68062822847 -SIZE (stevedore-0.15.tar.gz) = 348537 +SHA256 (stevedore-1.2.0.tar.gz) = 3f70db9052c26e66dac61cb73d8c6f5211373983d39872addab617c759db4b45 +SIZE (stevedore-1.2.0.tar.gz) = 352770