pkgsrc-WIP-changes archive

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

coccigrep: convert to wheel.mk



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Oct 13 11:58:39 2024 +0200
Changeset:	45f8937be1976fab54f1e8434f61928c948a0ef6

Modified Files:
	coccigrep/Makefile
	coccigrep/distinfo
Added Files:
	coccigrep/TODO

Log Message:
coccigrep: convert to wheel.mk

Note build failure and upstream bug report

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=45f8937be1976fab54f1e8434f61928c948a0ef6

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

diffstat:
 coccigrep/Makefile | 3 ++-
 coccigrep/TODO     | 3 +++
 coccigrep/distinfo | 2 +-
 3 files changed, 6 insertions(+), 2 deletions(-)

diffs:
diff --git a/coccigrep/Makefile b/coccigrep/Makefile
index ab3ca29e5c..c8ed47ce4c 100644
--- a/coccigrep/Makefile
+++ b/coccigrep/Makefile
@@ -10,6 +10,7 @@ HOMEPAGE=	https://home.regit.org/software/coccigrep/
 COMMENT=	Semantic grep for the C language
 LICENSE=	gnu-gpl-v3
 
+TOOL_DEPENDS+=	${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
 DEPENDS+=	${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=	coccinelle-[0-9]*:../../devel/coccinelle
 
@@ -21,5 +22,5 @@ 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"
diff --git a/coccigrep/TODO b/coccigrep/TODO
new file mode 100644
index 0000000000..89bc8ffc22
--- /dev/null
+++ b/coccigrep/TODO
@@ -0,0 +1,3 @@
+Fails to package:
+
+https://github.com/regit/coccigrep/issues/22
diff --git a/coccigrep/distinfo b/coccigrep/distinfo
index 8745ea062b..a375ada0ee 100644
--- a/coccigrep/distinfo
+++ b/coccigrep/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.6 2017/05/05 11:04:15 leot Exp $
 
-RMD160 (coccigrep-1.20.tar.gz) = 01b955b84ebb8b284e227c57767ddea8e8f985c8
+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