pkgsrc-WIP-changes archive

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

import py-cbor2-5.2.0 to wip



Module Name:	pkgsrc-wip
Committed By:	K.I.A.Derouiche <kamel.derouiche%gmail.com@localhost>
Pushed By:	jihbed
Date:		Mon Nov 30 15:54:50 2020 +0100
Changeset:	f565185feada8bb40c6c501cc503c31ca9f41bd2

Added Files:
	py-cbor2/DESCR
	py-cbor2/Makefile
	py-cbor2/PLIST
	py-cbor2/distinfo

Log Message:
import py-cbor2-5.2.0 to wip

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

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

diffstat:
 py-cbor2/DESCR    |  1 +
 py-cbor2/Makefile | 16 ++++++++++++++++
 py-cbor2/PLIST    | 25 +++++++++++++++++++++++++
 py-cbor2/distinfo |  6 ++++++
 4 files changed, 48 insertions(+)

diffs:
diff --git a/py-cbor2/DESCR b/py-cbor2/DESCR
new file mode 100644
index 0000000000..35308938f1
--- /dev/null
+++ b/py-cbor2/DESCR
@@ -0,0 +1 @@
+Pure Python CBOR (de)serializer with extensive tag support
diff --git a/py-cbor2/Makefile b/py-cbor2/Makefile
new file mode 100644
index 0000000000..53770e35cd
--- /dev/null
+++ b/py-cbor2/Makefile
@@ -0,0 +1,16 @@
+# $NetBSD$
+
+DISTNAME=	cbor2-5.2.0
+PKGNAME=	${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=	devel python
+MASTER_SITES=	${MASTER_SITE_PYPI:=c/cbor2/}
+
+MAINTAINER=	kamelderouiche%yahoo.com@localhost
+HOMEPAGE=	https://pypi.org/project/cbor2
+COMMENT=	Pure Python CBOR (de)serializer with extensive tag support
+LICENSE=	mit
+
+BUILD_DEPENDS+=	${PYPKGPREFIX}-setuptools_scm>=1.7.0:../../devel/py-setuptools_scm
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-cbor2/PLIST b/py-cbor2/PLIST
new file mode 100644
index 0000000000..0d3afdcf6d
--- /dev/null
+++ b/py-cbor2/PLIST
@@ -0,0 +1,25 @@
+@comment $NetBSD$
+${PYSITELIB}/_cbor2.so
+${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/__init__.py
+${PYSITELIB}/cbor2/__init__.pyc
+${PYSITELIB}/cbor2/__init__.pyo
+${PYSITELIB}/cbor2/compat.py
+${PYSITELIB}/cbor2/compat.pyc
+${PYSITELIB}/cbor2/compat.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
diff --git a/py-cbor2/distinfo b/py-cbor2/distinfo
new file mode 100644
index 0000000000..dfe1f1524e
--- /dev/null
+++ b/py-cbor2/distinfo
@@ -0,0 +1,6 @@
+$NetBSD$
+
+SHA1 (cbor2-5.2.0.tar.gz) = f931691ad845005e9e5180dbc0cc1cd084e9917e
+RMD160 (cbor2-5.2.0.tar.gz) = 3085abd98292c515ffb75e5ec246ba56f3f29f40
+SHA512 (cbor2-5.2.0.tar.gz) = 101aed37c3921ace2f4a5fbb9964ddd2ec2ffcd23fb1a9f838b2f8925f17ffaf5eb39a40b5426e176f0c97a2ba1d3a045e96ceb53312b283101900eddacc6af4
+Size (cbor2-5.2.0.tar.gz) = 81467 bytes


Home | Main Index | Thread Index | Old Index