pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc py-testtools24: remove



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cc1ed1cad756
branches:  trunk
changeset: 378254:cc1ed1cad756
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun May 01 07:57:42 2022 +0000

description:
py-testtools24: remove

dependencies do not support python 2.x any longer, and this is
limited to python 2.x

diffstat:

 devel/Makefile                        |    3 +-
 devel/py-testtools24/DESCR            |    6 -
 devel/py-testtools24/Makefile         |   31 ----
 devel/py-testtools24/PLIST            |  227 ----------------------------------
 devel/py-testtools24/distinfo         |    5 -
 doc/CHANGES-2022                      |    3 +-
 lang/python/versioned_dependencies.mk |    5 +-
 7 files changed, 5 insertions(+), 275 deletions(-)

diffs (truncated from 342 to 300 lines):

diff -r 08a473e9aa68 -r cc1ed1cad756 devel/Makefile
--- a/devel/Makefile    Sun May 01 07:56:00 2022 +0000
+++ b/devel/Makefile    Sun May 01 07:57:42 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3727 2022/05/01 07:56:00 wiz Exp $
+# $NetBSD: Makefile,v 1.3728 2022/05/01 07:57:42 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2821,7 +2821,6 @@
 SUBDIR+=       py-testresources
 SUBDIR+=       py-testscenarios
 SUBDIR+=       py-testtools
-SUBDIR+=       py-testtools24
 SUBDIR+=       py-thrift
 SUBDIR+=       py-tlsh
 SUBDIR+=       py-toolz
