Wed Jan 17 18:56:43 2024 UTC (150d)
py-py2app: updated to 0.28.6

v0.28.5
Update the recipe for 'black' to work with recent releases of that package.


(adam)
diff -r1.14 -r1.15 pkgsrc/devel/py-py2app/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/py-py2app/PLIST
diff -r1.8 -r1.9 pkgsrc/devel/py-py2app/distinfo

cvs diff -r1.14 -r1.15 pkgsrc/devel/py-py2app/Makefile (switch to unified diff)

--- pkgsrc/devel/py-py2app/Makefile 2022/10/31 08:26:13 1.14
+++ pkgsrc/devel/py-py2app/Makefile 2024/01/17 18:56:43 1.15
@@ -1,29 +1,29 @@ @@ -1,29 +1,29 @@
1# $NetBSD: Makefile,v 1.14 2022/10/31 08:26:13 adam Exp $ 1# $NetBSD: Makefile,v 1.15 2024/01/17 18:56:43 adam Exp $
2 2
3DISTNAME= py2app-0.28.4 3DISTNAME= py2app-0.28.6
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/py2app/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/py2app/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://bitbucket.org/ronaldoussoren/py2app 9HOMEPAGE= https://github.com/ronaldoussoren/py2app
10COMMENT= Create standalone Mac OS X applications with Python 10COMMENT= Create standalone macOS applications with Python
11LICENSE= mit 11LICENSE= mit
12 12
13ONLY_FOR_PLATFORM= Darwin-*-* 13ONLY_FOR_PLATFORM= Darwin-*-*
14 14
15DEPENDS+= ${PYPKGPREFIX}-altgraph>=0.16:../../graphics/py-altgraph 15TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
16DEPENDS+= ${PYPKGPREFIX}-modulegraph>=0.19.3:../../devel/py-modulegraph 16TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
17DEPENDS+= ${PYPKGPREFIX}-macholib>=1.16:../../devel/py-macholib 17DEPENDS+= ${PYPKGPREFIX}-altgraph>=0.17.3:../../graphics/py-altgraph
 18DEPENDS+= ${PYPKGPREFIX}-modulegraph>=0.19.5:../../devel/py-modulegraph
 19DEPENDS+= ${PYPKGPREFIX}-macholib>=1.16.2:../../devel/py-macholib
18TEST_DEPENDS+= ${PYPKGPREFIX}-pyobjc-core-[0-9]*:../../devel/py-pyobjc-core 20TEST_DEPENDS+= ${PYPKGPREFIX}-pyobjc-core-[0-9]*:../../devel/py-pyobjc-core
19 21
20USE_PKG_RESOURCES= yes 22PYTHON_VERSIONS_INCOMPATIBLE= 27 312
21 
22PYTHON_VERSIONS_INCOMPATIBLE= 27 
23 23
24post-install: 24post-install:
25 cd ${DESTDIR}${PREFIX}/bin && \ 25 cd ${DESTDIR}${PREFIX}/bin && \
26 ${MV} py2applet py2applet-${PYVERSSUFFIX} || ${TRUE} 26 ${MV} py2applet py2applet-${PYVERSSUFFIX} || ${TRUE}
27 27
28.include "../../lang/python/egg.mk" 28.include "../../lang/python/wheel.mk"
29.include "../../mk/bsd.pkg.mk" 29.include "../../mk/bsd.pkg.mk"

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-py2app/PLIST (switch to unified diff)

