pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-nose2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Nov 28 11:41:46 UTC 2017

Modified Files:
        pkgsrc/devel/py-nose2: Makefile PLIST distinfo

Log Message:
py-nose2: updated to 0.7.2

0.7.2
Fixed * Proper indentation of test with docstring in layers * MP plugin now calls startSubprocess in subprocess


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-nose2/Makefile \
    pkgsrc/devel/py-nose2/PLIST pkgsrc/devel/py-nose2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-nose2/Makefile
diff -u pkgsrc/devel/py-nose2/Makefile:1.1 pkgsrc/devel/py-nose2/Makefile:1.2
--- pkgsrc/devel/py-nose2/Makefile:1.1  Tue Apr 25 20:14:26 2017
+++ pkgsrc/devel/py-nose2/Makefile      Tue Nov 28 11:41:46 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.1 2017/04/25 20:14:26 fhajny Exp $
+# $NetBSD: Makefile,v 1.2 2017/11/28 11:41:46 adam Exp $
 
-DISTNAME=      nose2-0.6.5
+DISTNAME=      nose2-0.7.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-CATEGORIES=    devel
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nose2/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
@@ -10,9 +10,16 @@ HOMEPAGE=    https://github.com/nose-devs/n
 COMMENT=       Next generation of nicer testing for Python
 LICENSE=       2-clause-bsd
 
-USE_LANGUAGES= # none
+DEPENDS+=      ${PYPKGPREFIX}-coverage>=4.4.1:../../devel/py-coverage
+DEPENDS+=      ${PYPKGPREFIX}-six>=1.7:../../lang/py-six
+
+.include "../../lang/python/pyversion.mk"
 
-DEPENDS+=      ${PYPKGPREFIX}-six>=1.1:../../lang/py-six
+.if "${PYPKGPREFIX}" == "py27"
+DEPENDS+=      ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
+.endif
+
+USE_LANGUAGES= # none
 
 post-install:
        ${RM} -f ${DESTDIR}${PREFIX}/bin/nose2
Index: pkgsrc/devel/py-nose2/PLIST
diff -u pkgsrc/devel/py-nose2/PLIST:1.1 pkgsrc/devel/py-nose2/PLIST:1.2
--- pkgsrc/devel/py-nose2/PLIST:1.1     Tue Apr 25 20:14:26 2017
+++ pkgsrc/devel/py-nose2/PLIST Tue Nov 28 11:41:46 2017
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/04/25 20:14:26 fhajny Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/11/28 11:41:46 adam Exp $
 bin/nose2-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