diff -r 08a473e9aa68 -r cc1ed1cad756 devel/py-testtools24/DESCR
--- a/devel/py-testtools24/DESCR        Sun May 01 07:56:00 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-testtools is a set of extensions to the Python standard library's unit testing
-framework. These extensions have been derived from many years of experience
-with unit testing in Python and come from many different sources. testtools
-also ports recent unittest changes all the way back to Python 2.4.
-
-This package contains the last version support python 2.x.
diff -r 08a473e9aa68 -r cc1ed1cad756 devel/py-testtools24/Makefile
--- a/devel/py-testtools24/Makefile     Sun May 01 07:56:00 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,31 +0,0 @@
-# $NetBSD: Makefile,v 1.1 2022/01/27 10:50:14 wiz Exp $
-
-DISTNAME=      testtools-2.4.0
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
-CATEGORIES=    devel python
-MASTER_SITES=  ${MASTER_SITE_PYPI:=t/testtools/}
-
-MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://github.com/testing-cabal/testtools
-COMMENT=       Extensions to the Python standard library unit testing framework (python 2.x)
-LICENSE=       mit AND python-software-foundation
-
-DEPENDS+=      ${PYPKGPREFIX}-extras>=1.0.0:../../devel/py-extras
-DEPENDS+=      ${PYPKGPREFIX}-fixtures>=1.3.0:../../devel/py-fixtures
-DEPENDS+=      ${PYPKGPREFIX}-python-mimeparse-[0-9]*:../../www/py-python-mimeparse
-DEPENDS+=      ${PYPKGPREFIX}-unittest2>=0.8.0:../../devel/py-unittest2
-
-PYTHON_VERSIONS_ACCEPTED=      27
-
-# circular test dependency
-# https://github.com/testing-cabal/testscenarios/issues/4
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-testscenarios-[0-9]*:../../devel/py-testscenarios
-
-USE_LANGUAGES= # none
-
-do-test:
-       cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} PYTHONPATH=${PWD} ${PYTHONBIN} -m testtools.run testtools.tests.test_suite
-
-.include "../../lang/python/egg.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r 08a473e9aa68 -r cc1ed1cad756 devel/py-testtools24/PLIST
--- a/devel/py-testtools24/PLIST        Sun May 01 07:56:00 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,227 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2022/01/27 10:50:14 wiz Exp $
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${PYSITELIB}/${EGG_INFODIR}/pbr.json
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PYSITELIB}/testtools/__init__.py
-${PYSITELIB}/testtools/__init__.pyc
-${PYSITELIB}/testtools/__init__.pyo
-${PYSITELIB}/testtools/_compat2x.py
-${PYSITELIB}/testtools/_compat2x.pyc
-${PYSITELIB}/testtools/_compat2x.pyo
-${PYSITELIB}/testtools/_compat3x.py
-${PYSITELIB}/testtools/_compat3x.pyc
-${PYSITELIB}/testtools/_compat3x.pyo
-${PYSITELIB}/testtools/assertions.py
-${PYSITELIB}/testtools/assertions.pyc
-${PYSITELIB}/testtools/assertions.pyo
-${PYSITELIB}/testtools/compat.py
-${PYSITELIB}/testtools/compat.pyc
-${PYSITELIB}/testtools/compat.pyo
-${PYSITELIB}/testtools/content.py
-${PYSITELIB}/testtools/content.pyc
-${PYSITELIB}/testtools/content.pyo
-${PYSITELIB}/testtools/content_type.py
-${PYSITELIB}/testtools/content_type.pyc
-${PYSITELIB}/testtools/content_type.pyo
-${PYSITELIB}/testtools/deferredruntest.py
-${PYSITELIB}/testtools/deferredruntest.pyc
-${PYSITELIB}/testtools/deferredruntest.pyo
-${PYSITELIB}/testtools/distutilscmd.py
-${PYSITELIB}/testtools/distutilscmd.pyc
-${PYSITELIB}/testtools/distutilscmd.pyo
-${PYSITELIB}/testtools/helpers.py
-${PYSITELIB}/testtools/helpers.pyc
-${PYSITELIB}/testtools/helpers.pyo
-${PYSITELIB}/testtools/matchers/__init__.py
-${PYSITELIB}/testtools/matchers/__init__.pyc
-${PYSITELIB}/testtools/matchers/__init__.pyo
-${PYSITELIB}/testtools/matchers/_basic.py
-${PYSITELIB}/testtools/matchers/_basic.pyc
-${PYSITELIB}/testtools/matchers/_basic.pyo
-${PYSITELIB}/testtools/matchers/_const.py
-${PYSITELIB}/testtools/matchers/_const.pyc
-${PYSITELIB}/testtools/matchers/_const.pyo
-${PYSITELIB}/testtools/matchers/_datastructures.py
-${PYSITELIB}/testtools/matchers/_datastructures.pyc
-${PYSITELIB}/testtools/matchers/_datastructures.pyo
-${PYSITELIB}/testtools/matchers/_dict.py
-${PYSITELIB}/testtools/matchers/_dict.pyc
-${PYSITELIB}/testtools/matchers/_dict.pyo
-${PYSITELIB}/testtools/matchers/_doctest.py
-${PYSITELIB}/testtools/matchers/_doctest.pyc
-${PYSITELIB}/testtools/matchers/_doctest.pyo
-${PYSITELIB}/testtools/matchers/_exception.py
-${PYSITELIB}/testtools/matchers/_exception.pyc
-${PYSITELIB}/testtools/matchers/_exception.pyo
-${PYSITELIB}/testtools/matchers/_filesystem.py
-${PYSITELIB}/testtools/matchers/_filesystem.pyc
-${PYSITELIB}/testtools/matchers/_filesystem.pyo
-${PYSITELIB}/testtools/matchers/_higherorder.py
-${PYSITELIB}/testtools/matchers/_higherorder.pyc
-${PYSITELIB}/testtools/matchers/_higherorder.pyo
-${PYSITELIB}/testtools/matchers/_impl.py
-${PYSITELIB}/testtools/matchers/_impl.pyc
-${PYSITELIB}/testtools/matchers/_impl.pyo
-${PYSITELIB}/testtools/matchers/_warnings.py
-${PYSITELIB}/testtools/matchers/_warnings.pyc
-${PYSITELIB}/testtools/matchers/_warnings.pyo
-${PYSITELIB}/testtools/monkey.py
-${PYSITELIB}/testtools/monkey.pyc
-${PYSITELIB}/testtools/monkey.pyo
-${PYSITELIB}/testtools/run.py
-${PYSITELIB}/testtools/run.pyc
-${PYSITELIB}/testtools/run.pyo
-${PYSITELIB}/testtools/runtest.py
-${PYSITELIB}/testtools/runtest.pyc
-${PYSITELIB}/testtools/runtest.pyo
-${PYSITELIB}/testtools/tags.py
-${PYSITELIB}/testtools/tags.pyc
-${PYSITELIB}/testtools/tags.pyo
-${PYSITELIB}/testtools/testcase.py
-${PYSITELIB}/testtools/testcase.pyc
-${PYSITELIB}/testtools/testcase.pyo
-${PYSITELIB}/testtools/testresult/__init__.py
-${PYSITELIB}/testtools/testresult/__init__.pyc
-${PYSITELIB}/testtools/testresult/__init__.pyo
-${PYSITELIB}/testtools/testresult/doubles.py
-${PYSITELIB}/testtools/testresult/doubles.pyc
-${PYSITELIB}/testtools/testresult/doubles.pyo
-${PYSITELIB}/testtools/testresult/real.py
-${PYSITELIB}/testtools/testresult/real.pyc
-${PYSITELIB}/testtools/testresult/real.pyo
-${PYSITELIB}/testtools/tests/__init__.py
-${PYSITELIB}/testtools/tests/__init__.pyc
-${PYSITELIB}/testtools/tests/__init__.pyo
-${PYSITELIB}/testtools/tests/helpers.py
-${PYSITELIB}/testtools/tests/helpers.pyc
-${PYSITELIB}/testtools/tests/helpers.pyo
-${PYSITELIB}/testtools/tests/matchers/__init__.py
-${PYSITELIB}/testtools/tests/matchers/__init__.pyc
-${PYSITELIB}/testtools/tests/matchers/__init__.pyo
-${PYSITELIB}/testtools/tests/matchers/helpers.py
-${PYSITELIB}/testtools/tests/matchers/helpers.pyc
-${PYSITELIB}/testtools/tests/matchers/helpers.pyo
-${PYSITELIB}/testtools/tests/matchers/test_basic.py
-${PYSITELIB}/testtools/tests/matchers/test_basic.pyc
-${PYSITELIB}/testtools/tests/matchers/test_basic.pyo
-${PYSITELIB}/testtools/tests/matchers/test_const.py
-${PYSITELIB}/testtools/tests/matchers/test_const.pyc
-${PYSITELIB}/testtools/tests/matchers/test_const.pyo
-${PYSITELIB}/testtools/tests/matchers/test_datastructures.py
-${PYSITELIB}/testtools/tests/matchers/test_datastructures.pyc
-${PYSITELIB}/testtools/tests/matchers/test_datastructures.pyo
-${PYSITELIB}/testtools/tests/matchers/test_dict.py
-${PYSITELIB}/testtools/tests/matchers/test_dict.pyc
-${PYSITELIB}/testtools/tests/matchers/test_dict.pyo
-${PYSITELIB}/testtools/tests/matchers/test_doctest.py
-${PYSITELIB}/testtools/tests/matchers/test_doctest.pyc
-${PYSITELIB}/testtools/tests/matchers/test_doctest.pyo
-${PYSITELIB}/testtools/tests/matchers/test_exception.py
-${PYSITELIB}/testtools/tests/matchers/test_exception.pyc
-${PYSITELIB}/testtools/tests/matchers/test_exception.pyo
-${PYSITELIB}/testtools/tests/matchers/test_filesystem.py
-${PYSITELIB}/testtools/tests/matchers/test_filesystem.pyc
-${PYSITELIB}/testtools/tests/matchers/test_filesystem.pyo
-${PYSITELIB}/testtools/tests/matchers/test_higherorder.py
-${PYSITELIB}/testtools/tests/matchers/test_higherorder.pyc
-${PYSITELIB}/testtools/tests/matchers/test_higherorder.pyo
-${PYSITELIB}/testtools/tests/matchers/test_impl.py
-${PYSITELIB}/testtools/tests/matchers/test_impl.pyc
-${PYSITELIB}/testtools/tests/matchers/test_impl.pyo
-${PYSITELIB}/testtools/tests/matchers/test_warnings.py
-${PYSITELIB}/testtools/tests/matchers/test_warnings.pyc
-${PYSITELIB}/testtools/tests/matchers/test_warnings.pyo
-${PYSITELIB}/testtools/tests/samplecases.py
-${PYSITELIB}/testtools/tests/samplecases.pyc
-${PYSITELIB}/testtools/tests/samplecases.pyo
-${PYSITELIB}/testtools/tests/test_assert_that.py
-${PYSITELIB}/testtools/tests/test_assert_that.pyc
-${PYSITELIB}/testtools/tests/test_assert_that.pyo
-${PYSITELIB}/testtools/tests/test_compat.py
-${PYSITELIB}/testtools/tests/test_compat.pyc
-${PYSITELIB}/testtools/tests/test_compat.pyo
-${PYSITELIB}/testtools/tests/test_content.py
-${PYSITELIB}/testtools/tests/test_content.pyc
-${PYSITELIB}/testtools/tests/test_content.pyo
-${PYSITELIB}/testtools/tests/test_content_type.py
-${PYSITELIB}/testtools/tests/test_content_type.pyc
-${PYSITELIB}/testtools/tests/test_content_type.pyo
-${PYSITELIB}/testtools/tests/test_distutilscmd.py
-${PYSITELIB}/testtools/tests/test_distutilscmd.pyc
-${PYSITELIB}/testtools/tests/test_distutilscmd.pyo
-${PYSITELIB}/testtools/tests/test_fixturesupport.py
-${PYSITELIB}/testtools/tests/test_fixturesupport.pyc
-${PYSITELIB}/testtools/tests/test_fixturesupport.pyo
-${PYSITELIB}/testtools/tests/test_helpers.py
-${PYSITELIB}/testtools/tests/test_helpers.pyc
-${PYSITELIB}/testtools/tests/test_helpers.pyo
-${PYSITELIB}/testtools/tests/test_monkey.py
-${PYSITELIB}/testtools/tests/test_monkey.pyc
-${PYSITELIB}/testtools/tests/test_monkey.pyo
-${PYSITELIB}/testtools/tests/test_run.py
-${PYSITELIB}/testtools/tests/test_run.pyc
-${PYSITELIB}/testtools/tests/test_run.pyo
-${PYSITELIB}/testtools/tests/test_runtest.py
-${PYSITELIB}/testtools/tests/test_runtest.pyc
-${PYSITELIB}/testtools/tests/test_runtest.pyo
-${PYSITELIB}/testtools/tests/test_tags.py
-${PYSITELIB}/testtools/tests/test_tags.pyc
-${PYSITELIB}/testtools/tests/test_tags.pyo
-${PYSITELIB}/testtools/tests/test_testcase.py
-${PYSITELIB}/testtools/tests/test_testcase.pyc
-${PYSITELIB}/testtools/tests/test_testcase.pyo
-${PYSITELIB}/testtools/tests/test_testresult.py
-${PYSITELIB}/testtools/tests/test_testresult.pyc
-${PYSITELIB}/testtools/tests/test_testresult.pyo
-${PYSITELIB}/testtools/tests/test_testsuite.py
-${PYSITELIB}/testtools/tests/test_testsuite.pyc
-${PYSITELIB}/testtools/tests/test_testsuite.pyo
-${PYSITELIB}/testtools/tests/test_with_with.py
-${PYSITELIB}/testtools/tests/test_with_with.pyc
-${PYSITELIB}/testtools/tests/test_with_with.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/__init__.py
-${PYSITELIB}/testtools/tests/twistedsupport/__init__.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/__init__.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/_helpers.py
-${PYSITELIB}/testtools/tests/twistedsupport/_helpers.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/_helpers.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_deferred.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_matchers.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_runtest.pyo
-${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.py
-${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.pyc
-${PYSITELIB}/testtools/tests/twistedsupport/test_spinner.pyo
-${PYSITELIB}/testtools/testsuite.py
-${PYSITELIB}/testtools/testsuite.pyc
-${PYSITELIB}/testtools/testsuite.pyo
-${PYSITELIB}/testtools/twistedsupport/__init__.py
-${PYSITELIB}/testtools/twistedsupport/__init__.pyc
-${PYSITELIB}/testtools/twistedsupport/__init__.pyo
-${PYSITELIB}/testtools/twistedsupport/_deferred.py
-${PYSITELIB}/testtools/twistedsupport/_deferred.pyc
-${PYSITELIB}/testtools/twistedsupport/_deferred.pyo
-${PYSITELIB}/testtools/twistedsupport/_deferreddebug.py
-${PYSITELIB}/testtools/twistedsupport/_deferreddebug.pyc
-${PYSITELIB}/testtools/twistedsupport/_deferreddebug.pyo
-${PYSITELIB}/testtools/twistedsupport/_matchers.py
-${PYSITELIB}/testtools/twistedsupport/_matchers.pyc
-${PYSITELIB}/testtools/twistedsupport/_matchers.pyo
-${PYSITELIB}/testtools/twistedsupport/_runtest.py
-${PYSITELIB}/testtools/twistedsupport/_runtest.pyc
-${PYSITELIB}/testtools/twistedsupport/_runtest.pyo
-${PYSITELIB}/testtools/twistedsupport/_spinner.py
-${PYSITELIB}/testtools/twistedsupport/_spinner.pyc
-${PYSITELIB}/testtools/twistedsupport/_spinner.pyo
-${PYSITELIB}/testtools/utils.py
-${PYSITELIB}/testtools/utils.pyc
-${PYSITELIB}/testtools/utils.pyo
diff -r 08a473e9aa68 -r cc1ed1cad756 devel/py-testtools24/distinfo
--- a/devel/py-testtools24/distinfo     Sun May 01 07:56:00 2022 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.1 2022/01/27 10:50:14 wiz Exp $
-
-BLAKE2s (testtools-2.4.0.tar.gz) = cdaa2467b9c4cccceb46f265ad360ff75fed55ff448c4bccf06a075e57f5067f



Home | Main Index | Thread Index | Old Index