--- pkgsrc/devel/py-py2app/PLIST 2022/10/31 08:26:13 1.6
+++ pkgsrc/devel/py-py2app/PLIST 2024/01/17 18:56:43 1.7
@@ -1,306 +1,305 @@ @@ -1,306 +1,305 @@
1@comment $NetBSD: PLIST,v 1.6 2022/10/31 08:26:13 adam Exp $ 1@comment $NetBSD: PLIST,v 1.7 2024/01/17 18:56:43 adam Exp $
2bin/py2applet-${PYVERSSUFFIX} 2bin/py2applet-${PYVERSSUFFIX}
3${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 3${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
4${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 4${PYSITELIB}/${WHEEL_INFODIR}/METADATA
5${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 5${PYSITELIB}/${WHEEL_INFODIR}/RECORD
6${PYSITELIB}/${EGG_INFODIR}/entry_points.txt 6${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
7${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 7${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
8${PYSITELIB}/${EGG_INFODIR}/requires.txt 8${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
9${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
10${PYSITELIB}/py2app/__init__.py 9${PYSITELIB}/py2app/__init__.py
11${PYSITELIB}/py2app/__init__.pyc 10${PYSITELIB}/py2app/__init__.pyc
12${PYSITELIB}/py2app/__init__.pyo 11${PYSITELIB}/py2app/__init__.pyo
13${PYSITELIB}/py2app/_pkg_meta.py 12${PYSITELIB}/py2app/_pkg_meta.py
14${PYSITELIB}/py2app/_pkg_meta.pyc 13${PYSITELIB}/py2app/_pkg_meta.pyc
15${PYSITELIB}/py2app/_pkg_meta.pyo 14${PYSITELIB}/py2app/_pkg_meta.pyo
16${PYSITELIB}/py2app/apptemplate/__init__.py 15${PYSITELIB}/py2app/apptemplate/__init__.py
17${PYSITELIB}/py2app/apptemplate/__init__.pyc 16${PYSITELIB}/py2app/apptemplate/__init__.pyc
18${PYSITELIB}/py2app/apptemplate/__init__.pyo 17${PYSITELIB}/py2app/apptemplate/__init__.pyo
19${PYSITELIB}/py2app/apptemplate/lib/__error__.sh 18${PYSITELIB}/py2app/apptemplate/lib/__error__.sh
20${PYSITELIB}/py2app/apptemplate/lib/site.py 19${PYSITELIB}/py2app/apptemplate/lib/site.py
21${PYSITELIB}/py2app/apptemplate/lib/site.pyc 20${PYSITELIB}/py2app/apptemplate/lib/site.pyc
22${PYSITELIB}/py2app/apptemplate/lib/site.pyo 21${PYSITELIB}/py2app/apptemplate/lib/site.pyo
23${PYSITELIB}/py2app/apptemplate/plist_template.py 22${PYSITELIB}/py2app/apptemplate/plist_template.py
24${PYSITELIB}/py2app/apptemplate/plist_template.pyc 23${PYSITELIB}/py2app/apptemplate/plist_template.pyc
25${PYSITELIB}/py2app/apptemplate/plist_template.pyo 24${PYSITELIB}/py2app/apptemplate/plist_template.pyo
26${PYSITELIB}/py2app/apptemplate/prebuilt/main-arm64 25${PYSITELIB}/py2app/apptemplate/prebuilt/main-arm64
27${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-arm64 26${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-arm64
28${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-i386 27${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-i386
29${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-intel 28${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-intel
30${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-universal2 29${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-universal2
31${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-x86_64 30${PYSITELIB}/py2app/apptemplate/prebuilt/main-asl-x86_64
32${PYSITELIB}/py2app/apptemplate/prebuilt/main-fat 31${PYSITELIB}/py2app/apptemplate/prebuilt/main-fat
33${PYSITELIB}/py2app/apptemplate/prebuilt/main-fat3 32${PYSITELIB}/py2app/apptemplate/prebuilt/main-fat3
34${PYSITELIB}/py2app/apptemplate/prebuilt/main-i386 33${PYSITELIB}/py2app/apptemplate/prebuilt/main-i386
35${PYSITELIB}/py2app/apptemplate/prebuilt/main-intel 34${PYSITELIB}/py2app/apptemplate/prebuilt/main-intel
36${PYSITELIB}/py2app/apptemplate/prebuilt/main-ppc 35${PYSITELIB}/py2app/apptemplate/prebuilt/main-ppc
37${PYSITELIB}/py2app/apptemplate/prebuilt/main-ppc64 36${PYSITELIB}/py2app/apptemplate/prebuilt/main-ppc64
38${PYSITELIB}/py2app/apptemplate/prebuilt/main-universal 37${PYSITELIB}/py2app/apptemplate/prebuilt/main-universal
39${PYSITELIB}/py2app/apptemplate/prebuilt/main-universal2 38${PYSITELIB}/py2app/apptemplate/prebuilt/main-universal2
40${PYSITELIB}/py2app/apptemplate/prebuilt/main-x86_64 39${PYSITELIB}/py2app/apptemplate/prebuilt/main-x86_64
41${PYSITELIB}/py2app/apptemplate/prebuilt/main-x86_64-oldsdk 40${PYSITELIB}/py2app/apptemplate/prebuilt/main-x86_64-oldsdk
42${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-arm64 41${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-arm64
43${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-fat 42${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-fat
44${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-fat3 43${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-fat3
45${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-i386 44${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-i386
46${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-intel 45${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-intel
47${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-ppc 46${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-ppc
48${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-ppc64 47${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-ppc64
49${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-universal 48${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-universal
50${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-universal2 49${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-universal2
51${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-x86_64 50${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-x86_64
52${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-x86_64-oldsdk 51${PYSITELIB}/py2app/apptemplate/prebuilt/secondary-x86_64-oldsdk
53${PYSITELIB}/py2app/apptemplate/setup.py 52${PYSITELIB}/py2app/apptemplate/setup.py
54${PYSITELIB}/py2app/apptemplate/setup.pyc 53${PYSITELIB}/py2app/apptemplate/setup.pyc
55${PYSITELIB}/py2app/apptemplate/setup.pyo 54${PYSITELIB}/py2app/apptemplate/setup.pyo
56${PYSITELIB}/py2app/apptemplate/src/main.c 55${PYSITELIB}/py2app/apptemplate/src/main.c
57${PYSITELIB}/py2app/bootstrap/__init__.py 56${PYSITELIB}/py2app/bootstrap/__init__.py
58${PYSITELIB}/py2app/bootstrap/__init__.pyc 57${PYSITELIB}/py2app/bootstrap/__init__.pyc
59${PYSITELIB}/py2app/bootstrap/__init__.pyo 58${PYSITELIB}/py2app/bootstrap/__init__.pyo
60${PYSITELIB}/py2app/bootstrap/argv_emulation.py 59${PYSITELIB}/py2app/bootstrap/argv_emulation.py
61${PYSITELIB}/py2app/bootstrap/argv_emulation.pyc 60${PYSITELIB}/py2app/bootstrap/argv_emulation.pyc
62${PYSITELIB}/py2app/bootstrap/argv_emulation.pyo 61${PYSITELIB}/py2app/bootstrap/argv_emulation.pyo
63${PYSITELIB}/py2app/bootstrap/argv_inject.py 62${PYSITELIB}/py2app/bootstrap/argv_inject.py
64${PYSITELIB}/py2app/bootstrap/argv_inject.pyc 63${PYSITELIB}/py2app/bootstrap/argv_inject.pyc
65${PYSITELIB}/py2app/bootstrap/argv_inject.pyo 64${PYSITELIB}/py2app/bootstrap/argv_inject.pyo
66${PYSITELIB}/py2app/bootstrap/boot_aliasapp.py 65${PYSITELIB}/py2app/bootstrap/boot_aliasapp.py
67${PYSITELIB}/py2app/bootstrap/boot_aliasapp.pyc 66${PYSITELIB}/py2app/bootstrap/boot_aliasapp.pyc
68${PYSITELIB}/py2app/bootstrap/boot_aliasapp.pyo 67${PYSITELIB}/py2app/bootstrap/boot_aliasapp.pyo
69${PYSITELIB}/py2app/bootstrap/boot_aliasplugin.py 68${PYSITELIB}/py2app/bootstrap/boot_aliasplugin.py
70${PYSITELIB}/py2app/bootstrap/boot_aliasplugin.pyc 69${PYSITELIB}/py2app/bootstrap/boot_aliasplugin.pyc
71${PYSITELIB}/py2app/bootstrap/boot_aliasplugin.pyo 70${PYSITELIB}/py2app/bootstrap/boot_aliasplugin.pyo
72${PYSITELIB}/py2app/bootstrap/boot_app.py 71${PYSITELIB}/py2app/bootstrap/boot_app.py
73${PYSITELIB}/py2app/bootstrap/boot_app.pyc 72${PYSITELIB}/py2app/bootstrap/boot_app.pyc
74${PYSITELIB}/py2app/bootstrap/boot_app.pyo 73${PYSITELIB}/py2app/bootstrap/boot_app.pyo
75${PYSITELIB}/py2app/bootstrap/boot_plugin.py 74${PYSITELIB}/py2app/bootstrap/boot_plugin.py
76${PYSITELIB}/py2app/bootstrap/boot_plugin.pyc 75${PYSITELIB}/py2app/bootstrap/boot_plugin.pyc
77${PYSITELIB}/py2app/bootstrap/boot_plugin.pyo 76${PYSITELIB}/py2app/bootstrap/boot_plugin.pyo
78${PYSITELIB}/py2app/bootstrap/chdir_resource.py 77${PYSITELIB}/py2app/bootstrap/chdir_resource.py
79${PYSITELIB}/py2app/bootstrap/chdir_resource.pyc 78${PYSITELIB}/py2app/bootstrap/chdir_resource.pyc
80${PYSITELIB}/py2app/bootstrap/chdir_resource.pyo 79${PYSITELIB}/py2app/bootstrap/chdir_resource.pyo
81${PYSITELIB}/py2app/bootstrap/ctypes_setup.py 80${PYSITELIB}/py2app/bootstrap/ctypes_setup.py
82${PYSITELIB}/py2app/bootstrap/ctypes_setup.pyc 81${PYSITELIB}/py2app/bootstrap/ctypes_setup.pyc
83${PYSITELIB}/py2app/bootstrap/ctypes_setup.pyo 82${PYSITELIB}/py2app/bootstrap/ctypes_setup.pyo
84${PYSITELIB}/py2app/bootstrap/disable_linecache.py 83${PYSITELIB}/py2app/bootstrap/disable_linecache.py
85${PYSITELIB}/py2app/bootstrap/disable_linecache.pyc 84${PYSITELIB}/py2app/bootstrap/disable_linecache.pyc
86${PYSITELIB}/py2app/bootstrap/disable_linecache.pyo 85${PYSITELIB}/py2app/bootstrap/disable_linecache.pyo
87${PYSITELIB}/py2app/bootstrap/emulate_shell_environment.py 86${PYSITELIB}/py2app/bootstrap/emulate_shell_environment.py
88${PYSITELIB}/py2app/bootstrap/emulate_shell_environment.pyc 87${PYSITELIB}/py2app/bootstrap/emulate_shell_environment.pyc
89${PYSITELIB}/py2app/bootstrap/emulate_shell_environment.pyo 88${PYSITELIB}/py2app/bootstrap/emulate_shell_environment.pyo
90${PYSITELIB}/py2app/bootstrap/import_encodings.py 89${PYSITELIB}/py2app/bootstrap/import_encodings.py
91${PYSITELIB}/py2app/bootstrap/import_encodings.pyc 90${PYSITELIB}/py2app/bootstrap/import_encodings.pyc
92${PYSITELIB}/py2app/bootstrap/import_encodings.pyo 91${PYSITELIB}/py2app/bootstrap/import_encodings.pyo
93${PYSITELIB}/py2app/bootstrap/path_inject.py 92${PYSITELIB}/py2app/bootstrap/path_inject.py
94${PYSITELIB}/py2app/bootstrap/path_inject.pyc 93${PYSITELIB}/py2app/bootstrap/path_inject.pyc
95${PYSITELIB}/py2app/bootstrap/path_inject.pyo 94${PYSITELIB}/py2app/bootstrap/path_inject.pyo
96${PYSITELIB}/py2app/bootstrap/reset_sys_path.py 95${PYSITELIB}/py2app/bootstrap/reset_sys_path.py
97${PYSITELIB}/py2app/bootstrap/reset_sys_path.pyc 96${PYSITELIB}/py2app/bootstrap/reset_sys_path.pyc
98${PYSITELIB}/py2app/bootstrap/reset_sys_path.pyo 97${PYSITELIB}/py2app/bootstrap/reset_sys_path.pyo
99${PYSITELIB}/py2app/bootstrap/semi_standalone_path.py 98${PYSITELIB}/py2app/bootstrap/semi_standalone_path.py
100${PYSITELIB}/py2app/bootstrap/semi_standalone_path.pyc 99${PYSITELIB}/py2app/bootstrap/semi_standalone_path.pyc
101${PYSITELIB}/py2app/bootstrap/semi_standalone_path.pyo 100${PYSITELIB}/py2app/bootstrap/semi_standalone_path.pyo
102${PYSITELIB}/py2app/bootstrap/setup_included_subpackages.py 101${PYSITELIB}/py2app/bootstrap/setup_included_subpackages.py
103${PYSITELIB}/py2app/bootstrap/setup_included_subpackages.pyc 102${PYSITELIB}/py2app/bootstrap/setup_included_subpackages.pyc
104${PYSITELIB}/py2app/bootstrap/setup_included_subpackages.pyo 103${PYSITELIB}/py2app/bootstrap/setup_included_subpackages.pyo
105${PYSITELIB}/py2app/bootstrap/setup_pkgresource.py 104${PYSITELIB}/py2app/bootstrap/setup_pkgresource.py
106${PYSITELIB}/py2app/bootstrap/setup_pkgresource.pyc 105${PYSITELIB}/py2app/bootstrap/setup_pkgresource.pyc
107${PYSITELIB}/py2app/bootstrap/setup_pkgresource.pyo 106${PYSITELIB}/py2app/bootstrap/setup_pkgresource.pyo
108${PYSITELIB}/py2app/bootstrap/site_packages.py 107${PYSITELIB}/py2app/bootstrap/site_packages.py
109${PYSITELIB}/py2app/bootstrap/site_packages.pyc 108${PYSITELIB}/py2app/bootstrap/site_packages.pyc
110${PYSITELIB}/py2app/bootstrap/site_packages.pyo 109${PYSITELIB}/py2app/bootstrap/site_packages.pyo
111${PYSITELIB}/py2app/bootstrap/system_path_extras.py 110${PYSITELIB}/py2app/bootstrap/system_path_extras.py
112${PYSITELIB}/py2app/bootstrap/system_path_extras.pyc 111${PYSITELIB}/py2app/bootstrap/system_path_extras.pyc
113${PYSITELIB}/py2app/bootstrap/system_path_extras.pyo 112${PYSITELIB}/py2app/bootstrap/system_path_extras.pyo
114${PYSITELIB}/py2app/bootstrap/virtualenv.py 113${PYSITELIB}/py2app/bootstrap/virtualenv.py
115${PYSITELIB}/py2app/bootstrap/virtualenv.pyc 114${PYSITELIB}/py2app/bootstrap/virtualenv.pyc
116${PYSITELIB}/py2app/bootstrap/virtualenv.pyo 115${PYSITELIB}/py2app/bootstrap/virtualenv.pyo
117${PYSITELIB}/py2app/bootstrap/virtualenv_site_packages.py 116${PYSITELIB}/py2app/bootstrap/virtualenv_site_packages.py
118${PYSITELIB}/py2app/bootstrap/virtualenv_site_packages.pyc 117${PYSITELIB}/py2app/bootstrap/virtualenv_site_packages.pyc
119${PYSITELIB}/py2app/bootstrap/virtualenv_site_packages.pyo 118${PYSITELIB}/py2app/bootstrap/virtualenv_site_packages.pyo
120${PYSITELIB}/py2app/build_app.py 119${PYSITELIB}/py2app/build_app.py
121${PYSITELIB}/py2app/build_app.pyc 120${PYSITELIB}/py2app/build_app.pyc
122${PYSITELIB}/py2app/build_app.pyo 121${PYSITELIB}/py2app/build_app.pyo
123${PYSITELIB}/py2app/bundletemplate/__init__.py 122${PYSITELIB}/py2app/bundletemplate/__init__.py
124${PYSITELIB}/py2app/bundletemplate/__init__.pyc 123${PYSITELIB}/py2app/bundletemplate/__init__.pyc
125${PYSITELIB}/py2app/bundletemplate/__init__.pyo 124${PYSITELIB}/py2app/bundletemplate/__init__.pyo
126${PYSITELIB}/py2app/bundletemplate/lib/__error__.sh 125${PYSITELIB}/py2app/bundletemplate/lib/__error__.sh
127${PYSITELIB}/py2app/bundletemplate/lib/site.py 126${PYSITELIB}/py2app/bundletemplate/lib/site.py
128${PYSITELIB}/py2app/bundletemplate/lib/site.pyc 127${PYSITELIB}/py2app/bundletemplate/lib/site.pyc
129${PYSITELIB}/py2app/bundletemplate/lib/site.pyo 128${PYSITELIB}/py2app/bundletemplate/lib/site.pyo
130${PYSITELIB}/py2app/bundletemplate/plist_template.py 129${PYSITELIB}/py2app/bundletemplate/plist_template.py
131${PYSITELIB}/py2app/bundletemplate/plist_template.pyc 130${PYSITELIB}/py2app/bundletemplate/plist_template.pyc
132${PYSITELIB}/py2app/bundletemplate/plist_template.pyo 131${PYSITELIB}/py2app/bundletemplate/plist_template.pyo
133${PYSITELIB}/py2app/bundletemplate/prebuilt/main-arm64 132${PYSITELIB}/py2app/bundletemplate/prebuilt/main-arm64
134${PYSITELIB}/py2app/bundletemplate/prebuilt/main-fat 133${PYSITELIB}/py2app/bundletemplate/prebuilt/main-fat
135${PYSITELIB}/py2app/bundletemplate/prebuilt/main-fat3 134${PYSITELIB}/py2app/bundletemplate/prebuilt/main-fat3
136${PYSITELIB}/py2app/bundletemplate/prebuilt/main-i386 135${PYSITELIB}/py2app/bundletemplate/prebuilt/main-i386
137${PYSITELIB}/py2app/bundletemplate/prebuilt/main-intel 136${PYSITELIB}/py2app/bundletemplate/prebuilt/main-intel
138${PYSITELIB}/py2app/bundletemplate/prebuilt/main-ppc 137${PYSITELIB}/py2app/bundletemplate/prebuilt/main-ppc
139${PYSITELIB}/py2app/bundletemplate/prebuilt/main-ppc64 138${PYSITELIB}/py2app/bundletemplate/prebuilt/main-ppc64
140${PYSITELIB}/py2app/bundletemplate/prebuilt/main-universal 139${PYSITELIB}/py2app/bundletemplate/prebuilt/main-universal
141${PYSITELIB}/py2app/bundletemplate/prebuilt/main-universal2 140${PYSITELIB}/py2app/bundletemplate/prebuilt/main-universal2
142${PYSITELIB}/py2app/bundletemplate/prebuilt/main-x86_64 141${PYSITELIB}/py2app/bundletemplate/prebuilt/main-x86_64
143${PYSITELIB}/py2app/bundletemplate/setup.py 142${PYSITELIB}/py2app/bundletemplate/setup.py
144${PYSITELIB}/py2app/bundletemplate/setup.pyc 143${PYSITELIB}/py2app/bundletemplate/setup.pyc
145${PYSITELIB}/py2app/bundletemplate/setup.pyo 144${PYSITELIB}/py2app/bundletemplate/setup.pyo
146${PYSITELIB}/py2app/bundletemplate/src/main.m 145${PYSITELIB}/py2app/bundletemplate/src/main.m
147${PYSITELIB}/py2app/converters/__init__.py 146${PYSITELIB}/py2app/converters/__init__.py
148${PYSITELIB}/py2app/converters/__init__.pyc 147${PYSITELIB}/py2app/converters/__init__.pyc
149${PYSITELIB}/py2app/converters/__init__.pyo 148${PYSITELIB}/py2app/converters/__init__.pyo
150${PYSITELIB}/py2app/converters/coredata.py 149${PYSITELIB}/py2app/converters/coredata.py
151${PYSITELIB}/py2app/converters/coredata.pyc 150${PYSITELIB}/py2app/converters/coredata.pyc
152${PYSITELIB}/py2app/converters/coredata.pyo 151${PYSITELIB}/py2app/converters/coredata.pyo
153${PYSITELIB}/py2app/converters/nibfile.py 152${PYSITELIB}/py2app/converters/nibfile.py
154${PYSITELIB}/py2app/converters/nibfile.pyc 153${PYSITELIB}/py2app/converters/nibfile.pyc
155${PYSITELIB}/py2app/converters/nibfile.pyo 154${PYSITELIB}/py2app/converters/nibfile.pyo
156${PYSITELIB}/py2app/create_appbundle.py 155${PYSITELIB}/py2app/create_appbundle.py
157${PYSITELIB}/py2app/create_appbundle.pyc 156${PYSITELIB}/py2app/create_appbundle.pyc
158${PYSITELIB}/py2app/create_appbundle.pyo 157${PYSITELIB}/py2app/create_appbundle.pyo
159${PYSITELIB}/py2app/create_pluginbundle.py 158${PYSITELIB}/py2app/create_pluginbundle.py
160${PYSITELIB}/py2app/create_pluginbundle.pyc 159${PYSITELIB}/py2app/create_pluginbundle.pyc
161${PYSITELIB}/py2app/create_pluginbundle.pyo 160${PYSITELIB}/py2app/create_pluginbundle.pyo
162${PYSITELIB}/py2app/decorators.py 161${PYSITELIB}/py2app/decorators.py
163${PYSITELIB}/py2app/decorators.pyc 162${PYSITELIB}/py2app/decorators.pyc
164${PYSITELIB}/py2app/decorators.pyo 163${PYSITELIB}/py2app/decorators.pyo
165${PYSITELIB}/py2app/filters.py 164${PYSITELIB}/py2app/filters.py
166${PYSITELIB}/py2app/filters.pyc 165${PYSITELIB}/py2app/filters.pyc
167${PYSITELIB}/py2app/filters.pyo 166${PYSITELIB}/py2app/filters.pyo
168${PYSITELIB}/py2app/recipes/PIL/__init__.py 167${PYSITELIB}/py2app/recipes/PIL/__init__.py
169${PYSITELIB}/py2app/recipes/PIL/__init__.pyc 168${PYSITELIB}/py2app/recipes/PIL/__init__.pyc
170${PYSITELIB}/py2app/recipes/PIL/__init__.pyo 169${PYSITELIB}/py2app/recipes/PIL/__init__.pyo
171${PYSITELIB}/py2app/recipes/PIL/prescript.py 170${PYSITELIB}/py2app/recipes/PIL/prescript.py
172${PYSITELIB}/py2app/recipes/PIL/prescript.pyc 171${PYSITELIB}/py2app/recipes/PIL/prescript.pyc
173${PYSITELIB}/py2app/recipes/PIL/prescript.pyo 172${PYSITELIB}/py2app/recipes/PIL/prescript.pyo
174${PYSITELIB}/py2app/recipes/__init__.py 173${PYSITELIB}/py2app/recipes/__init__.py
175${PYSITELIB}/py2app/recipes/__init__.pyc 174${PYSITELIB}/py2app/recipes/__init__.pyc
176${PYSITELIB}/py2app/recipes/__init__.pyo 175${PYSITELIB}/py2app/recipes/__init__.pyo
177${PYSITELIB}/py2app/recipes/automissing.py 176${PYSITELIB}/py2app/recipes/automissing.py
178${PYSITELIB}/py2app/recipes/automissing.pyc 177${PYSITELIB}/py2app/recipes/automissing.pyc
179${PYSITELIB}/py2app/recipes/automissing.pyo 178${PYSITELIB}/py2app/recipes/automissing.pyo
180${PYSITELIB}/py2app/recipes/autopackages.py 179${PYSITELIB}/py2app/recipes/autopackages.py
181${PYSITELIB}/py2app/recipes/autopackages.pyc 180${PYSITELIB}/py2app/recipes/autopackages.pyc
182${PYSITELIB}/py2app/recipes/autopackages.pyo 181${PYSITELIB}/py2app/recipes/autopackages.pyo
183${PYSITELIB}/py2app/recipes/black.py 182${PYSITELIB}/py2app/recipes/black.py
184${PYSITELIB}/py2app/recipes/black.pyc 183${PYSITELIB}/py2app/recipes/black.pyc
185${PYSITELIB}/py2app/recipes/black.pyo 184${PYSITELIB}/py2app/recipes/black.pyo
186${PYSITELIB}/py2app/recipes/cjkcodecs.py 185${PYSITELIB}/py2app/recipes/cjkcodecs.py
187${PYSITELIB}/py2app/recipes/cjkcodecs.pyc 186${PYSITELIB}/py2app/recipes/cjkcodecs.pyc
188${PYSITELIB}/py2app/recipes/cjkcodecs.pyo 187${PYSITELIB}/py2app/recipes/cjkcodecs.pyo
189${PYSITELIB}/py2app/recipes/ctypes.py 188${PYSITELIB}/py2app/recipes/ctypes.py
190${PYSITELIB}/py2app/recipes/ctypes.pyc 189${PYSITELIB}/py2app/recipes/ctypes.pyc
191${PYSITELIB}/py2app/recipes/ctypes.pyo 190${PYSITELIB}/py2app/recipes/ctypes.pyo
192${PYSITELIB}/py2app/recipes/detect_dunder_file.py 191${PYSITELIB}/py2app/recipes/detect_dunder_file.py
193${PYSITELIB}/py2app/recipes/detect_dunder_file.pyc 192${PYSITELIB}/py2app/recipes/detect_dunder_file.pyc
194${PYSITELIB}/py2app/recipes/detect_dunder_file.pyo 193${PYSITELIB}/py2app/recipes/detect_dunder_file.pyo
195${PYSITELIB}/py2app/recipes/ftplib.py 194${PYSITELIB}/py2app/recipes/ftplib.py
196${PYSITELIB}/py2app/recipes/ftplib.pyc 195${PYSITELIB}/py2app/recipes/ftplib.pyc
197${PYSITELIB}/py2app/recipes/ftplib.pyo 196${PYSITELIB}/py2app/recipes/ftplib.pyo
198${PYSITELIB}/py2app/recipes/gcloud.py 197${PYSITELIB}/py2app/recipes/gcloud.py
199${PYSITELIB}/py2app/recipes/gcloud.pyc 198${PYSITELIB}/py2app/recipes/gcloud.pyc
200${PYSITELIB}/py2app/recipes/gcloud.pyo 199${PYSITELIB}/py2app/recipes/gcloud.pyo
201${PYSITELIB}/py2app/recipes/lxml.py 200${PYSITELIB}/py2app/recipes/lxml.py
202${PYSITELIB}/py2app/recipes/lxml.pyc 201${PYSITELIB}/py2app/recipes/lxml.pyc
203${PYSITELIB}/py2app/recipes/lxml.pyo 202${PYSITELIB}/py2app/recipes/lxml.pyo
204${PYSITELIB}/py2app/recipes/matplotlib.py 203${PYSITELIB}/py2app/recipes/matplotlib.py
205${PYSITELIB}/py2app/recipes/matplotlib.pyc 204${PYSITELIB}/py2app/recipes/matplotlib.pyc
206${PYSITELIB}/py2app/recipes/matplotlib.pyo 205${PYSITELIB}/py2app/recipes/matplotlib.pyo
207${PYSITELIB}/py2app/recipes/matplotlib_prescript.py 206${PYSITELIB}/py2app/recipes/matplotlib_prescript.py
208${PYSITELIB}/py2app/recipes/matplotlib_prescript.pyc 207${PYSITELIB}/py2app/recipes/matplotlib_prescript.pyc
209${PYSITELIB}/py2app/recipes/matplotlib_prescript.pyo 208${PYSITELIB}/py2app/recipes/matplotlib_prescript.pyo
210${PYSITELIB}/py2app/recipes/multiprocessing.py 209${PYSITELIB}/py2app/recipes/multiprocessing.py
211${PYSITELIB}/py2app/recipes/multiprocessing.pyc 210${PYSITELIB}/py2app/recipes/multiprocessing.pyc
212${PYSITELIB}/py2app/recipes/multiprocessing.pyo 211${PYSITELIB}/py2app/recipes/multiprocessing.pyo
213${PYSITELIB}/py2app/recipes/opencv.py 212${PYSITELIB}/py2app/recipes/opencv.py
214${PYSITELIB}/py2app/recipes/opencv.pyc 213${PYSITELIB}/py2app/recipes/opencv.pyc
215${PYSITELIB}/py2app/recipes/opencv.pyo 214${PYSITELIB}/py2app/recipes/opencv.pyo
216${PYSITELIB}/py2app/recipes/pandas.py 215${PYSITELIB}/py2app/recipes/pandas.py
217${PYSITELIB}/py2app/recipes/pandas.pyc 216${PYSITELIB}/py2app/recipes/pandas.pyc
218${PYSITELIB}/py2app/recipes/pandas.pyo 217${PYSITELIB}/py2app/recipes/pandas.pyo
219${PYSITELIB}/py2app/recipes/platformdirs.py 218${PYSITELIB}/py2app/recipes/platformdirs.py
220${PYSITELIB}/py2app/recipes/platformdirs.pyc 219${PYSITELIB}/py2app/recipes/platformdirs.pyc
221${PYSITELIB}/py2app/recipes/platformdirs.pyo 220${PYSITELIB}/py2app/recipes/platformdirs.pyo
222${PYSITELIB}/py2app/recipes/pydantic.py 221${PYSITELIB}/py2app/recipes/pydantic.py
223${PYSITELIB}/py2app/recipes/pydantic.pyc 222${PYSITELIB}/py2app/recipes/pydantic.pyc
224${PYSITELIB}/py2app/recipes/pydantic.pyo 223${PYSITELIB}/py2app/recipes/pydantic.pyo
225${PYSITELIB}/py2app/recipes/pydoc.py 224${PYSITELIB}/py2app/recipes/pydoc.py
226${PYSITELIB}/py2app/recipes/pydoc.pyc 225${PYSITELIB}/py2app/recipes/pydoc.pyc
227${PYSITELIB}/py2app/recipes/pydoc.pyo 226${PYSITELIB}/py2app/recipes/pydoc.pyo
228${PYSITELIB}/py2app/recipes/pyenchant.py 227${PYSITELIB}/py2app/recipes/pyenchant.py
229${PYSITELIB}/py2app/recipes/pyenchant.pyc 228${PYSITELIB}/py2app/recipes/pyenchant.pyc
230${PYSITELIB}/py2app/recipes/pyenchant.pyo 229${PYSITELIB}/py2app/recipes/pyenchant.pyo
231${PYSITELIB}/py2app/recipes/pygame.py 230${PYSITELIB}/py2app/recipes/pygame.py
232${PYSITELIB}/py2app/recipes/pygame.pyc 231${PYSITELIB}/py2app/recipes/pygame.pyc
233${PYSITELIB}/py2app/recipes/pygame.pyo 232${PYSITELIB}/py2app/recipes/pygame.pyo
234${PYSITELIB}/py2app/recipes/pylsp.py 233${PYSITELIB}/py2app/recipes/pylsp.py
235${PYSITELIB}/py2app/recipes/pylsp.pyc 234${PYSITELIB}/py2app/recipes/pylsp.pyc
236${PYSITELIB}/py2app/recipes/pylsp.pyo 235${PYSITELIB}/py2app/recipes/pylsp.pyo
237${PYSITELIB}/py2app/recipes/pyopengl.py 236${PYSITELIB}/py2app/recipes/pyopengl.py
238${PYSITELIB}/py2app/recipes/pyopengl.pyc 237${PYSITELIB}/py2app/recipes/pyopengl.pyc
239${PYSITELIB}/py2app/recipes/pyopengl.pyo 238${PYSITELIB}/py2app/recipes/pyopengl.pyo
240${PYSITELIB}/py2app/recipes/pyside.py 239${PYSITELIB}/py2app/recipes/pyside.py
241${PYSITELIB}/py2app/recipes/pyside.pyc 240${PYSITELIB}/py2app/recipes/pyside.pyc
242${PYSITELIB}/py2app/recipes/pyside.pyo 241${PYSITELIB}/py2app/recipes/pyside.pyo
243${PYSITELIB}/py2app/recipes/pyside2.py 242${PYSITELIB}/py2app/recipes/pyside2.py
244${PYSITELIB}/py2app/recipes/pyside2.pyc 243${PYSITELIB}/py2app/recipes/pyside2.pyc
245${PYSITELIB}/py2app/recipes/pyside2.pyo 244${PYSITELIB}/py2app/recipes/pyside2.pyo
246${PYSITELIB}/py2app/recipes/pyside6.py 245${PYSITELIB}/py2app/recipes/pyside6.py
247${PYSITELIB}/py2app/recipes/pyside6.pyc 246${PYSITELIB}/py2app/recipes/pyside6.pyc
248${PYSITELIB}/py2app/recipes/pyside6.pyo 247${PYSITELIB}/py2app/recipes/pyside6.pyo
249${PYSITELIB}/py2app/recipes/qt.conf 248${PYSITELIB}/py2app/recipes/qt.conf
250${PYSITELIB}/py2app/recipes/qt5.py 249${PYSITELIB}/py2app/recipes/qt5.py
251${PYSITELIB}/py2app/recipes/qt5.pyc 250${PYSITELIB}/py2app/recipes/qt5.pyc
252${PYSITELIB}/py2app/recipes/qt5.pyo 251${PYSITELIB}/py2app/recipes/qt5.pyo
253${PYSITELIB}/py2app/recipes/qt6.py 252${PYSITELIB}/py2app/recipes/qt6.py
254${PYSITELIB}/py2app/recipes/qt6.pyc 253${PYSITELIB}/py2app/recipes/qt6.pyc
255${PYSITELIB}/py2app/recipes/qt6.pyo 254${PYSITELIB}/py2app/recipes/qt6.pyo
256${PYSITELIB}/py2app/recipes/rtree.py 255${PYSITELIB}/py2app/recipes/rtree.py
257${PYSITELIB}/py2app/recipes/rtree.pyc 256${PYSITELIB}/py2app/recipes/rtree.pyc
258${PYSITELIB}/py2app/recipes/rtree.pyo 257${PYSITELIB}/py2app/recipes/rtree.pyo
259${PYSITELIB}/py2app/recipes/setuptools.py 258${PYSITELIB}/py2app/recipes/setuptools.py
260${PYSITELIB}/py2app/recipes/setuptools.pyc 259${PYSITELIB}/py2app/recipes/setuptools.pyc
261${PYSITELIB}/py2app/recipes/setuptools.pyo 260${PYSITELIB}/py2app/recipes/setuptools.pyo
262${PYSITELIB}/py2app/recipes/shiboken2.py 261${PYSITELIB}/py2app/recipes/shiboken2.py
263${PYSITELIB}/py2app/recipes/shiboken2.pyc 262${PYSITELIB}/py2app/recipes/shiboken2.pyc
264${PYSITELIB}/py2app/recipes/shiboken2.pyo 263${PYSITELIB}/py2app/recipes/shiboken2.pyo
265${PYSITELIB}/py2app/recipes/shiboken6.py 264${PYSITELIB}/py2app/recipes/shiboken6.py
266${PYSITELIB}/py2app/recipes/shiboken6.pyc 265${PYSITELIB}/py2app/recipes/shiboken6.pyc
267${PYSITELIB}/py2app/recipes/shiboken6.pyo 266${PYSITELIB}/py2app/recipes/shiboken6.pyo
268${PYSITELIB}/py2app/recipes/sip.py 267${PYSITELIB}/py2app/recipes/sip.py
269${PYSITELIB}/py2app/recipes/sip.pyc 268${PYSITELIB}/py2app/recipes/sip.pyc
270${PYSITELIB}/py2app/recipes/sip.pyo 269${PYSITELIB}/py2app/recipes/sip.pyo
271${PYSITELIB}/py2app/recipes/six.py 270${PYSITELIB}/py2app/recipes/six.py
272${PYSITELIB}/py2app/recipes/six.pyc 271${PYSITELIB}/py2app/recipes/six.pyc
273${PYSITELIB}/py2app/recipes/six.pyo 272${PYSITELIB}/py2app/recipes/six.pyo
274${PYSITELIB}/py2app/recipes/sphinx.py 273${PYSITELIB}/py2app/recipes/sphinx.py
275${PYSITELIB}/py2app/recipes/sphinx.pyc 274${PYSITELIB}/py2app/recipes/sphinx.pyc
276${PYSITELIB}/py2app/recipes/sphinx.pyo 275${PYSITELIB}/py2app/recipes/sphinx.pyo
277${PYSITELIB}/py2app/recipes/sqlalchemy.py 276${PYSITELIB}/py2app/recipes/sqlalchemy.py
278${PYSITELIB}/py2app/recipes/sqlalchemy.pyc 277${PYSITELIB}/py2app/recipes/sqlalchemy.pyc
279${PYSITELIB}/py2app/recipes/sqlalchemy.pyo 278${PYSITELIB}/py2app/recipes/sqlalchemy.pyo
280${PYSITELIB}/py2app/recipes/sslmod.py 279${PYSITELIB}/py2app/recipes/sslmod.py
281${PYSITELIB}/py2app/recipes/sslmod.pyc 280${PYSITELIB}/py2app/recipes/sslmod.pyc
282${PYSITELIB}/py2app/recipes/sslmod.pyo 281${PYSITELIB}/py2app/recipes/sslmod.pyo
283${PYSITELIB}/py2app/recipes/sysconfig_module.py 282${PYSITELIB}/py2app/recipes/sysconfig_module.py
284${PYSITELIB}/py2app/recipes/sysconfig_module.pyc 283${PYSITELIB}/py2app/recipes/sysconfig_module.pyc
285${PYSITELIB}/py2app/recipes/sysconfig_module.pyo 284${PYSITELIB}/py2app/recipes/sysconfig_module.pyo
286${PYSITELIB}/py2app/recipes/tkinter.py 285${PYSITELIB}/py2app/recipes/tkinter.py
287${PYSITELIB}/py2app/recipes/tkinter.pyc 286${PYSITELIB}/py2app/recipes/tkinter.pyc
288${PYSITELIB}/py2app/recipes/tkinter.pyo 287${PYSITELIB}/py2app/recipes/tkinter.pyo
289${PYSITELIB}/py2app/recipes/virtualenv.py 288${PYSITELIB}/py2app/recipes/virtualenv.py
290${PYSITELIB}/py2app/recipes/virtualenv.pyc 289${PYSITELIB}/py2app/recipes/virtualenv.pyc
291${PYSITELIB}/py2app/recipes/virtualenv.pyo 290${PYSITELIB}/py2app/recipes/virtualenv.pyo
292${PYSITELIB}/py2app/recipes/wx.py 291${PYSITELIB}/py2app/recipes/wx.py
293${PYSITELIB}/py2app/recipes/wx.pyc 292${PYSITELIB}/py2app/recipes/wx.pyc
294${PYSITELIB}/py2app/recipes/wx.pyo 293${PYSITELIB}/py2app/recipes/wx.pyo
295${PYSITELIB}/py2app/recipes/xml.py 294${PYSITELIB}/py2app/recipes/xml.py
296${PYSITELIB}/py2app/recipes/xml.pyc 295${PYSITELIB}/py2app/recipes/xml.pyc
297${PYSITELIB}/py2app/recipes/xml.pyo 296${PYSITELIB}/py2app/recipes/xml.pyo
298${PYSITELIB}/py2app/recipes/zmq.py 297${PYSITELIB}/py2app/recipes/zmq.py
299${PYSITELIB}/py2app/recipes/zmq.pyc 298${PYSITELIB}/py2app/recipes/zmq.pyc
300${PYSITELIB}/py2app/recipes/zmq.pyo 299${PYSITELIB}/py2app/recipes/zmq.pyo
301${PYSITELIB}/py2app/script_py2applet.py 300${PYSITELIB}/py2app/script_py2applet.py
302${PYSITELIB}/py2app/script_py2applet.pyc 301${PYSITELIB}/py2app/script_py2applet.pyc
303${PYSITELIB}/py2app/script_py2applet.pyo 302${PYSITELIB}/py2app/script_py2applet.pyo
304${PYSITELIB}/py2app/util.py 303${PYSITELIB}/py2app/util.py
305${PYSITELIB}/py2app/util.pyc 304${PYSITELIB}/py2app/util.pyc
306${PYSITELIB}/py2app/util.pyo 305${PYSITELIB}/py2app/util.pyo

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-py2app/distinfo (switch to unified diff)

--- pkgsrc/devel/py-py2app/distinfo 2022/10/31 08:26:13 1.8
+++ pkgsrc/devel/py-py2app/distinfo 2024/01/17 18:56:43 1.9
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.8 2022/10/31 08:26:13 adam Exp $ 1$NetBSD: distinfo,v 1.9 2024/01/17 18:56:43 adam Exp $
2 2
3BLAKE2s (py2app-0.28.4.tar.gz) = 6a01259996d22fee0c5e75944f917007c5a48f44b761396687a0a648ba7d475b 3BLAKE2s (py2app-0.28.6.tar.gz) = 395b38983cdbaaff50c341cccf1d8b021ad80d6f19565876f9dc351bd893f8fb
4SHA512 (py2app-0.28.4.tar.gz) = 4f3995f21adc0af4a8d95b399b21c49b06c20e5080250164c7a2d948bc6c72e633972c57e186f469b42072dc61f22c8046c8e8f21c8a19db12834f3930a82f86 4SHA512 (py2app-0.28.6.tar.gz) = 313d7ac0b5f8794f1de184d3be90c84096d4173164b8e246e4daa0e60fc8086d86d16893a59d61b5b3d948774d6ab737b44f8ecaef67f8a33772ed26566606f6
5Size (py2app-0.28.4.tar.gz) = 1170419 bytes 5Size (py2app-0.28.6.tar.gz) = 1172223 bytes