pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-wheel



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Thu Nov 14 15:13:17 UTC 2024

Modified Files:
        pkgsrc/devel/py-wheel: Makefile

Log Message:
py-wheel: COMMENT should start with a capital.


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/devel/py-wheel/Makefile

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-wheel/Makefile
diff -u pkgsrc/devel/py-wheel/Makefile:1.40 pkgsrc/devel/py-wheel/Makefile:1.41
--- pkgsrc/devel/py-wheel/Makefile:1.40 Thu Nov 14 14:45:01 2024
+++ pkgsrc/devel/py-wheel/Makefile      Thu Nov 14 15:13:17 2024
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2024/11/14 14:45:01 gdt Exp $
+# $NetBSD: Makefile,v 1.41 2024/11/14 15:13:17 jperkin Exp $
 
 DISTNAME=      wheel-0.45.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -8,7 +8,7 @@ MASTER_SITES=   ${MASTER_SITE_PYPI:=w/whee
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
 HOMEPAGE=      https://github.com/pypa/wheel
-COMMENT=       tool for manipulating Python wheel files
+COMMENT=       Tool for manipulating Python wheel files
 LICENSE=       mit
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.8:../../devel/py-flit_core



Home | Main Index | Thread Index | Old Index