Fri Feb 2 13:13:10 2024 UTC (115d)
py-FormEncode: updated to 2.1.0

2.1.0
- Add support for Python 3.7 to 3.12, end support for older Python versions
- Context.set() now works as a context manager
- Fix binary of swedish translation
- Some internal code cleanup and modernization


(adam)
diff -r1.9 -r1.10 pkgsrc/www/py-FormEncode/Makefile
diff -r1.2 -r1.3 pkgsrc/www/py-FormEncode/PLIST
diff -r1.7 -r1.8 pkgsrc/www/py-FormEncode/distinfo
diff -r1.3 -r0 pkgsrc/www/py-FormEncode/patches/patch-setup.py
Fri Feb 2 22:13:10 2024
Mon Jun 26 19:41:13 2023
pkgsrc/www/py-FormEncode/patches/patch-setup.py,v

anoncvs not yet been updated

cvs diff -r1.9 -r1.10 pkgsrc/www/py-FormEncode/Makefile (expand / switch to unified diff)

--- pkgsrc/www/py-FormEncode/Makefile 2023/06/06 12:42:49 1.9
+++ pkgsrc/www/py-FormEncode/Makefile 2024/02/02 13:13:09 1.10
@@ -1,31 +1,24 @@ @@ -1,31 +1,24 @@
1# $NetBSD: Makefile,v 1.9 2023/06/06 12:42:49 riastradh Exp $ 1# $NetBSD: Makefile,v 1.10 2024/02/02 13:13:09 adam Exp $
2 2
3DISTNAME= FormEncode-2.0.1 3DISTNAME= FormEncode-2.1.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= www python 5CATEGORIES= www python
7MASTER_SITES= ${MASTER_SITE_PYPI:=F/FormEncode/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=F/FormEncode/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://formencode.org/ 9HOMEPAGE= http://formencode.org/
11COMMENT= HTML form validation, generation, and conversion package 10COMMENT= HTML form validation, generation, and conversion package
12LICENSE= python-software-foundation 11LICENSE= python-software-foundation
13 12
 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm 14TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
 15TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15TEST_DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country 16TEST_DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country
16TEST_DEPENDS+= ${PYPKGPREFIX}-dns-[0-9]*:../../net/py-dns 17TEST_DEPENDS+= ${PYPKGPREFIX}-dns>=2:../../net/py-dns
17TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 
18 18
19USE_LANGUAGES= # none 19USE_LANGUAGES= # none
20 20
21PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-country 21PYTHON_VERSIONS_INCOMPATIBLE= 27
22 22
23PLIST_SUBST+= PYPKGPREFIX=${PYPKGPREFIX} 23.include "../../lang/python/wheel.mk"
24 
25INSTALLATION_DIRS+= share/doc/${PYPKGPREFIX}-FormEncode 
26 
27post-install: 
28 ${MV} ${DESTDIR}${PREFIX}/LICENSE.txt ${DESTDIR}${PREFIX}/share/doc/${PYPKGPREFIX}-FormEncode 
29 
30.include "../../lang/python/egg.mk" 
31.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/www/py-FormEncode/PLIST (expand / switch to unified diff)

--- pkgsrc/www/py-FormEncode/PLIST 2021/12/06 14:41:21 1.2
+++ pkgsrc/www/py-FormEncode/PLIST 2024/02/02 13:13:09 1.3
@@ -1,34 +1,19 @@ @@ -1,34 +1,19 @@
1@comment $NetBSD: PLIST,v 1.2 2021/12/06 14:41:21 wiz Exp $ 1@comment $NetBSD: PLIST,v 1.3 2024/02/02 13:13:09 adam Exp $
2${PYSITELIB}/${EGG_INFODIR}/PKG-INFO 2${PYSITELIB}/${WHEEL_INFODIR}/LICENSE.txt
3${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt 3${PYSITELIB}/${WHEEL_INFODIR}/METADATA
4${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt 4${PYSITELIB}/${WHEEL_INFODIR}/RECORD
5${PYSITELIB}/${EGG_INFODIR}/not-zip-safe 5${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
6${PYSITELIB}/${EGG_INFODIR}/requires.txt 6${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
7${PYSITELIB}/${EGG_INFODIR}/top_level.txt 
8${PYSITELIB}/docs/Design.txt 
9${PYSITELIB}/docs/ToDo.txt 
10${PYSITELIB}/docs/Validator.txt 
11${PYSITELIB}/docs/community.txt 
12${PYSITELIB}/docs/download.txt 
13${PYSITELIB}/docs/history.txt 
14${PYSITELIB}/docs/htmlfill.txt 
15${PYSITELIB}/docs/i18n.txt 
16${PYSITELIB}/docs/index.txt 
17${PYSITELIB}/docs/modules.txt 
18${PYSITELIB}/docs/whatsnew-0-to-1.2.4.txt 
19${PYSITELIB}/docs/whatsnew-1.2.5.txt 
20${PYSITELIB}/docs/whatsnew-1.3.txt 
21${PYSITELIB}/docs/whatsnew-2.0.txt 
22${PYSITELIB}/formencode/__init__.py 7${PYSITELIB}/formencode/__init__.py
23${PYSITELIB}/formencode/__init__.pyc 8${PYSITELIB}/formencode/__init__.pyc
24${PYSITELIB}/formencode/__init__.pyo 9${PYSITELIB}/formencode/__init__.pyo
25${PYSITELIB}/formencode/api.py 10${PYSITELIB}/formencode/api.py
26${PYSITELIB}/formencode/api.pyc 11${PYSITELIB}/formencode/api.pyc
27${PYSITELIB}/formencode/api.pyo 12${PYSITELIB}/formencode/api.pyo
28${PYSITELIB}/formencode/compound.py 13${PYSITELIB}/formencode/compound.py
29${PYSITELIB}/formencode/compound.pyc 14${PYSITELIB}/formencode/compound.pyc
30${PYSITELIB}/formencode/compound.pyo 15${PYSITELIB}/formencode/compound.pyo
31${PYSITELIB}/formencode/context.py 16${PYSITELIB}/formencode/context.py
32${PYSITELIB}/formencode/context.pyc 17${PYSITELIB}/formencode/context.pyc
33${PYSITELIB}/formencode/context.pyo 18${PYSITELIB}/formencode/context.pyo
34${PYSITELIB}/formencode/declarative.py 19${PYSITELIB}/formencode/declarative.py
@@ -48,150 +33,59 @@ ${PYSITELIB}/formencode/foreach.pyc @@ -48,150 +33,59 @@ ${PYSITELIB}/formencode/foreach.pyc
48${PYSITELIB}/formencode/foreach.pyo 33${PYSITELIB}/formencode/foreach.pyo
49${PYSITELIB}/formencode/htmlfill.py 34${PYSITELIB}/formencode/htmlfill.py
50${PYSITELIB}/formencode/htmlfill.pyc 35${PYSITELIB}/formencode/htmlfill.pyc
51${PYSITELIB}/formencode/htmlfill.pyo 36${PYSITELIB}/formencode/htmlfill.pyo
52${PYSITELIB}/formencode/htmlfill_schemabuilder.py 37${PYSITELIB}/formencode/htmlfill_schemabuilder.py
53${PYSITELIB}/formencode/htmlfill_schemabuilder.pyc 38${PYSITELIB}/formencode/htmlfill_schemabuilder.pyc
54${PYSITELIB}/formencode/htmlfill_schemabuilder.pyo 39${PYSITELIB}/formencode/htmlfill_schemabuilder.pyo
55${PYSITELIB}/formencode/htmlgen.py 40${PYSITELIB}/formencode/htmlgen.py
56${PYSITELIB}/formencode/htmlgen.pyc 41${PYSITELIB}/formencode/htmlgen.pyc
57${PYSITELIB}/formencode/htmlgen.pyo 42${PYSITELIB}/formencode/htmlgen.pyo
58${PYSITELIB}/formencode/htmlrename.py 43${PYSITELIB}/formencode/htmlrename.py
59${PYSITELIB}/formencode/htmlrename.pyc 44${PYSITELIB}/formencode/htmlrename.pyc
60${PYSITELIB}/formencode/htmlrename.pyo 45${PYSITELIB}/formencode/htmlrename.pyo
61${PYSITELIB}/formencode/i18n/FormEncode.pot 
62${PYSITELIB}/formencode/i18n/cs/LC_MESSAGES/FormEncode.mo 46${PYSITELIB}/formencode/i18n/cs/LC_MESSAGES/FormEncode.mo
63${PYSITELIB}/formencode/i18n/cs/LC_MESSAGES/FormEncode.po 
64${PYSITELIB}/formencode/i18n/da/LC_MESSAGES/FormEncode.mo 47${PYSITELIB}/formencode/i18n/da/LC_MESSAGES/FormEncode.mo
65${PYSITELIB}/formencode/i18n/da/LC_MESSAGES/FormEncode.po 
66${PYSITELIB}/formencode/i18n/de/LC_MESSAGES/FormEncode.mo 48${PYSITELIB}/formencode/i18n/de/LC_MESSAGES/FormEncode.mo
67${PYSITELIB}/formencode/i18n/de/LC_MESSAGES/FormEncode.po 
68${PYSITELIB}/formencode/i18n/el/LC_MESSAGES/FormEncode.mo 49${PYSITELIB}/formencode/i18n/el/LC_MESSAGES/FormEncode.mo
69${PYSITELIB}/formencode/i18n/el/LC_MESSAGES/FormEncode.po 
70${PYSITELIB}/formencode/i18n/es/LC_MESSAGES/FormEncode.mo 50${PYSITELIB}/formencode/i18n/es/LC_MESSAGES/FormEncode.mo
71${PYSITELIB}/formencode/i18n/es/LC_MESSAGES/FormEncode.po 
72${PYSITELIB}/formencode/i18n/et/LC_MESSAGES/FormEncode.mo 51${PYSITELIB}/formencode/i18n/et/LC_MESSAGES/FormEncode.mo
73${PYSITELIB}/formencode/i18n/et/LC_MESSAGES/FormEncode.po 
74${PYSITELIB}/formencode/i18n/fi/LC_MESSAGES/FormEncode.mo 52${PYSITELIB}/formencode/i18n/fi/LC_MESSAGES/FormEncode.mo
75${PYSITELIB}/formencode/i18n/fi/LC_MESSAGES/FormEncode.po 
76${PYSITELIB}/formencode/i18n/fr/LC_MESSAGES/FormEncode.mo 53${PYSITELIB}/formencode/i18n/fr/LC_MESSAGES/FormEncode.mo
77${PYSITELIB}/formencode/i18n/fr/LC_MESSAGES/FormEncode.po 
78${PYSITELIB}/formencode/i18n/it/LC_MESSAGES/FormEncode.mo 54${PYSITELIB}/formencode/i18n/it/LC_MESSAGES/FormEncode.mo
79${PYSITELIB}/formencode/i18n/it/LC_MESSAGES/FormEncode.po 
80${PYSITELIB}/formencode/i18n/ja/LC_MESSAGES/FormEncode.mo 55${PYSITELIB}/formencode/i18n/ja/LC_MESSAGES/FormEncode.mo
81${PYSITELIB}/formencode/i18n/ja/LC_MESSAGES/FormEncode.po 
82${PYSITELIB}/formencode/i18n/ko/LC_MESSAGES/FormEncode.mo 56${PYSITELIB}/formencode/i18n/ko/LC_MESSAGES/FormEncode.mo
83${PYSITELIB}/formencode/i18n/ko/LC_MESSAGES/FormEncode.po 
84${PYSITELIB}/formencode/i18n/lt/LC_MESSAGES/FormEncode.mo 57${PYSITELIB}/formencode/i18n/lt/LC_MESSAGES/FormEncode.mo
85${PYSITELIB}/formencode/i18n/lt/LC_MESSAGES/FormEncode.po 
86${PYSITELIB}/formencode/i18n/mk/LC_MESSAGES/FormEncode.mo 58${PYSITELIB}/formencode/i18n/mk/LC_MESSAGES/FormEncode.mo
87${PYSITELIB}/formencode/i18n/mk/LC_MESSAGES/FormEncode.po 
88${PYSITELIB}/formencode/i18n/nb_NO/LC_MESSAGES/FormEncode.mo 59${PYSITELIB}/formencode/i18n/nb_NO/LC_MESSAGES/FormEncode.mo
89${PYSITELIB}/formencode/i18n/nb_NO/LC_MESSAGES/FormEncode.po 
90${PYSITELIB}/formencode/i18n/nl/LC_MESSAGES/FormEncode.mo 60${PYSITELIB}/formencode/i18n/nl/LC_MESSAGES/FormEncode.mo
91${PYSITELIB}/formencode/i18n/nl/LC_MESSAGES/FormEncode.po 
92${PYSITELIB}/formencode/i18n/pl/LC_MESSAGES/FormEncode.mo 61${PYSITELIB}/formencode/i18n/pl/LC_MESSAGES/FormEncode.mo
93${PYSITELIB}/formencode/i18n/pl/LC_MESSAGES/FormEncode.po 
94${PYSITELIB}/formencode/i18n/pt_BR/LC_MESSAGES/FormEncode.mo 62${PYSITELIB}/formencode/i18n/pt_BR/LC_MESSAGES/FormEncode.mo
95${PYSITELIB}/formencode/i18n/pt_BR/LC_MESSAGES/FormEncode.po 
96${PYSITELIB}/formencode/i18n/pt_PT/LC_MESSAGES/FormEncode.mo 63${PYSITELIB}/formencode/i18n/pt_PT/LC_MESSAGES/FormEncode.mo
97${PYSITELIB}/formencode/i18n/pt_PT/LC_MESSAGES/FormEncode.po 
98${PYSITELIB}/formencode/i18n/ru/LC_MESSAGES/FormEncode.mo 64${PYSITELIB}/formencode/i18n/ru/LC_MESSAGES/FormEncode.mo
99${PYSITELIB}/formencode/i18n/ru/LC_MESSAGES/FormEncode.po 
100${PYSITELIB}/formencode/i18n/sk/LC_MESSAGES/FormEncode.mo 65${PYSITELIB}/formencode/i18n/sk/LC_MESSAGES/FormEncode.mo
101${PYSITELIB}/formencode/i18n/sk/LC_MESSAGES/FormEncode.po 
102${PYSITELIB}/formencode/i18n/sl/LC_MESSAGES/FormEncode.mo 66${PYSITELIB}/formencode/i18n/sl/LC_MESSAGES/FormEncode.mo
103${PYSITELIB}/formencode/i18n/sl/LC_MESSAGES/FormEncode.po 
104${PYSITELIB}/formencode/i18n/sr/LC_MESSAGES/FormEncode.mo 67${PYSITELIB}/formencode/i18n/sr/LC_MESSAGES/FormEncode.mo
105${PYSITELIB}/formencode/i18n/sr/LC_MESSAGES/FormEncode.po 
106${PYSITELIB}/formencode/i18n/sr@latin/LC_MESSAGES/FormEncode.mo 68${PYSITELIB}/formencode/i18n/sr@latin/LC_MESSAGES/FormEncode.mo
107${PYSITELIB}/formencode/i18n/sr@latin/LC_MESSAGES/FormEncode.po 
108${PYSITELIB}/formencode/i18n/sv/LC_MESSAGES/FormEncode.mo 69${PYSITELIB}/formencode/i18n/sv/LC_MESSAGES/FormEncode.mo
109${PYSITELIB}/formencode/i18n/sv/LC_MESSAGES/FormEncode.po 
110${PYSITELIB}/formencode/i18n/tr/LC_MESSAGES/FormEncode.mo 70${PYSITELIB}/formencode/i18n/tr/LC_MESSAGES/FormEncode.mo
111${PYSITELIB}/formencode/i18n/tr/LC_MESSAGES/FormEncode.po 
112${PYSITELIB}/formencode/i18n/zh_CN/LC_MESSAGES/FormEncode.mo 71${PYSITELIB}/formencode/i18n/zh_CN/LC_MESSAGES/FormEncode.mo
113${PYSITELIB}/formencode/i18n/zh_CN/LC_MESSAGES/FormEncode.po 
114${PYSITELIB}/formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.mo 72${PYSITELIB}/formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.mo
115${PYSITELIB}/formencode/i18n/zh_TW/LC_MESSAGES/FormEncode.po 
116${PYSITELIB}/formencode/interfaces.py 73${PYSITELIB}/formencode/interfaces.py
117${PYSITELIB}/formencode/interfaces.pyc 74${PYSITELIB}/formencode/interfaces.pyc
118${PYSITELIB}/formencode/interfaces.pyo 75${PYSITELIB}/formencode/interfaces.pyo
119${PYSITELIB}/formencode/javascript/ordering.js 76${PYSITELIB}/formencode/javascript/ordering.js
120${PYSITELIB}/formencode/national.py 77${PYSITELIB}/formencode/national.py
121${PYSITELIB}/formencode/national.pyc 78${PYSITELIB}/formencode/national.pyc
122${PYSITELIB}/formencode/national.pyo 79${PYSITELIB}/formencode/national.pyo
123${PYSITELIB}/formencode/rewritingparser.py 80${PYSITELIB}/formencode/rewritingparser.py
124${PYSITELIB}/formencode/rewritingparser.pyc 81${PYSITELIB}/formencode/rewritingparser.pyc
125${PYSITELIB}/formencode/rewritingparser.pyo 82${PYSITELIB}/formencode/rewritingparser.pyo
126${PYSITELIB}/formencode/schema.py 83${PYSITELIB}/formencode/schema.py
127${PYSITELIB}/formencode/schema.pyc 84${PYSITELIB}/formencode/schema.pyc
128${PYSITELIB}/formencode/schema.pyo 85${PYSITELIB}/formencode/schema.pyo
129${PYSITELIB}/formencode/tests/__init__.py 
130${PYSITELIB}/formencode/tests/__init__.pyc 
131${PYSITELIB}/formencode/tests/__init__.pyo 
132${PYSITELIB}/formencode/tests/htmlfill_data/data-error1.txt 
133${PYSITELIB}/formencode/tests/htmlfill_data/data-fill1.txt 
134${PYSITELIB}/formencode/tests/htmlfill_data/data-fill2.txt 
135${PYSITELIB}/formencode/tests/htmlfill_data/data-fill3.txt 
136${PYSITELIB}/formencode/tests/htmlfill_data/data-fill4.txt 
137${PYSITELIB}/formencode/tests/htmlfill_data/data-form-last-element.txt 
138${PYSITELIB}/formencode/tests/htmlfill_data/data-schema1.txt 
139${PYSITELIB}/formencode/tests/non_empty.txt 
140${PYSITELIB}/formencode/tests/test_cc.py 
141${PYSITELIB}/formencode/tests/test_cc.pyc 
142${PYSITELIB}/formencode/tests/test_cc.pyo 
143${PYSITELIB}/formencode/tests/test_compound.py 
144${PYSITELIB}/formencode/tests/test_compound.pyc 
145${PYSITELIB}/formencode/tests/test_compound.pyo 
146${PYSITELIB}/formencode/tests/test_context.py 
147${PYSITELIB}/formencode/tests/test_context.pyc 
148${PYSITELIB}/formencode/tests/test_context.pyo 
149${PYSITELIB}/formencode/tests/test_declarative.py 
150${PYSITELIB}/formencode/tests/test_declarative.pyc 
151${PYSITELIB}/formencode/tests/test_declarative.pyo 
152${PYSITELIB}/formencode/tests/test_doctest_xml_compare.py 
153${PYSITELIB}/formencode/tests/test_doctest_xml_compare.pyc 
154${PYSITELIB}/formencode/tests/test_doctest_xml_compare.pyo 
155${PYSITELIB}/formencode/tests/test_doctests.py 
156${PYSITELIB}/formencode/tests/test_doctests.pyc 
157${PYSITELIB}/formencode/tests/test_doctests.pyo 
158${PYSITELIB}/formencode/tests/test_email.py 
159${PYSITELIB}/formencode/tests/test_email.pyc 
160${PYSITELIB}/formencode/tests/test_email.pyo 
161${PYSITELIB}/formencode/tests/test_htmlfill.py 
162${PYSITELIB}/formencode/tests/test_htmlfill.pyc 
163${PYSITELIB}/formencode/tests/test_htmlfill.pyo 
164${PYSITELIB}/formencode/tests/test_htmlfill_control.py 
165${PYSITELIB}/formencode/tests/test_htmlfill_control.pyc 
166${PYSITELIB}/formencode/tests/test_htmlfill_control.pyo 
167${PYSITELIB}/formencode/tests/test_htmlgen.py 
168${PYSITELIB}/formencode/tests/test_htmlgen.pyc 
169${PYSITELIB}/formencode/tests/test_htmlgen.pyo 
170${PYSITELIB}/formencode/tests/test_htmlrename.py 
171${PYSITELIB}/formencode/tests/test_htmlrename.pyc 
172${PYSITELIB}/formencode/tests/test_htmlrename.pyo 
173${PYSITELIB}/formencode/tests/test_i18n.py 
174${PYSITELIB}/formencode/tests/test_i18n.pyc 
175${PYSITELIB}/formencode/tests/test_i18n.pyo 
176${PYSITELIB}/formencode/tests/test_schema.py 
177${PYSITELIB}/formencode/tests/test_schema.pyc 
178${PYSITELIB}/formencode/tests/test_schema.pyo 
179${PYSITELIB}/formencode/tests/test_subclassing.py 
180${PYSITELIB}/formencode/tests/test_subclassing.pyc 
181${PYSITELIB}/formencode/tests/test_subclassing.pyo 
182${PYSITELIB}/formencode/tests/test_subclassing_old.py 
183${PYSITELIB}/formencode/tests/test_subclassing_old.pyc 
184${PYSITELIB}/formencode/tests/test_subclassing_old.pyo 
185${PYSITELIB}/formencode/tests/test_validators.py 
186${PYSITELIB}/formencode/tests/test_validators.pyc 
187${PYSITELIB}/formencode/tests/test_validators.pyo 
188${PYSITELIB}/formencode/tests/test_variabledecode.py 
189${PYSITELIB}/formencode/tests/test_variabledecode.pyc 
190${PYSITELIB}/formencode/tests/test_variabledecode.pyo 
191${PYSITELIB}/formencode/validators.py 86${PYSITELIB}/formencode/validators.py
192${PYSITELIB}/formencode/validators.pyc 87${PYSITELIB}/formencode/validators.pyc
193${PYSITELIB}/formencode/validators.pyo 88${PYSITELIB}/formencode/validators.pyo
194${PYSITELIB}/formencode/variabledecode.py 89${PYSITELIB}/formencode/variabledecode.py
195${PYSITELIB}/formencode/variabledecode.pyc 90${PYSITELIB}/formencode/variabledecode.pyc
196${PYSITELIB}/formencode/variabledecode.pyo 91${PYSITELIB}/formencode/variabledecode.pyo
197share/doc/${PYPKGPREFIX}-FormEncode/LICENSE.txt 

cvs diff -r1.7 -r1.8 pkgsrc/www/py-FormEncode/distinfo (expand / switch to unified diff)

--- pkgsrc/www/py-FormEncode/distinfo 2022/10/25 08:30:14 1.7
+++ pkgsrc/www/py-FormEncode/distinfo 2024/02/02 13:13:09 1.8
@@ -1,6 +1,5 @@ @@ -1,6 +1,5 @@
1$NetBSD: distinfo,v 1.7 2022/10/25 08:30:14 adam Exp $ 1$NetBSD: distinfo,v 1.8 2024/02/02 13:13:09 adam Exp $
2 2
3BLAKE2s (FormEncode-2.0.1.tar.gz) = 13225ffbde085fb4d0920c6d91e678c11546594c335f14dc87e9333303ba30ae 3BLAKE2s (FormEncode-2.1.0.tar.gz) = 7e92c7099ae479c2f8deedd7ed143d1f60ba5976e3e8565e0aecd4bba8bf5cea
4SHA512 (FormEncode-2.0.1.tar.gz) = 165d2b5abfd37a361144aaf33b053537660bef5ba6a266b869beb2e1d5467719fd7a9dc6d2cec75a04f0ee0d07d46cc76d90ad6ead5b4adef570e22d566fa87b 4SHA512 (FormEncode-2.1.0.tar.gz) = 136253faaa299a6c5c92f70e11d53f410e1d7607b1c6530bd25042e8506e644409fcb0ff8ccd5fe7ed04707d4034fec224389681c8e4ff81af445b4dc67897a6
5Size (FormEncode-2.0.1.tar.gz) = 256130 bytes 5Size (FormEncode-2.1.0.tar.gz) = 277757 bytes
6SHA1 (patch-setup.py) = 819b29ba5977b0d69fca8fcb381f60f4d8541890 

File Deleted: pkgsrc/www/py-FormEncode/patches/patch-setup.py