pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/bpython
Module Name: pkgsrc
Committed By: adam
Date: Tue Oct 28 08:03:42 UTC 2025
Modified Files:
pkgsrc/devel/bpython: Makefile distinfo
Log Message:
bpython: updated to 0.26
0.26
General information:
* This release is focused on Python 3.14 support.
New features:
Fixes:
* Handle unspecified config paths
* Align simple_eval with Python 3.10+
* Make -q hide the welcome message
* Convert sys.ps1 to a string to work-around non-str sys.ps1 from vscode
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/devel/bpython/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/bpython/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/bpython/Makefile
diff -u pkgsrc/devel/bpython/Makefile:1.47 pkgsrc/devel/bpython/Makefile:1.48
--- pkgsrc/devel/bpython/Makefile:1.47 Thu Oct 9 07:57:28 2025
+++ pkgsrc/devel/bpython/Makefile Tue Oct 28 08:03:42 2025
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.47 2025/10/09 07:57:28 wiz Exp $
+# $NetBSD: Makefile,v 1.48 2025/10/28 08:03:42 adam Exp $
-DISTNAME= bpython-0.25
-PKGREVISION= 1
+DISTNAME= bpython-0.26
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=b/bpython/}
@@ -18,18 +17,14 @@ DEPENDS+= ${PYPKGPREFIX}-cwcwidth-[0-9]*
DEPENDS+= ${PYPKGPREFIX}-greenlet-[0-9]*:../../devel/py-greenlet
DEPENDS+= ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
-DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
DEPENDS+= ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
+# urwid
+DEPENDS+= ${PYPKGPREFIX}-urwid-[0-9]*:../../devel/py-urwid
USE_LANGUAGES= # none
PYTHON_VERSIONS_INCOMPATIBLE= 310 # py-sphinx
-.include "../../lang/python/pyversion.mk"
-.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-typing-extensions-[0-9]*:../../devel/py-typing-extensions
-.endif
-
.include "../../lang/python/batteries-included.mk"
.include "../../lang/python/wheel.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
Index: pkgsrc/devel/bpython/distinfo
diff -u pkgsrc/devel/bpython/distinfo:1.13 pkgsrc/devel/bpython/distinfo:1.14
--- pkgsrc/devel/bpython/distinfo:1.13 Fri Jan 17 19:21:09 2025
+++ pkgsrc/devel/bpython/distinfo Tue Oct 28 08:03:42 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2025/01/17 19:21:09 adam Exp $
+$NetBSD: distinfo,v 1.14 2025/10/28 08:03:42 adam Exp $
-BLAKE2s (bpython-0.25.tar.gz) = 824515173111c23205cefb7aac7d3655d4342514892f92109629a30e3e31f74e
-SHA512 (bpython-0.25.tar.gz) = 052a84666e5e559a883964d8eb41a1ed8c704a9760799cdbe98d7fdcd8060815b5d7b26e7589a56735f91c1f1214b1cdf17ad30d6bed34a506233d2d9e0bbd2c
-Size (bpython-0.25.tar.gz) = 207610 bytes
+BLAKE2s (bpython-0.26.tar.gz) = 8b89723bbf2f3ad616adb873dbeaaad2395d83ad0bbd4a4b15361632984b2800
+SHA512 (bpython-0.26.tar.gz) = 02bd2b7b42e89bec9327509e2db463eeb609ddb5cacea7e58e0d033af11aacdc11b9e3c8555a8e280e7d7e6fa518b34142a89446b60326857b872f454e2034fe
+Size (bpython-0.26.tar.gz) = 207564 bytes
SHA1 (patch-setup.py) = 91556c573d3ec9acf39628030f0534497dba5452
Home |
Main Index |
Thread Index |
Old Index