pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-humanfriendly



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Feb 17 15:22:23 UTC 2026

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

Log Message:
py-humanfriendly: switch to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/textproc/py-humanfriendly/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-humanfriendly/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-humanfriendly/Makefile
diff -u pkgsrc/textproc/py-humanfriendly/Makefile:1.5 pkgsrc/textproc/py-humanfriendly/Makefile:1.6
--- pkgsrc/textproc/py-humanfriendly/Makefile:1.5       Tue Aug  1 20:39:22 2023
+++ pkgsrc/textproc/py-humanfriendly/Makefile   Tue Feb 17 15:22:23 2026
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2023/08/01 20:39:22 adam Exp $
+# $NetBSD: Makefile,v 1.6 2026/02/17 15:22:23 wiz Exp $
 
 DISTNAME=      humanfriendly-10.0
-PKGREVISION=   1
+PKGREVISION=   2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=h/humanfriendly/}
@@ -11,9 +11,11 @@ HOMEPAGE=    https://humanfriendly.readthed
 COMMENT=       Human friendly output for text interfaces using Python
 LICENSE=       mit
 
+DEPENDS+=      ${PYPKGPREFIX}-setuptools>=0:../../devel/py-setuptools
 # py-capturer depends on this
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-capturer>=2.1:../../devel/py-capturer
-TEST_DEPENDS+= ${PYPKGPREFIX}-coloredlogs>=15.0.1:../../devel/py-coloredlogs
+# py-coloredlogs depends on this
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-coloredlogs>=15.0.1:../../devel/py-coloredlogs
 TEST_DEPENDS+= ${PYPKGPREFIX}-docutils>=0.15:../../textproc/py-docutils
 TEST_DEPENDS+= ${PYPKGPREFIX}-mock>=3.0.5:../../devel/py-mock
 TEST_DEPENDS+= ${PYPKGPREFIX}-test>=3.0.7:../../devel/py-test
@@ -21,13 +23,9 @@ TEST_DEPENDS+=       ${PYPKGPREFIX}-test-cov>=
 
 USE_LANGUAGES= # none
 
-USE_PKG_RESOURCES=     yes
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} humanfriendly humanfriendly-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-humanfriendly/PLIST
diff -u pkgsrc/textproc/py-humanfriendly/PLIST:1.2 pkgsrc/textproc/py-humanfriendly/PLIST:1.3
--- pkgsrc/textproc/py-humanfriendly/PLIST:1.2  Tue Aug  1 20:39:22 2023
+++ pkgsrc/textproc/py-humanfriendly/PLIST      Tue Feb 17 15:22:23 2026
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.2 2023/08/01 20:39:22 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2026/02/17 15:22:23 wiz Exp $
 bin/humanfriendly-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/requires.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/humanfriendly/__init__.py
 ${PYSITELIB}/humanfriendly/__init__.pyc
 ${PYSITELIB}/humanfriendly/__init__.pyo



Home | Main Index | Thread Index | Old Index