pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools44



Module Name:    pkgsrc
Committed By:   adam
Date:           Sun May 24 06:18:48 UTC 2026

Modified Files:
        pkgsrc/devel/py-setuptools44: Makefile

Log Message:
py-setuptools44: removed commented-out TEST_DEPENDS


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-setuptools44/Makefile

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-setuptools44/Makefile
diff -u pkgsrc/devel/py-setuptools44/Makefile:1.8 pkgsrc/devel/py-setuptools44/Makefile:1.9
--- pkgsrc/devel/py-setuptools44/Makefile:1.8   Sat Aug 10 16:15:58 2024
+++ pkgsrc/devel/py-setuptools44/Makefile       Sun May 24 06:18:48 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2024/08/10 16:15:58 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2026/05/24 06:18:48 adam Exp $
 
 DISTNAME=      setuptools-44.1.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,12 +12,6 @@ HOMEPAGE=    https://github.com/pypa/setupt
 COMMENT=       New Python packaging system (python 2.x version)
 LICENSE=       python-software-foundation OR zpl-2.0
 
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-pathlib2-[0-9]*:../../devel/py-pathlib2
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-fixture-config-[0-9]*:../../devel/py-test-fixture-config
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-virtualenv-[0-9]*:../../devel/py-test-virtualenv
-#TEST_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-
 REPLACE_PYTHON+=       setuptools/command/easy_install.py
 
 PYTHON_VERSIONS_ACCEPTED=      27



Home | Main Index | Thread Index | Old Index