pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/coccigrep



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sun Oct 13 10:10:23 UTC 2024

Modified Files:
        pkgsrc/textproc/coccigrep: Makefile PLIST distinfo

Log Message:
coccigrep: update to 1.20.

Changes not documented.


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/textproc/coccigrep/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/textproc/coccigrep/PLIST
cvs rdiff -u -r1.8 -r1.9 pkgsrc/textproc/coccigrep/distinfo

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

Modified files:

Index: pkgsrc/textproc/coccigrep/Makefile
diff -u pkgsrc/textproc/coccigrep/Makefile:1.20 pkgsrc/textproc/coccigrep/Makefile:1.21
--- pkgsrc/textproc/coccigrep/Makefile:1.20     Mon Aug 14 05:25:21 2023
+++ pkgsrc/textproc/coccigrep/Makefile  Sun Oct 13 10:10:23 2024
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2023/08/14 05:25:21 wiz Exp $
+# $NetBSD: Makefile,v 1.21 2024/10/13 10:10:23 wiz Exp $
 
-DISTNAME=      coccigrep-1.16
-PKGREVISION=   5
+DISTNAME=      coccigrep-1.20
 CATEGORIES=    textproc
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=regit/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -11,15 +10,19 @@ HOMEPAGE=   https://home.regit.org/softwar
 COMMENT=       Semantic grep for the C language
 LICENSE=       gnu-gpl-v3
 
-DEPENDS=       coccinelle-[0-9]*:../../devel/coccinelle
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
+DEPENDS+=      coccinelle-[0-9]*:../../devel/coccinelle
 
 USE_LANGUAGES= # none
 
 INSTALLATION_DIRS=     ${PKGMANDIR}/man1
 
+PYTHON_VERSIONS_ACCEPTED=      311 310
+
 post-install:
        ${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
 
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/textproc/coccigrep/PLIST
diff -u pkgsrc/textproc/coccigrep/PLIST:1.2 pkgsrc/textproc/coccigrep/PLIST:1.3
--- pkgsrc/textproc/coccigrep/PLIST:1.2 Fri Jan 16 11:44:07 2015
+++ pkgsrc/textproc/coccigrep/PLIST     Sun Oct 13 10:10:23 2024
@@ -1,9 +1,10 @@
-@comment $NetBSD: PLIST,v 1.2 2015/01/16 11:44:07 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/10/13 10:10:23 wiz Exp $
 bin/coccigrep
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.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}/top_level.txt
 ${PYSITELIB}/coccigrep/__init__.py
 ${PYSITELIB}/coccigrep/__init__.pyc
 ${PYSITELIB}/coccigrep/__init__.pyo

Index: pkgsrc/textproc/coccigrep/distinfo
diff -u pkgsrc/textproc/coccigrep/distinfo:1.8 pkgsrc/textproc/coccigrep/distinfo:1.9
--- pkgsrc/textproc/coccigrep/distinfo:1.8      Tue Oct 26 11:21:47 2021
+++ pkgsrc/textproc/coccigrep/distinfo  Sun Oct 13 10:10:23 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2021/10/26 11:21:47 nia Exp $
+$NetBSD: distinfo,v 1.9 2024/10/13 10:10:23 wiz Exp $
 
-BLAKE2s (coccigrep-1.16.tar.gz) = b1cded42f95cd9f9b91664ff08ceb4e4472f4f534de5ce6792fde18562aaf529
-SHA512 (coccigrep-1.16.tar.gz) = 113c308fd05af6ec8765b719ad4eef9d6c39e123c011aedcd0d3f10782b06f3b94e1c8b5e0c609270441d60ef295ab721a40145cc2fe3ebc11afed348f39b269
-Size (coccigrep-1.16.tar.gz) = 32622 bytes
+BLAKE2s (coccigrep-1.20.tar.gz) = 4dbfd55e5b2259a825573779fbb0bf95568fdcb1431052d5cfda3006292b08eb
+SHA512 (coccigrep-1.20.tar.gz) = 35d6a43b515c261ba025b876a72566581f892624eb9f47cde4121f16b2922ead8cd94e2c0ea6e00e4c64a3fe0cdcc4aeadc4c49900a8de8cfc0b589208ecae9c
+Size (coccigrep-1.20.tar.gz) = 33027 bytes



Home | Main Index | Thread Index | Old Index