pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-zope.component
Module Name: pkgsrc
Committed By: wiz
Date: Sun Feb 8 18:19:57 UTC 2026
Modified Files:
pkgsrc/devel/py-zope.component: Makefile PLIST
Log Message:
py-zope.component: fix PLIST
add a test dependency and mention test status.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-zope.component/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-zope.component/PLIST
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-zope.component/Makefile
diff -u pkgsrc/devel/py-zope.component/Makefile:1.4 pkgsrc/devel/py-zope.component/Makefile:1.5
--- pkgsrc/devel/py-zope.component/Makefile:1.4 Tue Feb 3 10:23:15 2026
+++ pkgsrc/devel/py-zope.component/Makefile Sun Feb 8 18:19:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2026/02/03 10:23:15 adam Exp $
+# $NetBSD: Makefile,v 1.5 2026/02/08 18:19:57 wiz Exp $
DISTNAME= zope_component-7.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -14,8 +14,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools
DEPENDS+= ${PYPKGPREFIX}-zope.event>=0:../../devel/py-zope.event
DEPENDS+= ${PYPKGPREFIX}-zope.hookable>=4.2.0:../../devel/py-zope.hookable
DEPENDS+= ${PYPKGPREFIX}-zope.interface>=5.3:../../devel/py-zope.interface
+TEST_DEPENDS+= ${PYPKGPREFIX}-zope.configuration>=0:../../devel/py-zope.configuration
USE_LANGUAGES= # none
+# as of 7.1
+# 6 failed, 230 passed, 77 skipped
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-zope.component/PLIST
diff -u pkgsrc/devel/py-zope.component/PLIST:1.3 pkgsrc/devel/py-zope.component/PLIST:1.4
--- pkgsrc/devel/py-zope.component/PLIST:1.3 Mon Sep 15 11:48:00 2025
+++ pkgsrc/devel/py-zope.component/PLIST Sun Feb 8 18:19:57 2026
@@ -1,9 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2025/09/15 11:48:00 adam Exp $
-${PYSITELIB}/${WHEEL_INFODIR}/METADATA
-${PYSITELIB}/${WHEEL_INFODIR}/RECORD
-${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+@comment $NetBSD: PLIST,v 1.4 2026/02/08 18:19:57 wiz Exp $
${PYSITELIB}/zope/component/__init__.py
${PYSITELIB}/zope/component/__init__.pyc
${PYSITELIB}/zope/component/__init__.pyo
@@ -51,9 +46,6 @@ ${PYSITELIB}/zope/component/security.pyo
${PYSITELIB}/zope/component/standalonetests.py
${PYSITELIB}/zope/component/standalonetests.pyc
${PYSITELIB}/zope/component/standalonetests.pyo
-${PYSITELIB}/zope/component/testfiles/__init__.py
-${PYSITELIB}/zope/component/testfiles/__init__.pyc
-${PYSITELIB}/zope/component/testfiles/__init__.pyo
${PYSITELIB}/zope/component/testfiles/adapter.py
${PYSITELIB}/zope/component/testfiles/adapter.pyc
${PYSITELIB}/zope/component/testfiles/adapter.pyo
@@ -121,3 +113,8 @@ ${PYSITELIB}/zope/component/tests/test_z
${PYSITELIB}/zope/component/zcml.py
${PYSITELIB}/zope/component/zcml.pyc
${PYSITELIB}/zope/component/zcml.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
Home |
Main Index |
Thread Index |
Old Index