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:   wiz
Date:           Mon Jan  3 10:49:20 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile

Log Message:
devel/Makefile: add three new python packages


To generate a diff of this commit:
cvs rdiff -u -r1.3537 -r1.3538 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.3537 pkgsrc/devel/Makefile:1.3538
--- pkgsrc/devel/Makefile:1.3537        Fri Dec 31 17:26:37 2021
+++ pkgsrc/devel/Makefile       Mon Jan  3 10:49:20 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3537 2021/12/31 17:26:37 plunky Exp $
+# $NetBSD: Makefile,v 1.3538 2022/01/03 10:49:20 wiz Exp $
 #
 
 COMMENT=       Development utilities
@@ -2392,6 +2392,8 @@ SUBDIR+=  py-jupyter_core
 SUBDIR+=       py-kafka-python
 SUBDIR+=       py-kaitaistruct
 SUBDIR+=       py-kitchen
+SUBDIR+=       py-kivy
+SUBDIR+=       py-kivy-garden
 SUBDIR+=       py-kjbuckets
 SUBDIR+=       py-lama
 SUBDIR+=       py-lazr.config
@@ -2477,6 +2479,7 @@ SUBDIR+=  py-protobuf
 SUBDIR+=       py-py
 SUBDIR+=       py-py2app
 SUBDIR+=       py-pybind11
+SUBDIR+=       py-pycotap
 SUBDIR+=       py-pydispatcher
 SUBDIR+=       py-pyelftools
 SUBDIR+=       py-pygit2



Home | Main Index | Thread Index | Old Index