pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-FormEncode
Module Name: pkgsrc
Committed By: adam
Date: Tue Feb 4 18:56:16 UTC 2025
Modified Files:
pkgsrc/www/py-FormEncode: Makefile distinfo
Log Message:
py-FormEncode: updated to 2.1.1
2.1.1
- Add support for 3.13
- Don't require `legacy-cgi` to be installed on 3.13 and later
- Don't permit `FieldStorageUploadConverter` to be instantiated without
having `legacy-cgi` installed since it does not make sense
- Releases are now automated through GitHub Actions
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/www/py-FormEncode/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-FormEncode/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/www/py-FormEncode/Makefile
diff -u pkgsrc/www/py-FormEncode/Makefile:1.11 pkgsrc/www/py-FormEncode/Makefile:1.12
--- pkgsrc/www/py-FormEncode/Makefile:1.11 Mon Nov 11 07:29:14 2024
+++ pkgsrc/www/py-FormEncode/Makefile Tue Feb 4 18:56:16 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2024/11/11 07:29:14 wiz Exp $
+# $NetBSD: Makefile,v 1.12 2025/02/04 18:56:16 adam Exp $
-DISTNAME= FormEncode-2.1.0
+DISTNAME= formencode-2.1.1
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=F/FormEncode/}
@@ -10,6 +10,8 @@ HOMEPAGE= http://formencode.org/
COMMENT= HTML form validation, generation, and conversion package
LICENSE= python-software-foundation
+WHEEL_NAME= ${DISTNAME:S/forme/FormE/}
+
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=7.0.0:../../devel/py-setuptools_scm
TEST_DEPENDS+= ${PYPKGPREFIX}-country-[0-9]*:../../geography/py-country
@@ -17,7 +19,5 @@ TEST_DEPENDS+= ${PYPKGPREFIX}-dns>=2:../
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/www/py-FormEncode/distinfo
diff -u pkgsrc/www/py-FormEncode/distinfo:1.8 pkgsrc/www/py-FormEncode/distinfo:1.9
--- pkgsrc/www/py-FormEncode/distinfo:1.8 Fri Feb 2 13:13:09 2024
+++ pkgsrc/www/py-FormEncode/distinfo Tue Feb 4 18:56:16 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2024/02/02 13:13:09 adam Exp $
+$NetBSD: distinfo,v 1.9 2025/02/04 18:56:16 adam Exp $
-BLAKE2s (FormEncode-2.1.0.tar.gz) = 7e92c7099ae479c2f8deedd7ed143d1f60ba5976e3e8565e0aecd4bba8bf5cea
-SHA512 (FormEncode-2.1.0.tar.gz) = 136253faaa299a6c5c92f70e11d53f410e1d7607b1c6530bd25042e8506e644409fcb0ff8ccd5fe7ed04707d4034fec224389681c8e4ff81af445b4dc67897a6
-Size (FormEncode-2.1.0.tar.gz) = 277757 bytes
+BLAKE2s (formencode-2.1.1.tar.gz) = ca041f408650a7c1e4b35d0d6504791aac79e8e58374400c7b7cd3b439cbf35d
+SHA512 (formencode-2.1.1.tar.gz) = 692623015f72104645f171cb830fdca49d43c8116d84738ae291a18ed727929b14856ef35790e1c46d3f25f3ad611b0c4cca35d331c0c01012b184e251e6c88b
+Size (formencode-2.1.1.tar.gz) = 277607 bytes
Home |
Main Index |
Thread Index |
Old Index