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:           Thu Nov  7 10:42:40 UTC 2024

Modified Files:
        pkgsrc/graphics/py-strich: Makefile PLIST distinfo
Removed Files:
        pkgsrc/graphics/py-strich/patches:
            patch-pystrich_code128_test__code128.py
            patch-pystrich_qrcode_isodata.py
            patch-pystrich_qrcode_test__qrcode.py

Log Message:
py-strich: updated to 0.9

0.9
Update for modern version of Python and Pillow


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/py-strich/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/graphics/py-strich/PLIST
cvs rdiff -u -r1.3 -r1.4 pkgsrc/graphics/py-strich/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/graphics/py-strich/patches/patch-pystrich_code128_test__code128.py \
    pkgsrc/graphics/py-strich/patches/patch-pystrich_qrcode_isodata.py \
    pkgsrc/graphics/py-strich/patches/patch-pystrich_qrcode_test__qrcode.py

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.6 pkgsrc/graphics/py-strich/Makefile:1.7
--- pkgsrc/graphics/py-strich/Makefile:1.6      Tue Apr 30 11:39:54 2024
+++ pkgsrc/graphics/py-strich/Makefile  Thu Nov  7 10:42:40 2024
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.6 2024/04/30 11:39:54 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2024/11/07 10:42:40 adam Exp $
 
-DISTNAME=      pyStrich-0.8
-PKGNAME=       ${PYPKGPREFIX}-strich-0.8
-PKGREVISION=   2
+DISTNAME=      pystrich-0.9
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyStrich/}
 
@@ -11,11 +10,9 @@ HOMEPAGE=    https://github.com/mmulqueen/p
 COMMENT=       1D and 2D barcode generator
 LICENSE=       2-clause-bsd AND apache-2.0
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-DEPENDS+=      ${PYPKGPREFIX}-Pillow-[0-9]*:../../graphics/py-Pillow
-
-PYTHON_VERSIONS_INCOMPATIBLE=  27
+TOOL_DEPENDS+= ${PYPKGPREFIX}-poetry-core-[0-9]*:../../devel/py-poetry-core
+DEPENDS+=      ${PYPKGPREFIX}-Pillow>=10.3:../../graphics/py-Pillow
+TEST_DEPENDS+= dmtx-utils-[0-9]*:../../graphics/dmtx-utils
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/py-strich/PLIST
diff -u pkgsrc/graphics/py-strich/PLIST:1.2 pkgsrc/graphics/py-strich/PLIST:1.3
--- pkgsrc/graphics/py-strich/PLIST:1.2 Tue Apr 30 11:39:54 2024
+++ pkgsrc/graphics/py-strich/PLIST     Thu Nov  7 10:42:40 2024
@@ -1,8 +1,8 @@
-@comment $NetBSD: PLIST,v 1.2 2024/04/30 11:39:54 wiz Exp $
+@comment $NetBSD: PLIST,v 1.3 2024/11/07 10:42:40 adam Exp $
+${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
 ${PYSITELIB}/${WHEEL_INFODIR}/RECORD
 ${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
-${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
 ${PYSITELIB}/pystrich/__init__.py
 ${PYSITELIB}/pystrich/__init__.pyc
 ${PYSITELIB}/pystrich/__init__.pyo
@@ -21,6 +21,13 @@ ${PYSITELIB}/pystrich/code128/renderer.p
 ${PYSITELIB}/pystrich/code128/test_code128.py
 ${PYSITELIB}/pystrich/code128/test_code128.pyc
 ${PYSITELIB}/pystrich/code128/test_code128.pyo
+${PYSITELIB}/pystrich/code128/test_img/1.png
+${PYSITELIB}/pystrich/code128/test_img/2.png
+${PYSITELIB}/pystrich/code128/test_img/3.png
+${PYSITELIB}/pystrich/code128/test_img/4.png
+${PYSITELIB}/pystrich/code128/test_img/5.png
+${PYSITELIB}/pystrich/code128/test_img/6.png
+${PYSITELIB}/pystrich/code128/test_img/7.png
 ${PYSITELIB}/pystrich/code128/textencoder.py
 ${PYSITELIB}/pystrich/code128/textencoder.pyc
 ${PYSITELIB}/pystrich/code128/textencoder.pyo
@@ -30,9 +37,18 @@ ${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
+${PYSITELIB}/pystrich/code39/test_code39.py
+${PYSITELIB}/pystrich/code39/test_code39.pyc
+${PYSITELIB}/pystrich/code39/test_code39.pyo
+${PYSITELIB}/pystrich/code39/test_img/1.png
+${PYSITELIB}/pystrich/code39/test_img/2.png
+${PYSITELIB}/pystrich/code39/test_img/3.png
 ${PYSITELIB}/pystrich/code39/textencoder.py
 ${PYSITELIB}/pystrich/code39/textencoder.pyc
 ${PYSITELIB}/pystrich/code39/textencoder.pyo
@@ -69,6 +85,9 @@ ${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/ean13/test_img/1.png
+${PYSITELIB}/pystrich/ean13/test_img/2.png
+${PYSITELIB}/pystrich/ean13/test_img/3.png
 ${PYSITELIB}/pystrich/fonts/__init__.py
 ${PYSITELIB}/pystrich/fonts/__init__.pyc
 ${PYSITELIB}/pystrich/fonts/__init__.pyo
@@ -326,6 +345,29 @@ ${PYSITELIB}/pystrich/qrcode/qrcode_data
 ${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

Index: pkgsrc/graphics/py-strich/distinfo
diff -u pkgsrc/graphics/py-strich/distinfo:1.3 pkgsrc/graphics/py-strich/distinfo:1.4
--- pkgsrc/graphics/py-strich/distinfo:1.3      Tue Oct 26 10:46:48 2021
+++ pkgsrc/graphics/py-strich/distinfo  Thu Nov  7 10:42:40 2024
@@ -1,8 +1,5 @@
-$NetBSD: distinfo,v 1.3 2021/10/26 10:46:48 nia Exp $
+$NetBSD: distinfo,v 1.4 2024/11/07 10:42:40 adam Exp $
 
-BLAKE2s (pyStrich-0.8.tar.gz) = 8e551f84bac40c7f4ff615f0e9895d56c7dddb52b3f4394a51526692cdb89528
-SHA512 (pyStrich-0.8.tar.gz) = 53179204692d9d3b3824d558f4d56ff9a2f7994953e61be3f51227b4326304bb84857fba015fe7302e5f94e3b8472787111f7c3510f7918d9eeca7d7cdf4304a
-Size (pyStrich-0.8.tar.gz) = 981235 bytes
-SHA1 (patch-pystrich_code128_test__code128.py) = dbc1f6a2331f88b2e8cd442061cfc1fbe6a9acfb
-SHA1 (patch-pystrich_qrcode_isodata.py) = 2c3b6e4fc393da533b5e66f98f79a806a8269748
-SHA1 (patch-pystrich_qrcode_test__qrcode.py) = 227b0a4f51054ccacb4b1675592af9f639c079d3
+BLAKE2s (pystrich-0.9.tar.gz) = 85c626a727975ea728f27e52024a894e07417ed1d0d91013782ccf863ae60324
+SHA512 (pystrich-0.9.tar.gz) = 00294103a17eb39592afd390bf6c124d903a67ba0a05b6d7b5359f6b213619f1bd731242ae66ee372b4b26aa4e9a6b9d982e8aa91db7e2ff2f9af8fdbabb1997
+Size (pystrich-0.9.tar.gz) = 1016955 bytes



Home | Main Index | Thread Index | Old Index