@@ -7,302 +7,296 @@ ${PYSITELIB}/${EGG_INFODIR}/entry_points
 ${PYSITELIB}/${EGG_INFODIR}/requires.txt
 ${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/nose2/__init__.py
-${PYSITELIB}/nose2/__main__.py
-${PYSITELIB}/nose2/__init__.pyo
 ${PYSITELIB}/nose2/__init__.pyc
-${PYSITELIB}/nose2/__main__.pyo
+${PYSITELIB}/nose2/__init__.pyo
+${PYSITELIB}/nose2/__main__.py
 ${PYSITELIB}/nose2/__main__.pyc
-${PYSITELIB}/nose2/_version.pyo
-${PYSITELIB}/nose2/_version.pyc
-${PYSITELIB}/nose2/collector.pyo
-${PYSITELIB}/nose2/collector.pyc
-${PYSITELIB}/nose2/compat.pyo
-${PYSITELIB}/nose2/compat.pyc
-${PYSITELIB}/nose2/config.pyo
-${PYSITELIB}/nose2/config.pyc
-${PYSITELIB}/nose2/events.pyo
-${PYSITELIB}/nose2/events.pyc
-${PYSITELIB}/nose2/exceptions.pyo
-${PYSITELIB}/nose2/exceptions.pyc
-${PYSITELIB}/nose2/loader.pyo
-${PYSITELIB}/nose2/loader.pyc
-${PYSITELIB}/nose2/main.pyo
-${PYSITELIB}/nose2/main.pyc
-${PYSITELIB}/nose2/result.pyo
-${PYSITELIB}/nose2/result.pyc
-${PYSITELIB}/nose2/runner.pyo
-${PYSITELIB}/nose2/runner.pyc
-${PYSITELIB}/nose2/session.pyo
-${PYSITELIB}/nose2/session.pyc
-${PYSITELIB}/nose2/sphinxext.pyo
-${PYSITELIB}/nose2/sphinxext.pyc
-${PYSITELIB}/nose2/suite.pyo
-${PYSITELIB}/nose2/suite.pyc
-${PYSITELIB}/nose2/util.pyo
-${PYSITELIB}/nose2/util.pyc
+${PYSITELIB}/nose2/__main__.pyo
 ${PYSITELIB}/nose2/_version.py
-${PYSITELIB}/nose2/backports/__init__.py
-${PYSITELIB}/nose2/backports/__init__.pyo
-${PYSITELIB}/nose2/backports/__init__.pyc
-${PYSITELIB}/nose2/backports/ordereddict.pyo
-${PYSITELIB}/nose2/backports/ordereddict.pyc
-${PYSITELIB}/nose2/backports/ordereddict.py
+${PYSITELIB}/nose2/_version.pyc
+${PYSITELIB}/nose2/_version.pyo
 ${PYSITELIB}/nose2/collector.py
-${PYSITELIB}/nose2/compat.py
+${PYSITELIB}/nose2/collector.pyc
+${PYSITELIB}/nose2/collector.pyo
 ${PYSITELIB}/nose2/config.py
+${PYSITELIB}/nose2/config.pyc
+${PYSITELIB}/nose2/config.pyo
 ${PYSITELIB}/nose2/events.py
+${PYSITELIB}/nose2/events.pyc
+${PYSITELIB}/nose2/events.pyo
 ${PYSITELIB}/nose2/exceptions.py
+${PYSITELIB}/nose2/exceptions.pyc
+${PYSITELIB}/nose2/exceptions.pyo
 ${PYSITELIB}/nose2/loader.py
+${PYSITELIB}/nose2/loader.pyc
+${PYSITELIB}/nose2/loader.pyo
 ${PYSITELIB}/nose2/main.py
+${PYSITELIB}/nose2/main.pyc
+${PYSITELIB}/nose2/main.pyo
 ${PYSITELIB}/nose2/plugins/__init__.py
-${PYSITELIB}/nose2/plugins/__init__.pyo
 ${PYSITELIB}/nose2/plugins/__init__.pyc
-${PYSITELIB}/nose2/plugins/attrib.pyo
-${PYSITELIB}/nose2/plugins/attrib.pyc
-${PYSITELIB}/nose2/plugins/buffer.pyo
-${PYSITELIB}/nose2/plugins/buffer.pyc
-${PYSITELIB}/nose2/plugins/collect.pyo
-${PYSITELIB}/nose2/plugins/collect.pyc
-${PYSITELIB}/nose2/plugins/coverage.pyo
-${PYSITELIB}/nose2/plugins/coverage.pyc
-${PYSITELIB}/nose2/plugins/debugger.pyo
-${PYSITELIB}/nose2/plugins/debugger.pyc
-${PYSITELIB}/nose2/plugins/doctests.pyo
-${PYSITELIB}/nose2/plugins/doctests.pyc
-${PYSITELIB}/nose2/plugins/dundertest.pyo
-${PYSITELIB}/nose2/plugins/dundertest.pyc
-${PYSITELIB}/nose2/plugins/failfast.pyo
-${PYSITELIB}/nose2/plugins/failfast.pyc
-${PYSITELIB}/nose2/plugins/junitxml.pyo
-${PYSITELIB}/nose2/plugins/junitxml.pyc
-${PYSITELIB}/nose2/plugins/layers.pyo
-${PYSITELIB}/nose2/plugins/layers.pyc
-${PYSITELIB}/nose2/plugins/logcapture.pyo
-${PYSITELIB}/nose2/plugins/logcapture.pyc
-${PYSITELIB}/nose2/plugins/mp.pyo
-${PYSITELIB}/nose2/plugins/mp.pyc
-${PYSITELIB}/nose2/plugins/outcomes.pyo
-${PYSITELIB}/nose2/plugins/outcomes.pyc
-${PYSITELIB}/nose2/plugins/printhooks.pyo
-${PYSITELIB}/nose2/plugins/printhooks.pyc
-${PYSITELIB}/nose2/plugins/prof.pyo
-${PYSITELIB}/nose2/plugins/prof.pyc
-${PYSITELIB}/nose2/plugins/result.pyo
-${PYSITELIB}/nose2/plugins/result.pyc
-${PYSITELIB}/nose2/plugins/testid.pyo
-${PYSITELIB}/nose2/plugins/testid.pyc
+${PYSITELIB}/nose2/plugins/__init__.pyo
 ${PYSITELIB}/nose2/plugins/attrib.py
+${PYSITELIB}/nose2/plugins/attrib.pyc
+${PYSITELIB}/nose2/plugins/attrib.pyo
 ${PYSITELIB}/nose2/plugins/buffer.py
+${PYSITELIB}/nose2/plugins/buffer.pyc
+${PYSITELIB}/nose2/plugins/buffer.pyo
 ${PYSITELIB}/nose2/plugins/collect.py
+${PYSITELIB}/nose2/plugins/collect.pyc
+${PYSITELIB}/nose2/plugins/collect.pyo
 ${PYSITELIB}/nose2/plugins/coverage.py
+${PYSITELIB}/nose2/plugins/coverage.pyc
+${PYSITELIB}/nose2/plugins/coverage.pyo
 ${PYSITELIB}/nose2/plugins/debugger.py
+${PYSITELIB}/nose2/plugins/debugger.pyc
+${PYSITELIB}/nose2/plugins/debugger.pyo
 ${PYSITELIB}/nose2/plugins/doctests.py
+${PYSITELIB}/nose2/plugins/doctests.pyc
+${PYSITELIB}/nose2/plugins/doctests.pyo
 ${PYSITELIB}/nose2/plugins/dundertest.py
+${PYSITELIB}/nose2/plugins/dundertest.pyc
+${PYSITELIB}/nose2/plugins/dundertest.pyo
 ${PYSITELIB}/nose2/plugins/failfast.py
+${PYSITELIB}/nose2/plugins/failfast.pyc
+${PYSITELIB}/nose2/plugins/failfast.pyo
 ${PYSITELIB}/nose2/plugins/junitxml.py
+${PYSITELIB}/nose2/plugins/junitxml.pyc
+${PYSITELIB}/nose2/plugins/junitxml.pyo
 ${PYSITELIB}/nose2/plugins/layers.py
+${PYSITELIB}/nose2/plugins/layers.pyc
+${PYSITELIB}/nose2/plugins/layers.pyo
 ${PYSITELIB}/nose2/plugins/loader/__init__.py
-${PYSITELIB}/nose2/plugins/loader/__init__.pyo
 ${PYSITELIB}/nose2/plugins/loader/__init__.pyc
-${PYSITELIB}/nose2/plugins/loader/discovery.pyo
-${PYSITELIB}/nose2/plugins/loader/discovery.pyc
-${PYSITELIB}/nose2/plugins/loader/eggdiscovery.pyo
-${PYSITELIB}/nose2/plugins/loader/eggdiscovery.pyc
-${PYSITELIB}/nose2/plugins/loader/functions.pyo
-${PYSITELIB}/nose2/plugins/loader/functions.pyc
-${PYSITELIB}/nose2/plugins/loader/generators.pyo
-${PYSITELIB}/nose2/plugins/loader/generators.pyc
-${PYSITELIB}/nose2/plugins/loader/loadtests.pyo
-${PYSITELIB}/nose2/plugins/loader/loadtests.pyc
-${PYSITELIB}/nose2/plugins/loader/parameters.pyo
-${PYSITELIB}/nose2/plugins/loader/parameters.pyc
-${PYSITELIB}/nose2/plugins/loader/testcases.pyo
-${PYSITELIB}/nose2/plugins/loader/testcases.pyc
-${PYSITELIB}/nose2/plugins/loader/testclasses.pyo
-${PYSITELIB}/nose2/plugins/loader/testclasses.pyc
+${PYSITELIB}/nose2/plugins/loader/__init__.pyo
 ${PYSITELIB}/nose2/plugins/loader/discovery.py
+${PYSITELIB}/nose2/plugins/loader/discovery.pyc
+${PYSITELIB}/nose2/plugins/loader/discovery.pyo
 ${PYSITELIB}/nose2/plugins/loader/eggdiscovery.py
+${PYSITELIB}/nose2/plugins/loader/eggdiscovery.pyc
+${PYSITELIB}/nose2/plugins/loader/eggdiscovery.pyo
 ${PYSITELIB}/nose2/plugins/loader/functions.py
+${PYSITELIB}/nose2/plugins/loader/functions.pyc
+${PYSITELIB}/nose2/plugins/loader/functions.pyo
 ${PYSITELIB}/nose2/plugins/loader/generators.py
+${PYSITELIB}/nose2/plugins/loader/generators.pyc
+${PYSITELIB}/nose2/plugins/loader/generators.pyo
 ${PYSITELIB}/nose2/plugins/loader/loadtests.py
+${PYSITELIB}/nose2/plugins/loader/loadtests.pyc
+${PYSITELIB}/nose2/plugins/loader/loadtests.pyo
 ${PYSITELIB}/nose2/plugins/loader/parameters.py
+${PYSITELIB}/nose2/plugins/loader/parameters.pyc
+${PYSITELIB}/nose2/plugins/loader/parameters.pyo
 ${PYSITELIB}/nose2/plugins/loader/testcases.py
+${PYSITELIB}/nose2/plugins/loader/testcases.pyc
+${PYSITELIB}/nose2/plugins/loader/testcases.pyo
 ${PYSITELIB}/nose2/plugins/loader/testclasses.py
+${PYSITELIB}/nose2/plugins/loader/testclasses.pyc
+${PYSITELIB}/nose2/plugins/loader/testclasses.pyo
 ${PYSITELIB}/nose2/plugins/logcapture.py
+${PYSITELIB}/nose2/plugins/logcapture.pyc
+${PYSITELIB}/nose2/plugins/logcapture.pyo
 ${PYSITELIB}/nose2/plugins/mp.py
+${PYSITELIB}/nose2/plugins/mp.pyc
+${PYSITELIB}/nose2/plugins/mp.pyo
 ${PYSITELIB}/nose2/plugins/outcomes.py
+${PYSITELIB}/nose2/plugins/outcomes.pyc
+${PYSITELIB}/nose2/plugins/outcomes.pyo
 ${PYSITELIB}/nose2/plugins/printhooks.py
+${PYSITELIB}/nose2/plugins/printhooks.pyc
+${PYSITELIB}/nose2/plugins/printhooks.pyo
 ${PYSITELIB}/nose2/plugins/prof.py
+${PYSITELIB}/nose2/plugins/prof.pyc
+${PYSITELIB}/nose2/plugins/prof.pyo
 ${PYSITELIB}/nose2/plugins/result.py
+${PYSITELIB}/nose2/plugins/result.pyc
+${PYSITELIB}/nose2/plugins/result.pyo
 ${PYSITELIB}/nose2/plugins/testid.py
+${PYSITELIB}/nose2/plugins/testid.pyc
+${PYSITELIB}/nose2/plugins/testid.pyo
 ${PYSITELIB}/nose2/result.py
+${PYSITELIB}/nose2/result.pyc
+${PYSITELIB}/nose2/result.pyo
 ${PYSITELIB}/nose2/runner.py
+${PYSITELIB}/nose2/runner.pyc
+${PYSITELIB}/nose2/runner.pyo
 ${PYSITELIB}/nose2/session.py
+${PYSITELIB}/nose2/session.pyc
+${PYSITELIB}/nose2/session.pyo
 ${PYSITELIB}/nose2/sphinxext.py
+${PYSITELIB}/nose2/sphinxext.pyc
+${PYSITELIB}/nose2/sphinxext.pyo
 ${PYSITELIB}/nose2/suite.py
+${PYSITELIB}/nose2/suite.pyc
+${PYSITELIB}/nose2/suite.pyo
 ${PYSITELIB}/nose2/tests/__init__.py
-${PYSITELIB}/nose2/tests/__init__.pyo
 ${PYSITELIB}/nose2/tests/__init__.pyc
-${PYSITELIB}/nose2/tests/_common.pyo
-${PYSITELIB}/nose2/tests/_common.pyc
+${PYSITELIB}/nose2/tests/__init__.pyo
 ${PYSITELIB}/nose2/tests/_common.py
+${PYSITELIB}/nose2/tests/_common.pyc
+${PYSITELIB}/nose2/tests/_common.pyo
 ${PYSITELIB}/nose2/tests/functional/__init__.py
-${PYSITELIB}/nose2/tests/functional/__init__.pyo
 ${PYSITELIB}/nose2/tests/functional/__init__.pyc
-${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_coverage.pyo
-${PYSITELIB}/nose2/tests/functional/test_coverage.pyc
-${PYSITELIB}/nose2/tests/functional/test_decorators.pyo
-${PYSITELIB}/nose2/tests/functional/test_decorators.pyc
-${PYSITELIB}/nose2/tests/functional/test_discovery_loader.pyo
-${PYSITELIB}/nose2/tests/functional/test_discovery_loader.pyc
-${PYSITELIB}/nose2/tests/functional/test_doctests_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_doctests_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_dundertest_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_dundertest_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_eggdiscovery_loader.pyo
-${PYSITELIB}/nose2/tests/functional/test_eggdiscovery_loader.pyc
-${PYSITELIB}/nose2/tests/functional/test_junitxml_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_junitxml_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_layers_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_layers_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_loading.pyo
-${PYSITELIB}/nose2/tests/functional/test_loading.pyc
-${PYSITELIB}/nose2/tests/functional/test_loadtests_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_loadtests_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_logcapture_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_logcapture_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_main.pyo
-${PYSITELIB}/nose2/tests/functional/test_main.pyc
-${PYSITELIB}/nose2/tests/functional/test_mp_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_mp_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_printhooks_plugin.pyo
-${PYSITELIB}/nose2/tests/functional/test_printhooks_plugin.pyc
-${PYSITELIB}/nose2/tests/functional/test_session.pyo
-${PYSITELIB}/nose2/tests/functional/test_session.pyc
-${PYSITELIB}/nose2/tests/functional/test_such_dsl.pyo
-${PYSITELIB}/nose2/tests/functional/test_such_dsl.pyc
-${PYSITELIB}/nose2/tests/functional/test_util.pyo
-${PYSITELIB}/nose2/tests/functional/test_util.pyc
+${PYSITELIB}/nose2/tests/functional/__init__.pyo
 ${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_attrib_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_collect_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_collect_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_coverage.py
+${PYSITELIB}/nose2/tests/functional/test_coverage.pyc
+${PYSITELIB}/nose2/tests/functional/test_coverage.pyo
 ${PYSITELIB}/nose2/tests/functional/test_decorators.py
+${PYSITELIB}/nose2/tests/functional/test_decorators.pyc
+${PYSITELIB}/nose2/tests/functional/test_decorators.pyo
 ${PYSITELIB}/nose2/tests/functional/test_discovery_loader.py
+${PYSITELIB}/nose2/tests/functional/test_discovery_loader.pyc
+${PYSITELIB}/nose2/tests/functional/test_discovery_loader.pyo
 ${PYSITELIB}/nose2/tests/functional/test_doctests_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_doctests_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_doctests_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_dundertest_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_dundertest_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_dundertest_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_eggdiscovery_loader.py
+${PYSITELIB}/nose2/tests/functional/test_eggdiscovery_loader.pyc
+${PYSITELIB}/nose2/tests/functional/test_eggdiscovery_loader.pyo
 ${PYSITELIB}/nose2/tests/functional/test_junitxml_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_junitxml_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_junitxml_plugin.pyo
+${PYSITELIB}/nose2/tests/functional/test_layers_hooks.py
+${PYSITELIB}/nose2/tests/functional/test_layers_hooks.pyc
+${PYSITELIB}/nose2/tests/functional/test_layers_hooks.pyo
 ${PYSITELIB}/nose2/tests/functional/test_layers_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_layers_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_layers_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_loading.py
+${PYSITELIB}/nose2/tests/functional/test_loading.pyc
+${PYSITELIB}/nose2/tests/functional/test_loading.pyo
 ${PYSITELIB}/nose2/tests/functional/test_loadtests_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_loadtests_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_loadtests_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_logcapture_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_logcapture_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_logcapture_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_main.py
+${PYSITELIB}/nose2/tests/functional/test_main.pyc
+${PYSITELIB}/nose2/tests/functional/test_main.pyo
 ${PYSITELIB}/nose2/tests/functional/test_mp_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_mp_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_mp_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_printhooks_plugin.py
+${PYSITELIB}/nose2/tests/functional/test_printhooks_plugin.pyc
+${PYSITELIB}/nose2/tests/functional/test_printhooks_plugin.pyo
 ${PYSITELIB}/nose2/tests/functional/test_session.py
+${PYSITELIB}/nose2/tests/functional/test_session.pyc
+${PYSITELIB}/nose2/tests/functional/test_session.pyo
 ${PYSITELIB}/nose2/tests/functional/test_such_dsl.py
+${PYSITELIB}/nose2/tests/functional/test_such_dsl.pyc
+${PYSITELIB}/nose2/tests/functional/test_such_dsl.pyo
 ${PYSITELIB}/nose2/tests/functional/test_util.py
+${PYSITELIB}/nose2/tests/functional/test_util.pyc
+${PYSITELIB}/nose2/tests/functional/test_util.pyo
 ${PYSITELIB}/nose2/tests/unit/__init__.py
-${PYSITELIB}/nose2/tests/unit/__init__.pyo
 ${PYSITELIB}/nose2/tests/unit/__init__.pyc
-${PYSITELIB}/nose2/tests/unit/test_attrib_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_attrib_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_buffer_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_buffer_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_collect_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_collect_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_collector.pyo
-${PYSITELIB}/nose2/tests/unit/test_collector.pyc
-${PYSITELIB}/nose2/tests/unit/test_config.pyo
-${PYSITELIB}/nose2/tests/unit/test_config.pyc
-${PYSITELIB}/nose2/tests/unit/test_debugger_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_debugger_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_decorators.pyo
-${PYSITELIB}/nose2/tests/unit/test_decorators.pyc
-${PYSITELIB}/nose2/tests/unit/test_doctest_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_doctest_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_dundertest_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_dundertest_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_failfast.pyo
-${PYSITELIB}/nose2/tests/unit/test_failfast.pyc
-${PYSITELIB}/nose2/tests/unit/test_functions_loader.pyo
-${PYSITELIB}/nose2/tests/unit/test_functions_loader.pyc
-${PYSITELIB}/nose2/tests/unit/test_generators_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_generators_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_junitxml.pyo
-${PYSITELIB}/nose2/tests/unit/test_junitxml.pyc
-${PYSITELIB}/nose2/tests/unit/test_layers_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_layers_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_loader.pyo
-${PYSITELIB}/nose2/tests/unit/test_loader.pyc
-${PYSITELIB}/nose2/tests/unit/test_logcapture_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_logcapture_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_mp_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_mp_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_outcomes_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_outcomes_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_params_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_params_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_plugin_api.pyo
-${PYSITELIB}/nose2/tests/unit/test_plugin_api.pyc
-${PYSITELIB}/nose2/tests/unit/test_printhooks_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_printhooks_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_prof_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_prof_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_result.pyo
-${PYSITELIB}/nose2/tests/unit/test_result.pyc
-${PYSITELIB}/nose2/tests/unit/test_session.pyo
-${PYSITELIB}/nose2/tests/unit/test_session.pyc
-${PYSITELIB}/nose2/tests/unit/test_testcase_loader.pyo
-${PYSITELIB}/nose2/tests/unit/test_testcase_loader.pyc
-${PYSITELIB}/nose2/tests/unit/test_testclass_loader.pyo
-${PYSITELIB}/nose2/tests/unit/test_testclass_loader.pyc
-${PYSITELIB}/nose2/tests/unit/test_testid_plugin.pyo
-${PYSITELIB}/nose2/tests/unit/test_testid_plugin.pyc
-${PYSITELIB}/nose2/tests/unit/test_util.pyo
-${PYSITELIB}/nose2/tests/unit/test_util.pyc
+${PYSITELIB}/nose2/tests/unit/__init__.pyo
 ${PYSITELIB}/nose2/tests/unit/test_attrib_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_attrib_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_attrib_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_buffer_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_buffer_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_buffer_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_collect_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_collect_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_collect_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_collector.py
+${PYSITELIB}/nose2/tests/unit/test_collector.pyc
+${PYSITELIB}/nose2/tests/unit/test_collector.pyo
 ${PYSITELIB}/nose2/tests/unit/test_config.py
+${PYSITELIB}/nose2/tests/unit/test_config.pyc
+${PYSITELIB}/nose2/tests/unit/test_config.pyo
 ${PYSITELIB}/nose2/tests/unit/test_debugger_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_debugger_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_debugger_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_decorators.py
+${PYSITELIB}/nose2/tests/unit/test_decorators.pyc
+${PYSITELIB}/nose2/tests/unit/test_decorators.pyo
 ${PYSITELIB}/nose2/tests/unit/test_doctest_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_doctest_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_doctest_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_dundertest_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_dundertest_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_dundertest_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_failfast.py
+${PYSITELIB}/nose2/tests/unit/test_failfast.pyc
+${PYSITELIB}/nose2/tests/unit/test_failfast.pyo
 ${PYSITELIB}/nose2/tests/unit/test_functions_loader.py
+${PYSITELIB}/nose2/tests/unit/test_functions_loader.pyc
+${PYSITELIB}/nose2/tests/unit/test_functions_loader.pyo
 ${PYSITELIB}/nose2/tests/unit/test_generators_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_generators_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_generators_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_junitxml.py
+${PYSITELIB}/nose2/tests/unit/test_junitxml.pyc
+${PYSITELIB}/nose2/tests/unit/test_junitxml.pyo
 ${PYSITELIB}/nose2/tests/unit/test_layers_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_layers_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_layers_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_loader.py
+${PYSITELIB}/nose2/tests/unit/test_loader.pyc
+${PYSITELIB}/nose2/tests/unit/test_loader.pyo
 ${PYSITELIB}/nose2/tests/unit/test_logcapture_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_logcapture_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_logcapture_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_mp_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_mp_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_mp_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_outcomes_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_outcomes_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_outcomes_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_params_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_params_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_params_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_plugin_api.py
+${PYSITELIB}/nose2/tests/unit/test_plugin_api.pyc
+${PYSITELIB}/nose2/tests/unit/test_plugin_api.pyo
 ${PYSITELIB}/nose2/tests/unit/test_printhooks_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_printhooks_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_printhooks_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_prof_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_prof_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_prof_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_result.py
+${PYSITELIB}/nose2/tests/unit/test_result.pyc
+${PYSITELIB}/nose2/tests/unit/test_result.pyo
 ${PYSITELIB}/nose2/tests/unit/test_session.py
+${PYSITELIB}/nose2/tests/unit/test_session.pyc
+${PYSITELIB}/nose2/tests/unit/test_session.pyo
 ${PYSITELIB}/nose2/tests/unit/test_testcase_loader.py
+${PYSITELIB}/nose2/tests/unit/test_testcase_loader.pyc
+${PYSITELIB}/nose2/tests/unit/test_testcase_loader.pyo
 ${PYSITELIB}/nose2/tests/unit/test_testclass_loader.py
+${PYSITELIB}/nose2/tests/unit/test_testclass_loader.pyc
+${PYSITELIB}/nose2/tests/unit/test_testclass_loader.pyo
 ${PYSITELIB}/nose2/tests/unit/test_testid_plugin.py
+${PYSITELIB}/nose2/tests/unit/test_testid_plugin.pyc
+${PYSITELIB}/nose2/tests/unit/test_testid_plugin.pyo
 ${PYSITELIB}/nose2/tests/unit/test_util.py
+${PYSITELIB}/nose2/tests/unit/test_util.pyc
+${PYSITELIB}/nose2/tests/unit/test_util.pyo
 ${PYSITELIB}/nose2/tools/__init__.py
-${PYSITELIB}/nose2/tools/__init__.pyo
 ${PYSITELIB}/nose2/tools/__init__.pyc
-${PYSITELIB}/nose2/tools/decorators.pyo
-${PYSITELIB}/nose2/tools/decorators.pyc
-${PYSITELIB}/nose2/tools/params.pyo
-${PYSITELIB}/nose2/tools/params.pyc
-${PYSITELIB}/nose2/tools/such.pyo
-${PYSITELIB}/nose2/tools/such.pyc
+${PYSITELIB}/nose2/tools/__init__.pyo
 ${PYSITELIB}/nose2/tools/decorators.py
+${PYSITELIB}/nose2/tools/decorators.pyc
+${PYSITELIB}/nose2/tools/decorators.pyo
 ${PYSITELIB}/nose2/tools/params.py
+${PYSITELIB}/nose2/tools/params.pyc
+${PYSITELIB}/nose2/tools/params.pyo
 ${PYSITELIB}/nose2/tools/such.py
+${PYSITELIB}/nose2/tools/such.pyc
+${PYSITELIB}/nose2/tools/such.pyo
 ${PYSITELIB}/nose2/util.py
+${PYSITELIB}/nose2/util.pyc
+${PYSITELIB}/nose2/util.pyo
Index: pkgsrc/devel/py-nose2/distinfo
diff -u pkgsrc/devel/py-nose2/distinfo:1.1 pkgsrc/devel/py-nose2/distinfo:1.2
--- pkgsrc/devel/py-nose2/distinfo:1.1  Tue Apr 25 20:14:26 2017
+++ pkgsrc/devel/py-nose2/distinfo      Tue Nov 28 11:41:46 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/04/25 20:14:26 fhajny Exp $
+$NetBSD: distinfo,v 1.2 2017/11/28 11:41:46 adam Exp $
 
-SHA1 (nose2-0.6.5.tar.gz) = 9eed4fdaafa0cbd8d0114b02c8303aef8d8aef9f
-RMD160 (nose2-0.6.5.tar.gz) = 27198f9bb67bf0109f5e1e11e481ac04305cc9e6
-SHA512 (nose2-0.6.5.tar.gz) = 9503212d6458fc26654fe7134cec58ee01dbadacf767b39e6b23fdc297c7dd1ea2bf3312b0ddd1e156942a96dab942a8b6981c7cdfeced5a80e91188c1a385a0
-Size (nose2-0.6.5.tar.gz) = 131682 bytes
+SHA1 (nose2-0.7.2.tar.gz) = 20d0865e9c23dfdc25a81d91c25236035814d3c4
+RMD160 (nose2-0.7.2.tar.gz) = 37443b53e6e64e4f105a249542f26cb79da9a07a
+SHA512 (nose2-0.7.2.tar.gz) = f04d54d2116868f54fc3152c7da50aa9ce9bfa90adab2f653b1027a70e4a2afa8e24dca9c99696bebaa35d23d5d9201b5dc45f355bf8dbb197a795447768deec
+Size (nose2-0.7.2.tar.gz) = 139250 bytes



Home | Main Index | Thread Index | Old Index