pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-msgpack104
Module Name: pkgsrc
Committed By: wiz
Date: Thu Mar 9 06:51:21 UTC 2023
Added Files:
pkgsrc/devel/py-msgpack104: DESCR Makefile PLIST distinfo
Log Message:
devel/py-msgpack104: import py-msgpack-1.0.4
MessagePack (de)serializer for Python.
MessagePack is a binary-based efficient data interchange format that is
focused on high performance. It is like JSON, but very fast and small.
This is the old 1.0.4 release for use by py-borgbackup.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/devel/py-msgpack104/DESCR \
pkgsrc/devel/py-msgpack104/Makefile pkgsrc/devel/py-msgpack104/PLIST \
pkgsrc/devel/py-msgpack104/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-msgpack104/DESCR
diff -u /dev/null pkgsrc/devel/py-msgpack104/DESCR:1.1
--- /dev/null Thu Mar 9 06:51:21 2023
+++ pkgsrc/devel/py-msgpack104/DESCR Thu Mar 9 06:51:21 2023
@@ -0,0 +1,6 @@
+MessagePack (de)serializer for Python.
+
+MessagePack is a binary-based efficient data interchange format that is
+focused on high performance. It is like JSON, but very fast and small.
+
+This is the old 1.0.4 release for use by py-borgbackup.
Index: pkgsrc/devel/py-msgpack104/Makefile
diff -u /dev/null pkgsrc/devel/py-msgpack104/Makefile:1.1
--- /dev/null Thu Mar 9 06:51:21 2023
+++ pkgsrc/devel/py-msgpack104/Makefile Thu Mar 9 06:51:21 2023
@@ -0,0 +1,24 @@
+# $NetBSD: Makefile,v 1.1 2023/03/09 06:51:21 wiz Exp $
+
+DISTNAME= msgpack-1.0.4
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES= devel python
+MASTER_SITES= ${MASTER_SITE_PYPI:=m/msgpack/}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://msgpack.org/
+COMMENT= MessagePack (de)serializer for Python
+LICENSE= apache-2.0
+
+PYTHON_VERSIONED_DEPENDENCIES= test:test
+
+USE_LANGUAGES= c c++
+
+DISTUTILS_BUILDDIR_IN_TEST_ENV= yes
+
+do-test:
+ cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} test
+
+.include "../../lang/python/egg.mk"
+.include "../../lang/python/versioned_dependencies.mk"
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-msgpack104/PLIST
diff -u /dev/null pkgsrc/devel/py-msgpack104/PLIST:1.1
--- /dev/null Thu Mar 9 06:51:21 2023
+++ pkgsrc/devel/py-msgpack104/PLIST Thu Mar 9 06:51:21 2023
@@ -0,0 +1,18 @@
+@comment $NetBSD: PLIST,v 1.1 2023/03/09 06:51:21 wiz Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/msgpack/__init__.py
+${PYSITELIB}/msgpack/__init__.pyc
+${PYSITELIB}/msgpack/__init__.pyo
+${PLIST.py3x}${PYSITELIB}/msgpack/_cmsgpack.so
+${PYSITELIB}/msgpack/exceptions.py
+${PYSITELIB}/msgpack/exceptions.pyc
+${PYSITELIB}/msgpack/exceptions.pyo
+${PYSITELIB}/msgpack/ext.py
+${PYSITELIB}/msgpack/ext.pyc
+${PYSITELIB}/msgpack/ext.pyo
+${PYSITELIB}/msgpack/fallback.py
+${PYSITELIB}/msgpack/fallback.pyc
+${PYSITELIB}/msgpack/fallback.pyo
Index: pkgsrc/devel/py-msgpack104/distinfo
diff -u /dev/null pkgsrc/devel/py-msgpack104/distinfo:1.1
--- /dev/null Thu Mar 9 06:51:21 2023
+++ pkgsrc/devel/py-msgpack104/distinfo Thu Mar 9 06:51:21 2023
@@ -0,0 +1,5 @@
+$NetBSD: distinfo,v 1.1 2023/03/09 06:51:21 wiz Exp $
+
+BLAKE2s (msgpack-1.0.4.tar.gz) = 3bb65629c7b60225586e7289fdef1709eea964784e32c9817b99ff158145710f
+SHA512 (msgpack-1.0.4.tar.gz) = dcd59bf77408acf7171bdcc46c4d6bf875d36e80b216b7721544855e6c2b20be469415ee768b2195e74fe4650621ee6bfaa7897e709ac0d8d59cdb30772cb90b
+Size (msgpack-1.0.4.tar.gz) = 128053 bytes
Home |
Main Index |
Thread Index |
Old Index