pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/py-strich Add py-strich-0.8:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c3a804372469
branches:  trunk
changeset: 370749:c3a804372469
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Oct 23 13:38:41 2017 +0000

description:
Add py-strich-0.8:

PyStrich is a Python module to generate 1D and 2D barcodes (Code 39, Code
128, DataMatrix, QRCode and EAN13).

diffstat:

 graphics/py-strich/DESCR                                           |    2 +
 graphics/py-strich/Makefile                                        |   21 +
 graphics/py-strich/PLIST                                           |  335 ++++++++++
 graphics/py-strich/distinfo                                        |    9 +
 graphics/py-strich/patches/patch-pystrich_code128_test__code128.py |   12 +
 graphics/py-strich/patches/patch-pystrich_qrcode_isodata.py        |   24 +
 graphics/py-strich/patches/patch-pystrich_qrcode_test__qrcode.py   |   12 +
 7 files changed, 415 insertions(+), 0 deletions(-)

diffs (truncated from 443 to 300 lines):

diff -r 5ccdb05528e8 -r c3a804372469 graphics/py-strich/DESCR
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-strich/DESCR  Mon Oct 23 13:38:41 2017 +0000
@@ -0,0 +1,2 @@
+PyStrich is a Python module to generate 1D and 2D barcodes (Code 39, Code
+128, DataMatrix, QRCode and EAN13).
diff -r 5ccdb05528e8 -r c3a804372469 graphics/py-strich/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-strich/Makefile       Mon Oct 23 13:38:41 2017 +0000
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile,v 1.1 2017/10/23 13:38:41 joerg Exp $
+
+DISTNAME=      pyStrich-0.8
+PKGNAME=       ${PYPKGPREFIX}-strich-0.8
+CATEGORIES=    graphics python
+MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyStrich/}
+
+MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=      http://method-b.uk/pystrich/
+COMMENT=       1D and 2D barcode generator
+LICENSE=       2-clause-bsd AND apache-2.0
+
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-test>=2.8:../../devel/py-test
+DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
+
+do-test:
+       ${MKDIR} ${WRKSRC}/pystrich/code128/test_img ${WRKSRC}/pystrich/ean13/test_img
+       cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
+
+.include "../../lang/python/egg.mk"
+.include "../../mk/bsd.pkg.mk"
diff -r 5ccdb05528e8 -r c3a804372469 graphics/py-strich/PLIST
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/py-strich/PLIST  Mon Oct 23 13:38:41 2017 +0000
@@ -0,0 +1,335 @@
+@comment $NetBSD: PLIST,v 1.1 2017/10/23 13:38:41 joerg Exp $
+${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}/pystrich/__init__.py
+${PYSITELIB}/pystrich/__init__.pyc
+${PYSITELIB}/pystrich/__init__.pyo
+${PYSITELIB}/pystrich/code128/__init__.py
+${PYSITELIB}/pystrich/code128/__init__.pyc
+${PYSITELIB}/pystrich/code128/__init__.pyo
+${PYSITELIB}/pystrich/code128/encoding.py
+${PYSITELIB}/pystrich/code128/encoding.pyc
+${PYSITELIB}/pystrich/code128/encoding.pyo
+${PYSITELIB}/pystrich/code128/generate_test.py
+${PYSITELIB}/pystrich/code128/generate_test.pyc
+${PYSITELIB}/pystrich/code128/generate_test.pyo
+${PYSITELIB}/pystrich/code128/renderer.py
+${PYSITELIB}/pystrich/code128/renderer.pyc
+${PYSITELIB}/pystrich/code128/renderer.pyo
+${PYSITELIB}/pystrich/code128/test_code128.py
+${PYSITELIB}/pystrich/code128/test_code128.pyc
+${PYSITELIB}/pystrich/code128/test_code128.pyo
+${PYSITELIB}/pystrich/code128/textencoder.py
+${PYSITELIB}/pystrich/code128/textencoder.pyc
+${PYSITELIB}/pystrich/code128/textencoder.pyo
+${PYSITELIB}/pystrich/code39/__init__.py
+${PYSITELIB}/pystrich/code39/__init__.pyc
+${PYSITELIB}/pystrich/code39/__init__.pyo
+${PYSITELIB}/pystrich/code39/encoding.py
+${PYSITELIB}/pystrich/code39/encoding.pyc
+${PYSITELIB}/pystrich/code39/encoding.pyo
+${PYSITELIB}/pystrich/code39/renderer.py
+${PYSITELIB}/pystrich/code39/renderer.pyc
+${PYSITELIB}/pystrich/code39/renderer.pyo
+${PYSITELIB}/pystrich/code39/textencoder.py
+${PYSITELIB}/pystrich/code39/textencoder.pyc
+${PYSITELIB}/pystrich/code39/textencoder.pyo
+${PYSITELIB}/pystrich/datamatrix/__init__.py
+${PYSITELIB}/pystrich/datamatrix/__init__.pyc
+${PYSITELIB}/pystrich/datamatrix/__init__.pyo
+${PYSITELIB}/pystrich/datamatrix/placement.py
+${PYSITELIB}/pystrich/datamatrix/placement.pyc
+${PYSITELIB}/pystrich/datamatrix/placement.pyo
+${PYSITELIB}/pystrich/datamatrix/reedsolomon.py
+${PYSITELIB}/pystrich/datamatrix/reedsolomon.pyc
+${PYSITELIB}/pystrich/datamatrix/reedsolomon.pyo
+${PYSITELIB}/pystrich/datamatrix/renderer.py
+${PYSITELIB}/pystrich/datamatrix/renderer.pyc
+${PYSITELIB}/pystrich/datamatrix/renderer.pyo
+${PYSITELIB}/pystrich/datamatrix/test_datamatrix.py
+${PYSITELIB}/pystrich/datamatrix/test_datamatrix.pyc
+${PYSITELIB}/pystrich/datamatrix/test_datamatrix.pyo
+${PYSITELIB}/pystrich/datamatrix/textencoder.py
+${PYSITELIB}/pystrich/datamatrix/textencoder.pyc
+${PYSITELIB}/pystrich/datamatrix/textencoder.pyo
+${PYSITELIB}/pystrich/ean13/__init__.py
+${PYSITELIB}/pystrich/ean13/__init__.pyc
+${PYSITELIB}/pystrich/ean13/__init__.pyo
+${PYSITELIB}/pystrich/ean13/encoding.py
+${PYSITELIB}/pystrich/ean13/encoding.pyc
+${PYSITELIB}/pystrich/ean13/encoding.pyo
+${PYSITELIB}/pystrich/ean13/generate_test.py
+${PYSITELIB}/pystrich/ean13/generate_test.pyc
+${PYSITELIB}/pystrich/ean13/generate_test.pyo
+${PYSITELIB}/pystrich/ean13/renderer.py
+${PYSITELIB}/pystrich/ean13/renderer.pyc
+${PYSITELIB}/pystrich/ean13/renderer.pyo
+${PYSITELIB}/pystrich/ean13/test_ean13.py
+${PYSITELIB}/pystrich/ean13/test_ean13.pyc
+${PYSITELIB}/pystrich/ean13/test_ean13.pyo
+${PYSITELIB}/pystrich/fonts/__init__.py
+${PYSITELIB}/pystrich/fonts/__init__.pyc
+${PYSITELIB}/pystrich/fonts/__init__.pyo
+${PYSITELIB}/pystrich/fonts/cour.pbm
+${PYSITELIB}/pystrich/fonts/cour.pil
+${PYSITELIB}/pystrich/fonts/courR08.pbm
+${PYSITELIB}/pystrich/fonts/courR08.pil
+${PYSITELIB}/pystrich/fonts/courR10.pbm
+${PYSITELIB}/pystrich/fonts/courR10.pil
+${PYSITELIB}/pystrich/fonts/courR12.pbm
+${PYSITELIB}/pystrich/fonts/courR12.pil
+${PYSITELIB}/pystrich/fonts/courR14.pbm
+${PYSITELIB}/pystrich/fonts/courR14.pil
+${PYSITELIB}/pystrich/fonts/courR18.pbm
+${PYSITELIB}/pystrich/fonts/courR18.pil
+${PYSITELIB}/pystrich/fonts/courR24.pbm
+${PYSITELIB}/pystrich/fonts/courR24.pil
+${PYSITELIB}/pystrich/qrcode/__init__.py
+${PYSITELIB}/pystrich/qrcode/__init__.pyc
+${PYSITELIB}/pystrich/qrcode/__init__.pyo
+${PYSITELIB}/pystrich/qrcode/isodata.py
+${PYSITELIB}/pystrich/qrcode/isodata.pyc
+${PYSITELIB}/pystrich/qrcode/isodata.pyo
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv10_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv10_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv10_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv10_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv11_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv11_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv11_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv11_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv12_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv12_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv12_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv12_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv13_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv13_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv13_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv13_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv14_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv14_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv14_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv14_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv15_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv15_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv15_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv15_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv16_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv16_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv16_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv16_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv17_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv17_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv17_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv17_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv18_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv18_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv18_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv18_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv19_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv19_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv19_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv19_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv1_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv1_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv1_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv1_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv20_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv20_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv20_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv20_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv21_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv21_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv21_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv21_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv22_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv22_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv22_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv22_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv23_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv23_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv23_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv23_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv24_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv24_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv24_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv24_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv25_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv25_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv25_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv25_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv26_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv26_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv26_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv26_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv27_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv27_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv27_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv27_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv28_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv28_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv28_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv28_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv29_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv29_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv29_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv29_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv2_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv2_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv2_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv2_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv30_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv30_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv30_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv30_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv31_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv31_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv31_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv31_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv32_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv32_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv32_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv32_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv33_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv33_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv33_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv33_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv34_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv34_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv34_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv34_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv35_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv35_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv35_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv35_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv36_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv36_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv36_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv36_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv37_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv37_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv37_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv37_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv38_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv38_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv38_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv38_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv39_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv39_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv39_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv39_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv3_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv3_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv3_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv3_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv40_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv40_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv40_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv40_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv4_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv4_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv4_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv4_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv5_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv5_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv5_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv5_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv6_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv6_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv6_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv6_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv7_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv7_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv7_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv7_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv8_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv8_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv8_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv8_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv9_0.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv9_1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv9_2.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrv9_3.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr1.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr10.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr11.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr12.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr13.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr14.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr15.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr16.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr17.dat
+${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr18.dat



Home | Main Index | Thread Index | Old Index