pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-u-msgpack



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Apr 30 08:55:30 UTC 2024

Added Files:
        pkgsrc/devel/py-u-msgpack: DESCR Makefile PLIST distinfo

Log Message:
devel/py-u-msgpack: import py-u-msgpack-2.8.0

Packaged for wip by K.I.A.Derouiche and myself.

u-msgpack-python is a lightweight serializer and deserializer
module written in pure Python, compatible with both Python 2
and 3, as well CPython and PyPy implementations of Python.
u-msgpack-python is fully compliant with the latest.
In particular, it supports the new binary, UTF-8 string,
application-defined ext, and timestamp types.


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

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Added files:

Index: pkgsrc/devel/py-u-msgpack/DESCR
diff -u /dev/null pkgsrc/devel/py-u-msgpack/DESCR:1.1
--- /dev/null   Tue Apr 30 08:55:30 2024
+++ pkgsrc/devel/py-u-msgpack/DESCR     Tue Apr 30 08:55:30 2024
@@ -0,0 +1,6 @@
+u-msgpack-python is a lightweight serializer and deserializer
+module written in pure Python, compatible with both Python 2
+and 3, as well CPython and PyPy implementations of Python.
+u-msgpack-python is fully compliant with the latest.
+In particular, it supports the new binary, UTF-8 string,
+application-defined ext, and timestamp types.
Index: pkgsrc/devel/py-u-msgpack/Makefile
diff -u /dev/null pkgsrc/devel/py-u-msgpack/Makefile:1.1
--- /dev/null   Tue Apr 30 08:55:30 2024
+++ pkgsrc/devel/py-u-msgpack/Makefile  Tue Apr 30 08:55:30 2024
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2024/04/30 08:55:30 wiz Exp $
+
+DISTNAME=      u-msgpack-python-2.8.0
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/-python//}
+CATEGORIES=    devel python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=u/u-msgpack-python/}
+
+MAINTAINER=    kamelderouiche%yahoo.com@localhost
+HOMEPAGE=      https://github.com/vsergeev/u-msgpack-python
+COMMENT=       MessagePack serializer and deserializer written in pure Python
+LICENSE=       mit
+
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+
+USE_LANGUAGES= # none
+
+PYTHON_VERSIONS_INCOMPATIBLE=  27
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-u-msgpack/PLIST
diff -u /dev/null pkgsrc/devel/py-u-msgpack/PLIST:1.1
--- /dev/null   Tue Apr 30 08:55:30 2024
+++ pkgsrc/devel/py-u-msgpack/PLIST     Tue Apr 30 08:55:30 2024
@@ -0,0 +1,10 @@
+@comment $NetBSD: PLIST,v 1.1 2024/04/30 08:55:30 wiz Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/umsgpack/__init__.py
+${PYSITELIB}/umsgpack/__init__.pyc
+${PYSITELIB}/umsgpack/__init__.pyi
+${PYSITELIB}/umsgpack/__init__.pyo
Index: pkgsrc/devel/py-u-msgpack/distinfo
diff -u /dev/null pkgsrc/devel/py-u-msgpack/distinfo:1.1
--- /dev/null   Tue Apr 30 08:55:30 2024
+++ pkgsrc/devel/py-u-msgpack/distinfo  Tue Apr 30 08:55:30 2024
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2024/04/30 08:55:30 wiz Exp $
+
+BLAKE2s (u-msgpack-python-2.8.0.tar.gz) = fa63e1407edb3dafeb844b0151c220419f03869c9d21328ffb44e9f2fa55820a
+SHA512 (u-msgpack-python-2.8.0.tar.gz) = 61dd332c9f72db65a6a949e2acdc668ab01981b3eb1e9fd58e506d35d47f5f656b9d0abec92ae0e4d949bab063aeff75c205b92758275d99dbbe5f65f15241b9
+Size (u-msgpack-python-2.8.0.tar.gz) = 18167 bytes



Home | Main Index | Thread Index | Old Index