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:   adam
Date:           Sat Oct  8 13:19:22 UTC 2022

Modified Files:
        pkgsrc/devel: Makefile
Added Files:
        pkgsrc/devel/py-cbor2: DESCR PLIST distinfo

Log Message:
py-cbor2: added version 5.4.3

Pure Python CBOR (de)serializer with extensive tag support


To generate a diff of this commit:
cvs rdiff -u -r1.3805 -r1.3806 pkgsrc/devel/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-cbor2/DESCR \
    pkgsrc/devel/py-cbor2/PLIST pkgsrc/devel/py-cbor2/distinfo

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.3805 pkgsrc/devel/Makefile:1.3806
--- pkgsrc/devel/Makefile:1.3805        Thu Oct  6 02:18:16 2022
+++ pkgsrc/devel/Makefile       Sat Oct  8 13:19:22 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3805 2022/10/06 02:18:16 markd Exp $
+# $NetBSD: Makefile,v 1.3806 2022/10/08 13:19:22 adam Exp $
 #
 
 COMMENT=       Development utilities
@@ -2366,6 +2366,7 @@ SUBDIR+=  py-canonicaljson
 SUBDIR+=       py-canvasapi
 SUBDIR+=       py-capstone
 SUBDIR+=       py-case
+SUBDIR+=       py-cbor2
 SUBDIR+=       py-cffi
 SUBDIR+=       py-characteristic
 SUBDIR+=       py-checker

Added files:

Index: pkgsrc/devel/py-cbor2/DESCR
diff -u /dev/null pkgsrc/devel/py-cbor2/DESCR:1.1
--- /dev/null   Sat Oct  8 13:19:22 2022
+++ pkgsrc/devel/py-cbor2/DESCR Sat Oct  8 13:19:22 2022
@@ -0,0 +1 @@
+Pure Python CBOR (de)serializer with extensive tag support
Index: pkgsrc/devel/py-cbor2/PLIST
diff -u /dev/null pkgsrc/devel/py-cbor2/PLIST:1.1
--- /dev/null   Sat Oct  8 13:19:22 2022
+++ pkgsrc/devel/py-cbor2/PLIST Sat Oct  8 13:19:22 2022
@@ -0,0 +1,22 @@
+@comment $NetBSD: PLIST,v 1.1 2022/10/08 13:19:22 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/_cbor2.so
+${PYSITELIB}/cbor2/__init__.py
+${PYSITELIB}/cbor2/__init__.pyc
+${PYSITELIB}/cbor2/__init__.pyo
+${PYSITELIB}/cbor2/decoder.py
+${PYSITELIB}/cbor2/decoder.pyc
+${PYSITELIB}/cbor2/decoder.pyo
+${PYSITELIB}/cbor2/encoder.py
+${PYSITELIB}/cbor2/encoder.pyc
+${PYSITELIB}/cbor2/encoder.pyo
+${PYSITELIB}/cbor2/tool.py
+${PYSITELIB}/cbor2/tool.pyc
+${PYSITELIB}/cbor2/tool.pyo
+${PYSITELIB}/cbor2/types.py
+${PYSITELIB}/cbor2/types.pyc
+${PYSITELIB}/cbor2/types.pyo
Index: pkgsrc/devel/py-cbor2/distinfo
diff -u /dev/null pkgsrc/devel/py-cbor2/distinfo:1.1
--- /dev/null   Sat Oct  8 13:19:22 2022
+++ pkgsrc/devel/py-cbor2/distinfo      Sat Oct  8 13:19:22 2022
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2022/10/08 13:19:22 adam Exp $
+
+BLAKE2s (cbor2-5.4.3.tar.gz) = 7559cf4811763d8eb954205595b2a58190305d5fc7f558517b27ed5a3c32b318
+SHA512 (cbor2-5.4.3.tar.gz) = 9527bec5a36464bb7dc9a8c0ece3ad72f1c6182272a7edf0526668b264c957b72bc031d2398dc6af38af09bb298219c316da194084fab410bae5f9100b22328b
+Size (cbor2-5.4.3.tar.gz) = 86499 bytes



Home | Main Index | Thread Index | Old Index