Index: head/devel/py-testtools/Makefile =================================================================== --- head/devel/py-testtools/Makefile (revision 462916) +++ head/devel/py-testtools/Makefile (revision 462917) @@ -1,32 +1,33 @@ # Created by: Carlo Strub # $FreeBSD$ PORTNAME= testtools PORTVERSION= 2.3.0 PORTREVISION= 1 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org -COMMENT= Extensions to the Python library's unit testing framework +MAINTAINER= sunpoet@FreeBSD.org +COMMENT= Extensions to the Python standard library unit testing framework LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=1.3:devel/py-pbr@${FLAVOR} -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=0.0.3:devel/py-extras@${FLAVOR} \ +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pbr>=0.11:devel/py-pbr@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}extras>=1.0.0:devel/py-extras@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}traceback2>=0:devel/py-traceback2@${FLAVOR} +NO_ARCH= yes USES= python -USE_PYTHON= distutils autoplist concurrent +USE_PYTHON= autoplist concurrent distutils -OPTIONS_DEFINE= DOCS - PORTDOCS= api.rst for-framework-folk.rst for-test-authors.rst hacking.rst \ index.rst overview.rst twisted-support.rst +OPTIONS_DEFINE= DOCS + post-install-DOCS-on: - ${MKDIR} ${STAGEDIR}${DOCSDIR} - ${CP} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} + ${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/*.rst ${STAGEDIR}${DOCSDIR} .include Index: head/devel/py-testtools/pkg-descr =================================================================== --- head/devel/py-testtools/pkg-descr (revision 462916) +++ head/devel/py-testtools/pkg-descr (revision 462917) @@ -1,6 +1,6 @@ testtools is a set of extensions to the Python standard library's unit testing framework. These extensions have been derived from years of experience with unit -testing in Python and come from many different sources. testtools also backports -unittest changes from recent Pythons to Python 2.4 and 2.5. +testing in Python and come from many different sources. +WWW: https://pypi.python.org/pypi/testtools WWW: https://github.com/testing-cabal/testtools