pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-future
Module Name: pkgsrc
Committed By: wiz
Date: Tue May 13 10:41:02 UTC 2025
Modified Files:
pkgsrc/devel/py-future: Makefile PLIST distinfo
Log Message:
py-future: update to 1.0.0.
pkgsrc comment: this does not support Python 3.13.
The previous version didn't even support Python 3.12.
This package is still pulled in by ~15 packages, and if this
was a real problem, we probably would have noticed, so do not
mark this as not-for-3.13 for now.
Changes:
The new version number of 1.0.0 indicates that the python-future
project, like Python 2, is now done.
The most important change in this release is adding support for
Python 3.12 (ba1cc50 and a6222d2 and bcced95).
This release also includes these fixes:
Small updates to the docs
Add SECURITY.md describing security policy (0598d1b)
Fix pasteurize: NameError: name ‘unicode’ is not defined (de68c10)
Move CI to GitHub Actions (8cd11e8)
Add setuptools to requirements for building docs (0c347ff)
Fix typos in docs (350e87a)
Make the fix_unpacking fixer more robust (de68c10)
Small improvements to shell scripts according to shellcheck (6153844)
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/py-future/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-future/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-future/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/py-future/Makefile
diff -u pkgsrc/devel/py-future/Makefile:1.9 pkgsrc/devel/py-future/Makefile:1.10
--- pkgsrc/devel/py-future/Makefile:1.9 Fri Jan 13 13:50:38 2023
+++ pkgsrc/devel/py-future/Makefile Tue May 13 10:41:02 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.9 2023/01/13 13:50:38 adam Exp $
+# $NetBSD: Makefile,v 1.10 2025/05/13 10:41:02 wiz Exp $
-DISTNAME= future-0.18.3
+DISTNAME= future-1.0.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=f/future/}
@@ -10,14 +10,23 @@ MAINTAINER= gde%llew.me@localhost
COMMENT= Clean single-source support for Python 3 and 2
LICENSE= mit
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+
USE_LANGUAGES= # none
-USE_PKG_RESOURCES= yes
+# uses 'uu' and 'lib2to3' which were both removed in 3.13
+#PYTHON_VERSIONS_ACCEPTED= 312 311 310
+
+# as of 1.0.0
+# 26 failed, 1024 passed, 47 skipped, 46 xfailed, 48 warnings
+# with
+#ALLOW_NETWORK_ACCESS= yes
+# 2 failed, 1058 passed, 37 skipped, 46 xfailed, 48 warnings
post-install:
cd ${DESTDIR}${PREFIX}/bin && \
${MV} futurize futurize-${PYVERSSUFFIX} && \
${MV} pasteurize pasteurize-${PYVERSSUFFIX} || ${TRUE}
-.include "../../lang/python/egg.mk"
+.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-future/PLIST
diff -u pkgsrc/devel/py-future/PLIST:1.5 pkgsrc/devel/py-future/PLIST:1.6
--- pkgsrc/devel/py-future/PLIST:1.5 Sun Dec 15 11:13:37 2019
+++ pkgsrc/devel/py-future/PLIST Tue May 13 10:41:02 2025
@@ -1,26 +1,12 @@
-@comment $NetBSD: PLIST,v 1.5 2019/12/15 11:13:37 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2025/05/13 10:41:02 wiz Exp $
bin/futurize-${PYVERSSUFFIX}
bin/pasteurize-${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
-${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
-${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
-${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
-${PYSITELIB}/${EGG_INFODIR}/top_level.txt
-${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.py
-${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/_dummy_thread/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.py
-${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/_markupbase/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/_thread/__init__.py
-${PLIST.py2x}${PYSITELIB}/_thread/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/_thread/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/builtins/__init__.py
-${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/builtins/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/copyreg/__init__.py
-${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/copyreg/__init__.pyo
+${PYSITELIB}/${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
+${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt
${PYSITELIB}/future/__init__.py
${PYSITELIB}/future/__init__.pyc
${PYSITELIB}/future/__init__.pyo
@@ -293,6 +279,9 @@ ${PYSITELIB}/future/moves/http/server.py
${PYSITELIB}/future/moves/itertools.py
${PYSITELIB}/future/moves/itertools.pyc
${PYSITELIB}/future/moves/itertools.pyo
+${PYSITELIB}/future/moves/multiprocessing.py
+${PYSITELIB}/future/moves/multiprocessing.pyc
+${PYSITELIB}/future/moves/multiprocessing.pyo
${PYSITELIB}/future/moves/pickle.py
${PYSITELIB}/future/moves/pickle.pyc
${PYSITELIB}/future/moves/pickle.pyo
@@ -431,30 +420,6 @@ ${PYSITELIB}/future/utils/__init__.pyo
${PYSITELIB}/future/utils/surrogateescape.py
${PYSITELIB}/future/utils/surrogateescape.pyc
${PYSITELIB}/future/utils/surrogateescape.pyo
-${PLIST.py2x}${PYSITELIB}/html/__init__.py
-${PLIST.py2x}${PYSITELIB}/html/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/html/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/html/entities.py
-${PLIST.py2x}${PYSITELIB}/html/entities.pyc
-${PLIST.py2x}${PYSITELIB}/html/entities.pyo
-${PLIST.py2x}${PYSITELIB}/html/parser.py
-${PLIST.py2x}${PYSITELIB}/html/parser.pyc
-${PLIST.py2x}${PYSITELIB}/html/parser.pyo
-${PLIST.py2x}${PYSITELIB}/http/__init__.py
-${PLIST.py2x}${PYSITELIB}/http/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/http/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/http/client.py
-${PLIST.py2x}${PYSITELIB}/http/client.pyc
-${PLIST.py2x}${PYSITELIB}/http/client.pyo
-${PLIST.py2x}${PYSITELIB}/http/cookiejar.py
-${PLIST.py2x}${PYSITELIB}/http/cookiejar.pyc
-${PLIST.py2x}${PYSITELIB}/http/cookiejar.pyo
-${PLIST.py2x}${PYSITELIB}/http/cookies.py
-${PLIST.py2x}${PYSITELIB}/http/cookies.pyc
-${PLIST.py2x}${PYSITELIB}/http/cookies.pyo
-${PLIST.py2x}${PYSITELIB}/http/server.py
-${PLIST.py2x}${PYSITELIB}/http/server.pyc
-${PLIST.py2x}${PYSITELIB}/http/server.pyo
${PYSITELIB}/libfuturize/__init__.py
${PYSITELIB}/libfuturize/__init__.pyc
${PYSITELIB}/libfuturize/__init__.pyo
@@ -647,63 +612,3 @@ ${PYSITELIB}/past/types/oldstr.pyo
${PYSITELIB}/past/utils/__init__.py
${PYSITELIB}/past/utils/__init__.pyc
${PYSITELIB}/past/utils/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/queue/__init__.py
-${PLIST.py2x}${PYSITELIB}/queue/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/queue/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/reprlib/__init__.py
-${PLIST.py2x}${PYSITELIB}/reprlib/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/reprlib/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/socketserver/__init__.py
-${PLIST.py2x}${PYSITELIB}/socketserver/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/socketserver/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/__init__.py
-${PLIST.py2x}${PYSITELIB}/tkinter/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.py
-${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/colorchooser.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.py
-${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/commondialog.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/constants.py
-${PLIST.py2x}${PYSITELIB}/tkinter/constants.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/constants.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/dialog.py
-${PLIST.py2x}${PYSITELIB}/tkinter/dialog.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/dialog.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/dnd.py
-${PLIST.py2x}${PYSITELIB}/tkinter/dnd.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/dnd.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.py
-${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/filedialog.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/font.py
-${PLIST.py2x}${PYSITELIB}/tkinter/font.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/font.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.py
-${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/messagebox.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.py
-${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/scrolledtext.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.py
-${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/simpledialog.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/tix.py
-${PLIST.py2x}${PYSITELIB}/tkinter/tix.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/tix.pyo
-${PLIST.py2x}${PYSITELIB}/tkinter/ttk.py
-${PLIST.py2x}${PYSITELIB}/tkinter/ttk.pyc
-${PLIST.py2x}${PYSITELIB}/tkinter/ttk.pyo
-${PLIST.py2x}${PYSITELIB}/winreg/__init__.py
-${PLIST.py2x}${PYSITELIB}/winreg/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/winreg/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.py
-${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.pyc
-${PLIST.py2x}${PYSITELIB}/xmlrpc/__init__.pyo
-${PLIST.py2x}${PYSITELIB}/xmlrpc/client.py
-${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyc
-${PLIST.py2x}${PYSITELIB}/xmlrpc/client.pyo
-${PLIST.py2x}${PYSITELIB}/xmlrpc/server.py
-${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyc
-${PLIST.py2x}${PYSITELIB}/xmlrpc/server.pyo
Index: pkgsrc/devel/py-future/distinfo
diff -u pkgsrc/devel/py-future/distinfo:1.7 pkgsrc/devel/py-future/distinfo:1.8
--- pkgsrc/devel/py-future/distinfo:1.7 Fri Jan 13 13:50:38 2023
+++ pkgsrc/devel/py-future/distinfo Tue May 13 10:41:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2023/01/13 13:50:38 adam Exp $
+$NetBSD: distinfo,v 1.8 2025/05/13 10:41:02 wiz Exp $
-BLAKE2s (future-0.18.3.tar.gz) = 7e20d5978987f31e531f257b9cbb0e757f1dd44ee27f626f593ffafb7a00a915
-SHA512 (future-0.18.3.tar.gz) = 6de56a5aa5c5dd56a0dc5a6732c753530f9868036bd97e9d355f9ee6e1305e266a60c167de779cba93f09b5b3fae615193074caba2afe857ca7ea944532ef910
-Size (future-0.18.3.tar.gz) = 840896 bytes
+BLAKE2s (future-1.0.0.tar.gz) = 05857a6dbe460d3960eb16ad9bf41d7044d3f695baa69e1897a7ef64c20ad4ec
+SHA512 (future-1.0.0.tar.gz) = 8e28d53172e3ae7b3b27c424a48fb698a6e86bf1c648cdf74e7fd57d34901a9bda18429fe4e176d70be67fc6c80b7f961b3021356594e38b5f294406af40bc61
+Size (future-1.0.0.tar.gz) = 1228490 bytes
Home |
Main Index |
Thread Index |
Old Index