Date: Tue, 3 Feb 2015 22:15:44 +0000 (UTC) From: Nicola Vitale <nivit@FreeBSD.org> 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 Message-ID: <201502032215.t13MFiJ4007351@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk> - -.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 <bsd.port.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502032215.t13MFiJ4007351>