pkgsrc-Changes archive

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

CVS commit: pkgsrc/converters



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Sep  9 07:31:02 UTC 2021

Modified Files:
        pkgsrc/converters: Makefile
Added Files:
        pkgsrc/converters/py-reedsolo: DESCR Makefile PLIST distinfo

Log Message:
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".


To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.189 pkgsrc/converters/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/converters/py-reedsolo/DESCR \
    pkgsrc/converters/py-reedsolo/Makefile \
    pkgsrc/converters/py-reedsolo/PLIST \
    pkgsrc/converters/py-reedsolo/distinfo

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

Modified files:

Index: pkgsrc/converters/Makefile
diff -u pkgsrc/converters/Makefile:1.188 pkgsrc/converters/Makefile:1.189
--- pkgsrc/converters/Makefile:1.188    Fri Jul 30 04:14:49 2021
+++ pkgsrc/converters/Makefile  Thu Sep  9 07:31:02 2021
@@ -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-charset-normalizer
 SUBDIR+=       py-confusable_homoglyphs
 SUBDIR+=       py-emoji
 SUBDIR+=       py-jpCodecs
+SUBDIR+=       py-reedsolo
 SUBDIR+=       py-simplejson
 SUBDIR+=       py-unicode-slugify
 SUBDIR+=       py-yenc

Added files:

Index: pkgsrc/converters/py-reedsolo/DESCR
diff -u /dev/null pkgsrc/converters/py-reedsolo/DESCR:1.1
--- /dev/null   Thu Sep  9 07:31:02 2021
+++ pkgsrc/converters/py-reedsolo/DESCR Thu Sep  9 07:31:02 2021
@@ -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".
Index: pkgsrc/converters/py-reedsolo/Makefile
diff -u /dev/null pkgsrc/converters/py-reedsolo/Makefile:1.1
--- /dev/null   Thu Sep  9 07:31:02 2021
+++ pkgsrc/converters/py-reedsolo/Makefile      Thu Sep  9 07:31:02 2021
@@ -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"
Index: pkgsrc/converters/py-reedsolo/PLIST
diff -u /dev/null pkgsrc/converters/py-reedsolo/PLIST:1.1
--- /dev/null   Thu Sep  9 07:31:02 2021
+++ pkgsrc/converters/py-reedsolo/PLIST Thu Sep  9 07:31:02 2021
@@ -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
Index: pkgsrc/converters/py-reedsolo/distinfo
diff -u /dev/null pkgsrc/converters/py-reedsolo/distinfo:1.1
--- /dev/null   Thu Sep  9 07:31:02 2021
+++ pkgsrc/converters/py-reedsolo/distinfo      Thu Sep  9 07:31:02 2021
@@ -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