pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-odfpy



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Aug 10 08:10:04 UTC 2024

Modified Files:
        pkgsrc/textproc/py-odfpy: Makefile PLIST

Log Message:
py-odfpy: convert to wheel.mk

Remove unused test dependency.

Document test status.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/py-odfpy/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-odfpy/PLIST

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

Modified files:

Index: pkgsrc/textproc/py-odfpy/Makefile
diff -u pkgsrc/textproc/py-odfpy/Makefile:1.8 pkgsrc/textproc/py-odfpy/Makefile:1.9
--- pkgsrc/textproc/py-odfpy/Makefile:1.8       Thu Sep 28 22:12:46 2023
+++ pkgsrc/textproc/py-odfpy/Makefile   Sat Aug 10 08:10:03 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2023/09/28 22:12:46 joerg Exp $
+# $NetBSD: Makefile,v 1.9 2024/08/10 08:10:03 wiz Exp $
 
 DISTNAME=      odfpy-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=o/odfpy/}
 
@@ -11,15 +11,17 @@ HOMEPAGE=   https://github.com/eea/odfpy
 COMMENT=       Python API and tools to manipulate OpenDocument files
 LICENSE=       gnu-gpl-v2
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-defusedxml-[0-9]*:../../textproc/py-defusedxml
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+
+# as of 1.4.1
+# 115 passed, 1 skipped
 
 USE_LANGUAGES= # none
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-PYSETUPTESTTARGET=     pytest
-
 SUBST_CLASSES+=                man
 SUBST_STAGE.man=       pre-configure
 SUBST_FILES.man=       setup.py
@@ -37,5 +39,5 @@ post-install:
              ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/${bin}-${PYVERSSUFFIX}.1
 .endfor
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-odfpy/PLIST
diff -u pkgsrc/textproc/py-odfpy/PLIST:1.4 pkgsrc/textproc/py-odfpy/PLIST:1.5
--- pkgsrc/textproc/py-odfpy/PLIST:1.4  Tue Aug 18 01:01:56 2020
+++ pkgsrc/textproc/py-odfpy/PLIST      Sat Aug 10 08:10:03 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2020/08/18 01:01:56 joerg Exp $
+@comment $NetBSD: PLIST,v 1.5 2024/08/10 08:10:03 wiz Exp $
 bin/csv2ods-${PYVERSSUFFIX}
 bin/mailodf-${PYVERSSUFFIX}
 bin/odf2mht-${PYVERSSUFFIX}
@@ -10,11 +10,6 @@ bin/odfmeta-${PYVERSSUFFIX}
 bin/odfoutline-${PYVERSSUFFIX}
 bin/odfuserfield-${PYVERSSUFFIX}
 bin/xml2odf-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/odf/__init__.py
 ${PYSITELIB}/odf/__init__.pyc
 ${PYSITELIB}/odf/__init__.pyo
@@ -117,6 +112,10 @@ ${PYSITELIB}/odf/userfield.pyo
 ${PYSITELIB}/odf/xforms.py
 ${PYSITELIB}/odf/xforms.pyc
 ${PYSITELIB}/odf/xforms.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 man/man1/csv2ods-${PYVERSSUFFIX}.1
 man/man1/mailodf-${PYVERSSUFFIX}.1
 man/man1/odf2mht-${PYVERSSUFFIX}.1



Home | Main Index | Thread Index | Old Index