pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel



Module Name:    pkgsrc
Committed By:   bacon
Date:           Sat Jul 22 12:34:23 UTC 2023

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel/Makefile: Add py-capturer


To generate a diff of this commit:
cvs rdiff -u -r1.4030 -r1.4031 pkgsrc/devel/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/Makefile
diff -u pkgsrc/devel/Makefile:1.4030 pkgsrc/devel/Makefile:1.4031
--- pkgsrc/devel/Makefile:1.4030        Tue Jul 18 06:54:21 2023
+++ pkgsrc/devel/Makefile       Sat Jul 22 12:34:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4030 2023/07/18 06:54:21 adam Exp $
+# $NetBSD: Makefile,v 1.4031 2023/07/22 12:34:23 bacon Exp $
 #
 
 COMMENT=       Development utilities
@@ -2422,6 +2422,7 @@ SUBDIR+=  py-calver
 SUBDIR+=       py-canonicaljson
 SUBDIR+=       py-canvasapi
 SUBDIR+=       py-capstone
+SUBDIR+=       py-capturer
 SUBDIR+=       py-case
 SUBDIR+=       py-cattrs
 SUBDIR+=       py-cbor2
@@ -2930,6 +2931,7 @@ SUBDIR+=  py-requirements-parser
 SUBDIR+=       py-resolvelib
 SUBDIR+=       py-restructuredtext_lint
 SUBDIR+=       py-retry_decorator
+SUBDIR+=       py-rich-click
 SUBDIR+=       py-rlp
 SUBDIR+=       py-rope
 SUBDIR+=       py-rply



Home | Main Index | Thread Index | Old Index