pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/py-strich
Module Name: pkgsrc
Committed By: adam
Date: Wed May 20 06:01:16 UTC 2026
Modified Files:
pkgsrc/graphics/py-strich: Makefile PLIST distinfo
Added Files:
pkgsrc/graphics/py-strich: ALTERNATIVES
Log Message:
py-strich: updated to 0.14
0.14
PDF417 and Aztec code support
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/graphics/py-strich/ALTERNATIVES
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-strich/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/graphics/py-strich/PLIST
cvs rdiff -u -r1.5 -r1.6 pkgsrc/graphics/py-strich/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/py-strich/Makefile
diff -u pkgsrc/graphics/py-strich/Makefile:1.9 pkgsrc/graphics/py-strich/Makefile:1.10
--- pkgsrc/graphics/py-strich/Makefile:1.9 Fri Oct 3 11:12:10 2025
+++ pkgsrc/graphics/py-strich/Makefile Wed May 20 06:01:16 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2025/10/03 11:12:10 adam Exp $
+# $NetBSD: Makefile,v 1.10 2026/05/20 06:01:16 adam Exp $
-DISTNAME= pystrich-0.10
+DISTNAME= pystrich-0.14
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//}
CATEGORIES= graphics python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pyStrich/}
@@ -10,9 +10,11 @@ HOMEPAGE= https://github.com/mmulqueen/p
COMMENT= 1D and 2D barcode generator
LICENSE= 2-clause-bsd AND apache-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core>=2.2.1:../../devel/py-poetry-core
-DEPENDS+= ${PYPKGPREFIX}-Pillow>=10.3:../../graphics/py-Pillow
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+DEPENDS+= ${PYPKGPREFIX}-Pillow>=12.2:../../graphics/py-Pillow
TEST_DEPENDS+= dmtx-utils-[0-9]*:../../graphics/dmtx-utils
+PY_RENAME_BINARIES= pystrich
+
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/graphics/py-strich/PLIST
diff -u pkgsrc/graphics/py-strich/PLIST:1.4 pkgsrc/graphics/py-strich/PLIST:1.5
--- pkgsrc/graphics/py-strich/PLIST:1.4 Sun Sep 28 19:43:27 2025
+++ pkgsrc/graphics/py-strich/PLIST Wed May 20 06:01:16 2026
@@ -1,20 +1,97 @@
-@comment $NetBSD: PLIST,v 1.4 2025/09/28 19:43:27 wiz Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/05/20 06:01:16 adam Exp $
+bin/pystrich-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE
${PYSITELIB}/pystrich/__init__.py
${PYSITELIB}/pystrich/__init__.pyc
${PYSITELIB}/pystrich/__init__.pyo
+${PYSITELIB}/pystrich/_courier_glyphs.py
+${PYSITELIB}/pystrich/_courier_glyphs.pyc
+${PYSITELIB}/pystrich/_courier_glyphs.pyo
+${PYSITELIB}/pystrich/_simulate_damage.py
+${PYSITELIB}/pystrich/_simulate_damage.pyc
+${PYSITELIB}/pystrich/_simulate_damage.pyo
+${PYSITELIB}/pystrich/_vector_text.py
+${PYSITELIB}/pystrich/_vector_text.pyc
+${PYSITELIB}/pystrich/_vector_text.pyo
+${PYSITELIB}/pystrich/aztec/__init__.py
+${PYSITELIB}/pystrich/aztec/__init__.pyc
+${PYSITELIB}/pystrich/aztec/__init__.pyo
+${PYSITELIB}/pystrich/aztec/bitstuff.py
+${PYSITELIB}/pystrich/aztec/bitstuff.pyc
+${PYSITELIB}/pystrich/aztec/bitstuff.pyo
+${PYSITELIB}/pystrich/aztec/data.py
+${PYSITELIB}/pystrich/aztec/data.pyc
+${PYSITELIB}/pystrich/aztec/data.pyo
+${PYSITELIB}/pystrich/aztec/dpencoder.py
+${PYSITELIB}/pystrich/aztec/dpencoder.pyc
+${PYSITELIB}/pystrich/aztec/dpencoder.pyo
+${PYSITELIB}/pystrich/aztec/modemessage.py
+${PYSITELIB}/pystrich/aztec/modemessage.pyc
+${PYSITELIB}/pystrich/aztec/modemessage.pyo
+${PYSITELIB}/pystrich/aztec/modes.py
+${PYSITELIB}/pystrich/aztec/modes.pyc
+${PYSITELIB}/pystrich/aztec/modes.pyo
+${PYSITELIB}/pystrich/aztec/placement.py
+${PYSITELIB}/pystrich/aztec/placement.pyc
+${PYSITELIB}/pystrich/aztec/placement.pyo
+${PYSITELIB}/pystrich/aztec/renderer.py
+${PYSITELIB}/pystrich/aztec/renderer.pyc
+${PYSITELIB}/pystrich/aztec/renderer.pyo
+${PYSITELIB}/pystrich/aztec/symbol.py
+${PYSITELIB}/pystrich/aztec/symbol.pyc
+${PYSITELIB}/pystrich/aztec/symbol.pyo
+${PYSITELIB}/pystrich/aztec/test_bitstuff.py
+${PYSITELIB}/pystrich/aztec/test_bitstuff.pyc
+${PYSITELIB}/pystrich/aztec/test_bitstuff.pyo
+${PYSITELIB}/pystrich/aztec/test_data.py
+${PYSITELIB}/pystrich/aztec/test_data.pyc
+${PYSITELIB}/pystrich/aztec/test_data.pyo
+${PYSITELIB}/pystrich/aztec/test_dpencoder.py
+${PYSITELIB}/pystrich/aztec/test_dpencoder.pyc
+${PYSITELIB}/pystrich/aztec/test_dpencoder.pyo
+${PYSITELIB}/pystrich/aztec/test_modemessage.py
+${PYSITELIB}/pystrich/aztec/test_modemessage.pyc
+${PYSITELIB}/pystrich/aztec/test_modemessage.pyo
+${PYSITELIB}/pystrich/aztec/test_placement.py
+${PYSITELIB}/pystrich/aztec/test_placement.pyc
+${PYSITELIB}/pystrich/aztec/test_placement.pyo
+${PYSITELIB}/pystrich/aztec/test_roundtrip.py
+${PYSITELIB}/pystrich/aztec/test_roundtrip.pyc
+${PYSITELIB}/pystrich/aztec/test_roundtrip.pyo
+${PYSITELIB}/pystrich/aztec/test_symbol.py
+${PYSITELIB}/pystrich/aztec/test_symbol.pyc
+${PYSITELIB}/pystrich/aztec/test_symbol.pyo
+${PYSITELIB}/pystrich/aztec/test_textencoder.py
+${PYSITELIB}/pystrich/aztec/test_textencoder.pyc
+${PYSITELIB}/pystrich/aztec/test_textencoder.pyo
+${PYSITELIB}/pystrich/aztec/textencoder.py
+${PYSITELIB}/pystrich/aztec/textencoder.pyc
+${PYSITELIB}/pystrich/aztec/textencoder.pyo
+${PYSITELIB}/pystrich/bar_encoder.py
+${PYSITELIB}/pystrich/bar_encoder.pyc
+${PYSITELIB}/pystrich/bar_encoder.pyo
+${PYSITELIB}/pystrich/bar_renderer.py
+${PYSITELIB}/pystrich/bar_renderer.pyc
+${PYSITELIB}/pystrich/bar_renderer.pyo
+${PYSITELIB}/pystrich/bitstream.py
+${PYSITELIB}/pystrich/bitstream.pyc
+${PYSITELIB}/pystrich/bitstream.pyo
+${PYSITELIB}/pystrich/charset.py
+${PYSITELIB}/pystrich/charset.pyc
+${PYSITELIB}/pystrich/charset.pyo
+${PYSITELIB}/pystrich/cli.py
+${PYSITELIB}/pystrich/cli.pyc
+${PYSITELIB}/pystrich/cli.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
@@ -37,9 +114,6 @@ ${PYSITELIB}/pystrich/code39/__init__.py
${PYSITELIB}/pystrich/code39/encoding.py
${PYSITELIB}/pystrich/code39/encoding.pyc
${PYSITELIB}/pystrich/code39/encoding.pyo
-${PYSITELIB}/pystrich/code39/generate_test.py
-${PYSITELIB}/pystrich/code39/generate_test.pyc
-${PYSITELIB}/pystrich/code39/generate_test.pyo
${PYSITELIB}/pystrich/code39/renderer.py
${PYSITELIB}/pystrich/code39/renderer.pyc
${PYSITELIB}/pystrich/code39/renderer.pyo
@@ -52,15 +126,18 @@ ${PYSITELIB}/pystrich/code39/test_img/3.
${PYSITELIB}/pystrich/code39/textencoder.py
${PYSITELIB}/pystrich/code39/textencoder.pyc
${PYSITELIB}/pystrich/code39/textencoder.pyo
+${PYSITELIB}/pystrich/conftest.py
+${PYSITELIB}/pystrich/conftest.pyc
+${PYSITELIB}/pystrich/conftest.pyo
${PYSITELIB}/pystrich/datamatrix/__init__.py
${PYSITELIB}/pystrich/datamatrix/__init__.pyc
${PYSITELIB}/pystrich/datamatrix/__init__.pyo
+${PYSITELIB}/pystrich/datamatrix/data.py
+${PYSITELIB}/pystrich/datamatrix/data.pyc
+${PYSITELIB}/pystrich/datamatrix/data.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
@@ -70,15 +147,15 @@ ${PYSITELIB}/pystrich/datamatrix/test_da
${PYSITELIB}/pystrich/datamatrix/textencoder.py
${PYSITELIB}/pystrich/datamatrix/textencoder.pyc
${PYSITELIB}/pystrich/datamatrix/textencoder.pyo
+${PYSITELIB}/pystrich/dxf.py
+${PYSITELIB}/pystrich/dxf.pyc
+${PYSITELIB}/pystrich/dxf.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
@@ -88,6 +165,12 @@ ${PYSITELIB}/pystrich/ean13/test_ean13.p
${PYSITELIB}/pystrich/ean13/test_img/1.png
${PYSITELIB}/pystrich/ean13/test_img/2.png
${PYSITELIB}/pystrich/ean13/test_img/3.png
+${PYSITELIB}/pystrich/eps.py
+${PYSITELIB}/pystrich/eps.pyc
+${PYSITELIB}/pystrich/eps.pyo
+${PYSITELIB}/pystrich/exceptions.py
+${PYSITELIB}/pystrich/exceptions.pyc
+${PYSITELIB}/pystrich/exceptions.pyo
${PYSITELIB}/pystrich/fonts/__init__.py
${PYSITELIB}/pystrich/fonts/__init__.pyc
${PYSITELIB}/pystrich/fonts/__init__.pyo
@@ -105,9 +188,61 @@ ${PYSITELIB}/pystrich/fonts/courR18.pbm
${PYSITELIB}/pystrich/fonts/courR18.pil
${PYSITELIB}/pystrich/fonts/courR24.pbm
${PYSITELIB}/pystrich/fonts/courR24.pil
+${PYSITELIB}/pystrich/marks.py
+${PYSITELIB}/pystrich/marks.pyc
+${PYSITELIB}/pystrich/marks.pyo
+${PYSITELIB}/pystrich/matrix_encoder.py
+${PYSITELIB}/pystrich/matrix_encoder.pyc
+${PYSITELIB}/pystrich/matrix_encoder.pyo
+${PYSITELIB}/pystrich/matrix_renderer.py
+${PYSITELIB}/pystrich/matrix_renderer.pyc
+${PYSITELIB}/pystrich/matrix_renderer.pyo
+${PYSITELIB}/pystrich/pdf417/__init__.py
+${PYSITELIB}/pystrich/pdf417/__init__.pyc
+${PYSITELIB}/pystrich/pdf417/__init__.pyo
+${PYSITELIB}/pystrich/pdf417/_cluster_patterns.py
+${PYSITELIB}/pystrich/pdf417/_cluster_patterns.pyc
+${PYSITELIB}/pystrich/pdf417/_cluster_patterns.pyo
+${PYSITELIB}/pystrich/pdf417/data.py
+${PYSITELIB}/pystrich/pdf417/data.pyc
+${PYSITELIB}/pystrich/pdf417/data.pyo
+${PYSITELIB}/pystrich/pdf417/layout.py
+${PYSITELIB}/pystrich/pdf417/layout.pyc
+${PYSITELIB}/pystrich/pdf417/layout.pyo
+${PYSITELIB}/pystrich/pdf417/renderer.py
+${PYSITELIB}/pystrich/pdf417/renderer.pyc
+${PYSITELIB}/pystrich/pdf417/renderer.pyo
+${PYSITELIB}/pystrich/pdf417/tables.py
+${PYSITELIB}/pystrich/pdf417/tables.pyc
+${PYSITELIB}/pystrich/pdf417/tables.pyo
+${PYSITELIB}/pystrich/pdf417/test_data.py
+${PYSITELIB}/pystrich/pdf417/test_data.pyc
+${PYSITELIB}/pystrich/pdf417/test_data.pyo
+${PYSITELIB}/pystrich/pdf417/test_layout.py
+${PYSITELIB}/pystrich/pdf417/test_layout.pyc
+${PYSITELIB}/pystrich/pdf417/test_layout.pyo
+${PYSITELIB}/pystrich/pdf417/test_renderer.py
+${PYSITELIB}/pystrich/pdf417/test_renderer.pyc
+${PYSITELIB}/pystrich/pdf417/test_renderer.pyo
+${PYSITELIB}/pystrich/pdf417/test_roundtrip.py
+${PYSITELIB}/pystrich/pdf417/test_roundtrip.pyc
+${PYSITELIB}/pystrich/pdf417/test_roundtrip.pyo
+${PYSITELIB}/pystrich/pdf417/test_tables.py
+${PYSITELIB}/pystrich/pdf417/test_tables.pyc
+${PYSITELIB}/pystrich/pdf417/test_tables.pyo
+${PYSITELIB}/pystrich/pdf417/test_textencoder.py
+${PYSITELIB}/pystrich/pdf417/test_textencoder.pyc
+${PYSITELIB}/pystrich/pdf417/test_textencoder.pyo
+${PYSITELIB}/pystrich/pdf417/textencoder.py
+${PYSITELIB}/pystrich/pdf417/textencoder.pyc
+${PYSITELIB}/pystrich/pdf417/textencoder.pyo
+${PYSITELIB}/pystrich/py.typed
${PYSITELIB}/pystrich/qrcode/__init__.py
${PYSITELIB}/pystrich/qrcode/__init__.pyc
${PYSITELIB}/pystrich/qrcode/__init__.pyo
+${PYSITELIB}/pystrich/qrcode/data.py
+${PYSITELIB}/pystrich/qrcode/data.pyc
+${PYSITELIB}/pystrich/qrcode/data.pyo
${PYSITELIB}/pystrich/qrcode/isodata.py
${PYSITELIB}/pystrich/qrcode/isodata.pyc
${PYSITELIB}/pystrich/qrcode/isodata.pyo
@@ -311,66 +446,36 @@ ${PYSITELIB}/pystrich/qrcode/qrcode_data
${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr7.dat
${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr8.dat
${PYSITELIB}/pystrich/qrcode/qrcode_data/qrvfr9.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc10.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc13.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc15.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc16.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc17.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc18.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc20.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc22.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc24.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc26.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc28.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc30.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc32.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc34.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc36.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc40.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc42.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc44.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc46.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc48.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc50.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc52.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc54.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc56.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc58.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc60.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc62.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc64.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc66.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc68.dat
-${PYSITELIB}/pystrich/qrcode/qrcode_data/rsc7.dat
${PYSITELIB}/pystrich/qrcode/renderer.py
${PYSITELIB}/pystrich/qrcode/renderer.pyc
${PYSITELIB}/pystrich/qrcode/renderer.pyo
-${PYSITELIB}/pystrich/qrcode/test_img/1.png
-${PYSITELIB}/pystrich/qrcode/test_img/10.png
-${PYSITELIB}/pystrich/qrcode/test_img/11.png
-${PYSITELIB}/pystrich/qrcode/test_img/12.png
-${PYSITELIB}/pystrich/qrcode/test_img/13.png
-${PYSITELIB}/pystrich/qrcode/test_img/14.png
-${PYSITELIB}/pystrich/qrcode/test_img/15.png
-${PYSITELIB}/pystrich/qrcode/test_img/16.png
-${PYSITELIB}/pystrich/qrcode/test_img/17.png
-${PYSITELIB}/pystrich/qrcode/test_img/18.png
-${PYSITELIB}/pystrich/qrcode/test_img/19.png
-${PYSITELIB}/pystrich/qrcode/test_img/2.png
-${PYSITELIB}/pystrich/qrcode/test_img/20.png
-${PYSITELIB}/pystrich/qrcode/test_img/21.png
-${PYSITELIB}/pystrich/qrcode/test_img/22.png
-${PYSITELIB}/pystrich/qrcode/test_img/23.png
-${PYSITELIB}/pystrich/qrcode/test_img/3.png
-${PYSITELIB}/pystrich/qrcode/test_img/4.png
-${PYSITELIB}/pystrich/qrcode/test_img/5.png
-${PYSITELIB}/pystrich/qrcode/test_img/6.png
-${PYSITELIB}/pystrich/qrcode/test_img/7.png
-${PYSITELIB}/pystrich/qrcode/test_img/8.png
-${PYSITELIB}/pystrich/qrcode/test_img/9.png
${PYSITELIB}/pystrich/qrcode/test_qrcode.py
${PYSITELIB}/pystrich/qrcode/test_qrcode.pyc
${PYSITELIB}/pystrich/qrcode/test_qrcode.pyo
${PYSITELIB}/pystrich/qrcode/textencoder.py
${PYSITELIB}/pystrich/qrcode/textencoder.pyc
${PYSITELIB}/pystrich/qrcode/textencoder.pyo
+${PYSITELIB}/pystrich/reedsolomon.py
+${PYSITELIB}/pystrich/reedsolomon.pyc
+${PYSITELIB}/pystrich/reedsolomon.pyo
+${PYSITELIB}/pystrich/svg.py
+${PYSITELIB}/pystrich/svg.pyc
+${PYSITELIB}/pystrich/svg.pyo
+${PYSITELIB}/pystrich/test_bitstream.py
+${PYSITELIB}/pystrich/test_bitstream.pyc
+${PYSITELIB}/pystrich/test_bitstream.pyo
+${PYSITELIB}/pystrich/test_cli.py
+${PYSITELIB}/pystrich/test_cli.pyc
+${PYSITELIB}/pystrich/test_cli.pyo
+${PYSITELIB}/pystrich/test_marks.py
+${PYSITELIB}/pystrich/test_marks.pyc
+${PYSITELIB}/pystrich/test_marks.pyo
+${PYSITELIB}/pystrich/test_reedsolomon.py
+${PYSITELIB}/pystrich/test_reedsolomon.pyc
+${PYSITELIB}/pystrich/test_reedsolomon.pyo
+${PYSITELIB}/pystrich/test_svg.py
+${PYSITELIB}/pystrich/test_svg.pyc
+${PYSITELIB}/pystrich/test_svg.pyo
+${PYSITELIB}/pystrich/types.py
+${PYSITELIB}/pystrich/types.pyc
+${PYSITELIB}/pystrich/types.pyo
Index: pkgsrc/graphics/py-strich/distinfo
diff -u pkgsrc/graphics/py-strich/distinfo:1.5 pkgsrc/graphics/py-strich/distinfo:1.6
--- pkgsrc/graphics/py-strich/distinfo:1.5 Fri Oct 3 11:12:10 2025
+++ pkgsrc/graphics/py-strich/distinfo Wed May 20 06:01:16 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2025/10/03 11:12:10 adam Exp $
+$NetBSD: distinfo,v 1.6 2026/05/20 06:01:16 adam Exp $
-BLAKE2s (pystrich-0.10.tar.gz) = 2bc62efd933bb21de1c4c7f5b36e53aade2de3adcce9921ffcc2c939e6744d58
-SHA512 (pystrich-0.10.tar.gz) = a40721cd20041a2d92ec0428370ea429d0eb945a0529ae374d050babb432d4f20d5dc954baef8b40a180b5e3453fe9c1df5acfefa1f0c0c74447d84c0982c81f
-Size (pystrich-0.10.tar.gz) = 1005714 bytes
+BLAKE2s (pystrich-0.14.tar.gz) = 6bcf3b56aa986355bfccfa01fc5a52ef9d27881abdea9b0ca9f60870364aff2f
+SHA512 (pystrich-0.14.tar.gz) = 2ff651bf2f7e9c4674098c794e0d1956a8b20e65e83f5faf48bcd4cb0846f3cf3e03490e75eb5f1ed8792f8bac0e633a6eb9279ee601c2b778c45f81c0a1edf6
+Size (pystrich-0.14.tar.gz) = 820610 bytes
Added files:
Index: pkgsrc/graphics/py-strich/ALTERNATIVES
diff -u /dev/null pkgsrc/graphics/py-strich/ALTERNATIVES:1.1
--- /dev/null Wed May 20 06:01:17 2026
+++ pkgsrc/graphics/py-strich/ALTERNATIVES Wed May 20 06:01:16 2026
@@ -0,0 +1 @@
+bin/pystrich @PREFIX@/bin/pystrich-@PYVERSSUFFIX@
Home |
Main Index |
Thread Index |
Old Index