import py-cbor2-5.2.0 to wip

This commit is contained in:
K.I.A.Derouiche 2020-11-30 15:54:50 +01:00
parent 51b26f52f1
commit f565185fea
4 changed files with 48 additions and 0 deletions

1
py-cbor2/DESCR Normal file
View File

@ -0,0 +1 @@
Pure Python CBOR (de)serializer with extensive tag support

16
py-cbor2/Makefile Normal file
View File

@ -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
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"

25
py-cbor2/PLIST Normal file
View File

@ -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

6
py-cbor2/distinfo Normal file
View File

@ -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