pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pprintpp



Module Name:    pkgsrc
Committed By:   kim
Date:           Tue Jul 29 08:54:39 UTC 2025

Modified Files:
        pkgsrc/devel/py-pprintpp: DESCR Makefile

Log Message:
py-pprintpp: Fix issues pointed out by pkglint

- Add newline and dot to DESCR.
- Comment out non-existing test dependency


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-pprintpp/DESCR \
    pkgsrc/devel/py-pprintpp/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-pprintpp/DESCR
diff -u pkgsrc/devel/py-pprintpp/DESCR:1.1 pkgsrc/devel/py-pprintpp/DESCR:1.2
--- pkgsrc/devel/py-pprintpp/DESCR:1.1  Mon Jul 28 20:17:13 2025
+++ pkgsrc/devel/py-pprintpp/DESCR      Tue Jul 29 08:54:39 2025
@@ -1,2 +1 @@
 pprint++: a drop-in replacement for pprint that's actually pretty
-
Index: pkgsrc/devel/py-pprintpp/Makefile
diff -u pkgsrc/devel/py-pprintpp/Makefile:1.1 pkgsrc/devel/py-pprintpp/Makefile:1.2
--- pkgsrc/devel/py-pprintpp/Makefile:1.1       Mon Jul 28 20:17:13 2025
+++ pkgsrc/devel/py-pprintpp/Makefile   Tue Jul 29 08:54:39 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2025/07/28 20:17:13 dkazankov Exp $
+# $NetBSD: Makefile,v 1.2 2025/07/29 08:54:39 kim Exp $
 
 DISTNAME=      pprintpp-0.4.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -13,7 +13,7 @@ LICENSE=      modified-bsd
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
 
 TEST_DEPENDS+= ${PYPKGPREFIX}-nose>=1.3.0:../../devel/py-nose
-TEST_DEPENDS+= ${PYPKGPREFIX}-parametrized>=0.6.1:../../devel/py-parametrized
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-parametrized>=0.6.1:../../devel/py-parametrized
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \



Home | Main Index | Thread Index | Old Index