summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2021-04-06 10:01:23 +0000
committertnn <tnn@pkgsrc.org>2021-04-06 10:01:23 +0000
commitd5b60997e56cd4f345161a3ed92492673062a2cd (patch)
treefa10275f0b755796a11459c6462ca47f8d3f4606
parenta67341907cefc911de3caa073bd52d6ceb0da751 (diff)
downloadpkgsrc-d5b60997e56cd4f345161a3ed92492673062a2cd.tar.gz
doc: add devel/py-click-plugins
-rw-r--r--devel/Makefile3
-rw-r--r--doc/CHANGES-20213
2 files changed, 4 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6f7c8815313..cc8f6bf4537 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3355 2021/04/01 14:15:47 taca Exp $
+# $NetBSD: Makefile,v 1.3356 2021/04/06 10:01:23 tnn Exp $
#
COMMENT= Development utilities
@@ -2248,6 +2248,7 @@ SUBDIR+= py-cheetah3
SUBDIR+= py-cle
SUBDIR+= py-click
SUBDIR+= py-click-log
+SUBDIR+= py-click-plugins
SUBDIR+= py-click-threading
SUBDIR+= py-clickclick
SUBDIR+= py-codespell
diff --git a/doc/CHANGES-2021 b/doc/CHANGES-2021
index ec4fae9af52..3439cd98709 100644
--- a/doc/CHANGES-2021
+++ b/doc/CHANGES-2021
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2021,v 1.1991 2021/04/06 08:34:00 tnn Exp $
+$NetBSD: CHANGES-2021,v 1.1992 2021/04/06 10:01:23 tnn Exp $
Changes to the packages collection and infrastructure in 2021:
@@ -3052,3 +3052,4 @@ Changes to the packages collection and infrastructure in 2021:
Updated devel/py-pybind11 to 2.6.2 [tnn 2021-04-06]
Updated math/py-scipy to 1.6.2 [tnn 2021-04-06]
Added x11/py-qtgraph-qt5 version 0.12.0 [tnn 2021-04-06]
+ Added devel/py-click-plugins version 1.1.1 [tnn 2021-04-06]