Skip to content

Commit b7a93a7

Browse files
committed
py-zope.component: fix PLIST
add a test dependency and mention test status.
1 parent ca85647 commit b7a93a7

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

devel/py-zope.component/Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: Makefile,v 1.4 2026/02/03 10:23:15 adam Exp $
1+
# $NetBSD: Makefile,v 1.5 2026/02/08 18:19:57 wiz Exp $
22

33
DISTNAME= zope_component-7.1
44
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/_/./}
@@ -14,8 +14,12 @@ TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
1414
DEPENDS+= ${PYPKGPREFIX}-zope.event>=0:../../devel/py-zope.event
1515
DEPENDS+= ${PYPKGPREFIX}-zope.hookable>=4.2.0:../../devel/py-zope.hookable
1616
DEPENDS+= ${PYPKGPREFIX}-zope.interface>=5.3:../../devel/py-zope.interface
17+
TEST_DEPENDS+= ${PYPKGPREFIX}-zope.configuration>=0:../../devel/py-zope.configuration
1718

1819
USE_LANGUAGES= # none
1920

21+
# as of 7.1
22+
# 6 failed, 230 passed, 77 skipped
23+
2024
.include "../../lang/python/wheel.mk"
2125
.include "../../mk/bsd.pkg.mk"

devel/py-zope.component/PLIST

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
@comment $NetBSD: PLIST,v 1.3 2025/09/15 11:48:00 adam Exp $
2-
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
3-
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
4-
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
5-
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
6-
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
1+
@comment $NetBSD: PLIST,v 1.4 2026/02/08 18:19:57 wiz Exp $
72
${PYSITELIB}/zope/component/__init__.py
83
${PYSITELIB}/zope/component/__init__.pyc
94
${PYSITELIB}/zope/component/__init__.pyo
@@ -51,9 +46,6 @@ ${PYSITELIB}/zope/component/security.pyo
5146
${PYSITELIB}/zope/component/standalonetests.py
5247
${PYSITELIB}/zope/component/standalonetests.pyc
5348
${PYSITELIB}/zope/component/standalonetests.pyo
54-
${PYSITELIB}/zope/component/testfiles/__init__.py
55-
${PYSITELIB}/zope/component/testfiles/__init__.pyc
56-
${PYSITELIB}/zope/component/testfiles/__init__.pyo
5749
${PYSITELIB}/zope/component/testfiles/adapter.py
5850
${PYSITELIB}/zope/component/testfiles/adapter.pyc
5951
${PYSITELIB}/zope/component/testfiles/adapter.pyo
@@ -121,3 +113,8 @@ ${PYSITELIB}/zope/component/tests/test_zcml.pyo
121113
${PYSITELIB}/zope/component/zcml.py
122114
${PYSITELIB}/zope/component/zcml.pyc
123115
${PYSITELIB}/zope/component/zcml.pyo
116+
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
117+
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
118+
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
119+
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
120+
${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt

0 commit comments

Comments
 (0)