pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters py-reedsolo: added version 1.5.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aeb98739518e
branches:  trunk
changeset: 458087:aeb98739518e
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Sep 09 07:31:02 2021 +0000

description:
py-reedsolo: added version 1.5.4

A pure-python universal errors-and-erasures Reed-Solomon Codec , based on the
wonderful tutorial at wikiversity, written by "Bobmath" and "LRQ3000".

diffstat:

 converters/Makefile             |   3 ++-
 converters/py-reedsolo/DESCR    |   2 ++
 converters/py-reedsolo/Makefile |  21 +++++++++++++++++++++
 converters/py-reedsolo/PLIST    |   9 +++++++++
 converters/py-reedsolo/distinfo |   6 ++++++
 5 files changed, 40 insertions(+), 1 deletions(-)

diffs (71 lines):

diff -r a836748282ae -r aeb98739518e converters/Makefile
--- a/converters/Makefile       Thu Sep 09 07:29:09 2021 +0000
+++ b/converters/Makefile       Thu Sep 09 07:31:02 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.188 2021/07/30 04:14:49 adam Exp $
+# $NetBSD: Makefile,v 1.189 2021/09/09 07:31:02 adam Exp $
 #
 
 COMMENT=       Document format and character code converters
@@ -118,6 +118,7 @@
 SUBDIR+=       py-confusable_homoglyphs
 SUBDIR+=       py-emoji
 SUBDIR+=       py-jpCodecs
+SUBDIR+=       py-reedsolo
 SUBDIR+=       py-simplejson
 SUBDIR+=       py-unicode-slugify
 SUBDIR+=       py-yenc
diff -r a836748282ae -r aeb98739518e converters/py-reedsolo/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-reedsolo/DESCR      Thu Sep 09 07:31:02 2021 +0000
@@ -0,0 +1,2 @@
+A pure-python universal errors-and-erasures Reed-Solomon Codec , based on the
+wonderful tutorial at wikiversity, written by "Bobmath" and "LRQ3000".
diff -r a836748282ae -r aeb98739518e converters/py-reedsolo/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-reedsolo/Makefile   Thu Sep 09 07:31:02 2021 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2021/09/09 07:31:02 adam Exp $
+
+DISTNAME=      reedsolo-1.5.4
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
+CATEGORIES=    converters python
+MASTER_SITES+= ${MASTER_SITE_PYPI:=r/reedsolo/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/tomerfiliba/reedsolomon
+COMMENT=       Pure-Python Reed Solomon encoder/decoder
+LICENSE=       mit
+
+#TEST_DEPENDS+=        ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
+
+#PYTHON_VERSIONS_INCOMPATIBLE= 27
+
+#do-test:
+#      cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r a836748282ae -r aeb98739518e converters/py-reedsolo/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-reedsolo/PLIST      Thu Sep 09 07:31:02 2021 +0000
@@ -0,0 +1,9 @@
+@comment $NetBSD: PLIST,v 1.1 2021/09/09 07:31:02 adam Exp $
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
+${PYSITELIB}/creedsolo.so
+${PYSITELIB}/reedsolo.py
+${PYSITELIB}/reedsolo.pyc
+${PYSITELIB}/reedsolo.pyo
diff -r a836748282ae -r aeb98739518e converters/py-reedsolo/distinfo
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/converters/py-reedsolo/distinfo   Thu Sep 09 07:31:02 2021 +0000
@@ -0,0 +1,6 @@
+$NetBSD: distinfo,v 1.1 2021/09/09 07:31:02 adam Exp $
+
+SHA1 (reedsolo-1.5.4.tar.gz) = aa04481b80251d02ea2f5412ea2bb5c144f8c98b
+RMD160 (reedsolo-1.5.4.tar.gz) = ec5e633082401991f8b754776a5394b61345bfc6
+SHA512 (reedsolo-1.5.4.tar.gz) = f41203bbdae9012e72f723d38dd8ee93c9f9fbab62f4ed5dd1c2b9ca9b7e87f5fc91871049d7d952d8ee6be25ed2793c90ac7134eda5cc351e1adf8ed460e8df
+Size (reedsolo-1.5.4.tar.gz) = 271280 bytes



Home | Main Index | Thread Index | Old Index