pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-iniparse



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:36:24 UTC 2025

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

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/textproc/py-iniparse/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-iniparse/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-iniparse/Makefile
diff -u pkgsrc/textproc/py-iniparse/Makefile:1.15 pkgsrc/textproc/py-iniparse/Makefile:1.16
--- pkgsrc/textproc/py-iniparse/Makefile:1.15   Tue Jan  4 20:54:56 2022
+++ pkgsrc/textproc/py-iniparse/Makefile        Tue Apr 22 20:36:24 2025
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.15 2022/01/04 20:54:56 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2025/04/22 20:36:24 wiz Exp $
 
 DISTNAME=      iniparse-0.5
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/iniparse/}
 
@@ -11,9 +11,13 @@ HOMEPAGE=    https://github.com/candlepin/p
 COMMENT=       Better INI parser for Python
 LICENSE=       mit AND python-software-foundation
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
 USE_LANGUAGES= # none
 
-.include "../../lang/python/egg.mk"
+# as of 0.5
+# 41 failed, 77 passed, 4 warnings
+
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-iniparse/PLIST
diff -u pkgsrc/textproc/py-iniparse/PLIST:1.2 pkgsrc/textproc/py-iniparse/PLIST:1.3
--- pkgsrc/textproc/py-iniparse/PLIST:1.2       Thu Jun 18 21:45:06 2020
+++ pkgsrc/textproc/py-iniparse/PLIST   Tue Apr 22 20:36:24 2025
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/18 21:45:06 adam Exp $
-${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
+@comment $NetBSD: PLIST,v 1.3 2025/04/22 20:36:24 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE-PSF
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/iniparse/__init__.py
 ${PYSITELIB}/iniparse/__init__.pyc
 ${PYSITELIB}/iniparse/__init__.pyo



Home | Main Index | Thread Index | Old Index