pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pip-requirements-parser



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 22 20:08:30 UTC 2025

Modified Files:
        pkgsrc/devel/py-pip-requirements-parser: Makefile PLIST

Log Message:
py-pip-requirements-parser: convert to wheel.mk

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-pip-requirements-parser/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-pip-requirements-parser/PLIST

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

Modified files:

Index: pkgsrc/devel/py-pip-requirements-parser/Makefile
diff -u pkgsrc/devel/py-pip-requirements-parser/Makefile:1.3 pkgsrc/devel/py-pip-requirements-parser/Makefile:1.4
--- pkgsrc/devel/py-pip-requirements-parser/Makefile:1.3        Tue Jun  6 12:41:14 2023
+++ pkgsrc/devel/py-pip-requirements-parser/Makefile    Tue Apr 22 20:08:30 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2023/06/06 12:41:14 riastradh Exp $
+# $NetBSD: Makefile,v 1.4 2025/04/22 20:08:30 wiz Exp $
 
 DISTNAME=      pip-requirements-parser-32.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pip-requirements-parser/}
 
@@ -10,12 +11,14 @@ HOMEPAGE=   https://github.com/nexB/pip-re
 COMMENT=       pip requirements parsing library
 LICENSE=       mit
 
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=3.4.1:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
 
 USE_LANGUAGES= # none
 
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+# as of 32.0.1
+# 5 failed, 8265 passed, 5 skipped, 1 xfailed
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-pip-requirements-parser/PLIST
diff -u pkgsrc/devel/py-pip-requirements-parser/PLIST:1.2 pkgsrc/devel/py-pip-requirements-parser/PLIST:1.3
--- pkgsrc/devel/py-pip-requirements-parser/PLIST:1.2   Thu Feb  9 07:05:03 2023
+++ pkgsrc/devel/py-pip-requirements-parser/PLIST       Tue Apr 22 20:08:30 2025
@@ -1,13 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2023/02/09 07:05:03 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2025/04/22 20:08:30 wiz Exp $
 ${PYSITELIB}/packaging_legacy_version.py
 ${PYSITELIB}/packaging_legacy_version.pyc
 ${PYSITELIB}/packaging_legacy_version.pyo
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
-${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}/licenses/AUTHORS.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/CHANGELOG.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/README.rst
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/mit.LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pip_requirements_parser.py
 ${PYSITELIB}/pip_requirements_parser.pyc
 ${PYSITELIB}/pip_requirements_parser.pyo



Home | Main Index | Thread Index | Old Index