pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-buildbot



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 17 15:51:59 UTC 2026

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

Log Message:
py-buildbot: mark as BROKEN

Uses pkg_resources, which was removed from setuptools.


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 pkgsrc/devel/py-buildbot/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-buildbot/Makefile
diff -u pkgsrc/devel/py-buildbot/Makefile:1.37 pkgsrc/devel/py-buildbot/Makefile:1.38
--- pkgsrc/devel/py-buildbot/Makefile:1.37      Tue Jan  6 11:18:41 2026
+++ pkgsrc/devel/py-buildbot/Makefile   Tue Feb 17 15:51:59 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2026/01/06 11:18:41 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2026/02/17 15:51:59 wiz Exp $
 
 DISTNAME=      buildbot-2.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -30,12 +30,12 @@ TEST_DEPENDS+=      ${PYPKGPREFIX}-parameteri
 TEST_DEPENDS+= ${PYPKGPREFIX}-treq-[0-9]*:../../devel/py-treq
 TEST_DEPENDS+= ${PYPKGPREFIX}-txrequests-[0-9]*:../../devel/py-txrequests
 
-PYTHON_VERSIONS_INCOMPATIBLE=  310 311 313 # py-sphinx, py-Tempita
-
-USE_PKG_RESOURCES=     yes
+PYTHON_VERSIONS_INCOMPATIBLE=  310 311 # py-sphinx
 
 USE_LANGUAGES= # none
 
+BROKEN=                "Uses pkg_resources, which was removed from setuptools."
+
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} buildbot buildbot-${PYVERSSUFFIX} && \



Home | Main Index | Thread Index | Old Index