pkgsrc-WIP-changes archive

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

coccigrep: finish



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sun Oct 13 12:09:28 2024 +0200
Changeset:	d1c543545cf6f3d319c0b12871566bf6e8124564

Modified Files:
	coccigrep/Makefile
	coccigrep/PLIST
Removed Files:
	coccigrep/TODO

Log Message:
coccigrep: finish

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

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

diffstat:
 coccigrep/Makefile |  2 ++
 coccigrep/PLIST    | 10 +++++-----
 coccigrep/TODO     |  3 ---
 3 files changed, 7 insertions(+), 8 deletions(-)

diffs:
diff --git a/coccigrep/Makefile b/coccigrep/Makefile
index c8ed47ce4c..db7c00ed22 100644
--- a/coccigrep/Makefile
+++ b/coccigrep/Makefile
@@ -18,6 +18,8 @@ USE_LANGUAGES=	# none
 
 INSTALLATION_DIRS=	${PKGMANDIR}/man1
 
+PYTHON_VERSIONS_ACCEPTED=	311 310
+
 post-install:
 	${INSTALL_DATA} ${WRKSRC}/coccigrep.1 \
 		${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
diff --git a/coccigrep/PLIST b/coccigrep/PLIST
index 5969bc9e84..ce14632714 100644
--- a/coccigrep/PLIST
+++ b/coccigrep/PLIST
@@ -1,10 +1,10 @@
 @comment $NetBSD$
 bin/coccigrep
-${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
+${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
diff --git a/coccigrep/TODO b/coccigrep/TODO
deleted file mode 100644
index 89bc8ffc22..0000000000
--- a/coccigrep/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-Fails to package:
-
-https://github.com/regit/coccigrep/issues/22


Home | Main Index | Thread Index | Old Index