pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cpplint



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun May  5 21:21:02 UTC 2024

Modified Files:
        pkgsrc/devel/py-cpplint: Makefile PLIST

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-cpplint/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-cpplint/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-cpplint/Makefile
diff -u pkgsrc/devel/py-cpplint/Makefile:1.10 pkgsrc/devel/py-cpplint/Makefile:1.11
--- pkgsrc/devel/py-cpplint/Makefile:1.10       Fri Jan 20 14:05:16 2023
+++ pkgsrc/devel/py-cpplint/Makefile    Sun May  5 21:21:02 2024
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.10 2023/01/20 14:05:16 adam Exp $
+# $NetBSD: Makefile,v 1.11 2024/05/05 21:21:02 wiz Exp $
 
 DISTNAME=      cpplint-1.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cpplint/}
 
@@ -10,22 +11,20 @@ HOMEPAGE=   https://github.com/cpplint/cpp
 COMMENT=       Static code checker for C++
 LICENSE=       modified-bsd
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
-TOOL_DEPENDS+= ${PYPKGPREFIX}-pip-[0-9]*:../../devel/py-pip
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 TEST_DEPENDS+= ${PYPKGPREFIX}-pyparsing-[0-9]*:../../devel/py-pyparsing
-TEST_DEPENDS+= ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp
+# tests are broken anyway
 #TEST_DEPENDS+=        ${PYPKGPREFIX}-testfixtures-[0-9]*:../../wip/py-testfixtures
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov-[0-9]*:../../devel/py-test-cov
 TEST_DEPENDS+= ${PYPKGPREFIX}-test-runner-[0-9]*:../../devel/py-test-runner
+TEST_DEPENDS+= ${PYPKGPREFIX}-zipp-[0-9]*:../../archivers/py-zipp
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
-USE_PKG_RESOURCES=     yes
-
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
        ${MV} cpplint cpplint-${PYVERSSUFFIX} || ${TRUE}
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/py-cpplint/PLIST
diff -u pkgsrc/devel/py-cpplint/PLIST:1.1 pkgsrc/devel/py-cpplint/PLIST:1.2
--- pkgsrc/devel/py-cpplint/PLIST:1.1   Mon Jun 29 13:09:44 2020
+++ pkgsrc/devel/py-cpplint/PLIST       Sun May  5 21:21:02 2024
@@ -1,11 +1,11 @@
-@comment $NetBSD: PLIST,v 1.1 2020/06/29 13:09:44 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2024/05/05 21:21:02 wiz Exp $
 bin/cpplint-${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}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/cpplint.py
 ${PYSITELIB}/cpplint.pyc
 ${PYSITELIB}/cpplint.pyo



Home | Main Index | Thread Index | Old Index