pkgsrc-Changes archive

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

CVS commit: pkgsrc



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  1 07:57:42 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile
        pkgsrc/doc: CHANGES-2022
        pkgsrc/lang/python: versioned_dependencies.mk
Removed Files:
        pkgsrc/devel/py-testtools24: DESCR Makefile PLIST distinfo

Log Message:
py-testtools24: remove

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


To generate a diff of this commit:
cvs rdiff -u -r1.3727 -r1.3728 pkgsrc/devel/Makefile
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/py-testtools24/DESCR \
    pkgsrc/devel/py-testtools24/Makefile pkgsrc/devel/py-testtools24/PLIST \
    pkgsrc/devel/py-testtools24/distinfo
cvs rdiff -u -r1.2202 -r1.2203 pkgsrc/doc/CHANGES-2022
cvs rdiff -u -r1.68 -r1.69 pkgsrc/lang/python/versioned_dependencies.mk

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

Modified files:

Index: pkgsrc/devel/Makefile
diff -u pkgsrc/devel/Makefile:1.3727 pkgsrc/devel/Makefile:1.3728
--- pkgsrc/devel/Makefile:1.3727        Sun May  1 07:56:00 2022
+++ pkgsrc/devel/Makefile       Sun May  1 07:57:42 2022
@@ -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-testrepository
 SUBDIR+=       py-testresources
 SUBDIR+=       py-testscenarios
 SUBDIR+=       py-testtools
-SUBDIR+=       py-testtools24
 SUBDIR+=       py-thrift
 SUBDIR+=       py-tlsh
 SUBDIR+=       py-toolz

Index: pkgsrc/doc/CHANGES-2022
diff -u pkgsrc/doc/CHANGES-2022:1.2202 pkgsrc/doc/CHANGES-2022:1.2203
--- pkgsrc/doc/CHANGES-2022:1.2202      Sun May  1 07:56:00 2022
+++ pkgsrc/doc/CHANGES-2022     Sun May  1 07:57:42 2022
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2022,v 1.2202 2022/05/01 07:56:00 wiz Exp $
+$NetBSD: CHANGES-2022,v 1.2203 2022/05/01 07:57:42 wiz Exp $
 
 Changes to the packages collection and infrastructure in 2022:
 
@@ -3470,3 +3470,4 @@ Changes to the packages collection and i
        Updated wm/sdorfehs to 1.3 [pin 2022-05-01]
        Updated mail/mutt to 2.2.4 [tron 2022-05-01]
        Removed devel/bzr-svn [wiz 2022-05-01]
+       Removed devel/py-testtools24 [wiz 2022-05-01]

Index: pkgsrc/lang/python/versioned_dependencies.mk
diff -u pkgsrc/lang/python/versioned_dependencies.mk:1.68 pkgsrc/lang/python/versioned_dependencies.mk:1.69
--- pkgsrc/lang/python/versioned_dependencies.mk:1.68   Fri Apr 29 23:44:02 2022
+++ pkgsrc/lang/python/versioned_dependencies.mk        Sun May  1 07:57:42 2022
@@ -1,4 +1,4 @@
-# $NetBSD: versioned_dependencies.mk,v 1.68 2022/04/29 23:44:02 wiz Exp $
+# $NetBSD: versioned_dependencies.mk,v 1.69 2022/05/01 07:57:42 wiz Exp $
 #
 # This file determines which separate distribution of a Python
 # package is used as dependency, depending on the Python version
@@ -9,7 +9,7 @@
 # PYTHON_VERSIONED_DEPENDENCIES
 #       The Python package which should be added as a dependency.
 #
-#       Possible values: Pillow Pmw X cairo click cryptography flake8 html2text hypothesis importlib-metadata jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa 
setuptools setuptools_scm sphinx test testtools twisted zipp
+#       Possible values: Pillow Pmw X cairo click cryptography flake8 html2text hypothesis importlib-metadata jinja2 markdown mccabe more-itertools pip packaging pygments pyparsing python-digest rsa 
setuptools setuptools_scm sphinx test twisted zipp
 #       Default: (nothing)
 #
 
@@ -42,7 +42,6 @@ _SUPPORTED_PACKAGES+= setuptools devel/p
 _SUPPORTED_PACKAGES+=  setuptools_scm devel/py-setuptools_scm5 devel/py-setuptools_scm
 _SUPPORTED_PACKAGES+=  sphinx textproc/py-sphinx1 textproc/py-sphinx
 _SUPPORTED_PACKAGES+=  test devel/py-test4 devel/py-test
-_SUPPORTED_PACKAGES+=  testtools devel/py-testtools24 devel/py-testtools
 _SUPPORTED_PACKAGES+=  twisted net/py-twisted19 net/py-twisted
 _SUPPORTED_PACKAGES+=  zipp archivers/py-zipp1 archivers/py-zipp
 



Home | Main Index | Thread Index | Old Index