pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-parsimonious



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Apr 25 11:47:13 UTC 2025

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

Log Message:
py-parsimonious: converted to wheel.mk


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/textproc/py-parsimonious/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/py-parsimonious/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-parsimonious/Makefile
diff -u pkgsrc/textproc/py-parsimonious/Makefile:1.4 pkgsrc/textproc/py-parsimonious/Makefile:1.5
--- pkgsrc/textproc/py-parsimonious/Makefile:1.4        Mon Sep 12 10:57:05 2022
+++ pkgsrc/textproc/py-parsimonious/Makefile    Fri Apr 25 11:47:13 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.4 2022/09/12 10:57:05 adam Exp $
+# $NetBSD: Makefile,v 1.5 2025/04/25 11:47:13 adam Exp $
 
 DISTNAME=      parsimonious-0.10.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    textproc python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/parsimonious/}
 
@@ -10,12 +11,10 @@ HOMEPAGE=   https://github.com/erikrose/pa
 COMMENT=       The fastest pure-Python PEG parser I could muster
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-regex>=2022.3.15:../../textproc/py-regex
-TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=0:../../devel/py-nose
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
-
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/py-parsimonious/PLIST
diff -u pkgsrc/textproc/py-parsimonious/PLIST:1.2 pkgsrc/textproc/py-parsimonious/PLIST:1.3
--- pkgsrc/textproc/py-parsimonious/PLIST:1.2   Mon Sep 12 10:57:05 2022
+++ pkgsrc/textproc/py-parsimonious/PLIST       Fri Apr 25 11:47:13 2025
@@ -1,9 +1,9 @@
-@comment $NetBSD: PLIST,v 1.2 2022/09/12 10:57:05 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/25 11:47:13 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/parsimonious/__init__.py
 ${PYSITELIB}/parsimonious/__init__.pyc
 ${PYSITELIB}/parsimonious/__init__.pyo



Home | Main Index | Thread Index | Old Index