pkgsrc-WIP-changes archive

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

py-u-msgpack-python-2.7.1 import to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Sun Dec 27 15:24:54 2020 +0100
Changeset:	939e0f8218bbc03de9474b2ef22cd59ec2384585

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

Log Message:
py-u-msgpack-python-2.7.1 import to wip

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=939e0f8218bbc03de9474b2ef22cd59ec2384585

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

diffstat:
 py-u-msgpack/DESCR    |  6 ++++++
 py-u-msgpack/Makefile | 16 ++++++++++++++++
 py-u-msgpack/PLIST    |  8 ++++++++
 py-u-msgpack/distinfo |  6 ++++++
 4 files changed, 36 insertions(+)

diffs:
diff --git a/py-u-msgpack/DESCR b/py-u-msgpack/DESCR
new file mode 100644
index 0000000000..249a2bff9c
--- /dev/null
+++ b/py-u-msgpack/DESCR
@@ -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.
diff --git a/py-u-msgpack/Makefile b/py-u-msgpack/Makefile
new file mode 100644
index 0000000000..765992e6cf
--- /dev/null
+++ b/py-u-msgpack/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	u-msgpack-python-2.7.1
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME:S/-python//}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=u/u-msgpack/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://github.com/vsergeev/u-msgpack-python
+COMMENT=	MessagePack serializer and deserializer written in pure Python
+LICENSE=	mit
+
+USE_LANGUAGES=	# none
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-u-msgpack/PLIST b/py-u-msgpack/PLIST
new file mode 100644
index 0000000000..4340e9ca80
--- /dev/null
+++ b/py-u-msgpack/PLIST
@@ -0,0 +1,8 @@
+@comment $NetBSD$
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/umsgpack.py
+${PYSITELIB}/umsgpack.pyc
+${PYSITELIB}/umsgpack.pyo
diff --git a/py-u-msgpack/distinfo b/py-u-msgpack/distinfo
new file mode 100644
index 0000000000..e8c9594791
--- /dev/null
+++ b/py-u-msgpack/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (u-msgpack-python-2.7.1.tar.gz) = da4a4ee132468d39448474fabfe04c00bae45d9b
+RMD160 (u-msgpack-python-2.7.1.tar.gz) = b5a70fb41922b391cc6db4a48ebc0c99515504cf
+SHA512 (u-msgpack-python-2.7.1.tar.gz) = 0825b9edee28db2c954c9c0d64987a4640f11af52570c1ad834882a5fcd2e3a76eab3524cc3bb639cacfaf9eef27bf0a75656b4d02bca42b2d35b708348691d6
+Size (u-msgpack-python-2.7.1.tar.gz) = 20631 bytes


Home | Main Index | Thread Index | Old Index