Up to [cvs.NetBSD.org] / pkgsrc / devel / bpython
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.41 / (download) - annotate - [select for diffs], Tue Nov 7 22:37:57 2023 UTC (3 weeks, 1 day ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.40: +2 -2
lines
Diff to previous 1.40 (colored)
*: latest py-sphinx only support Python 3.9+
Revision 1.40 / (download) - annotate - [select for diffs], Mon Oct 23 06:37:38 2023 UTC (5 weeks, 3 days ago) by wiz
Branch: MAIN
Changes since 1.39: +3 -4
lines
Diff to previous 1.39 (colored)
*: update for Python base package change Instead of depending on one of the removed packages (that are now included in the base Python packages), include batteries-included.mk to require a Python version that supplies them. Remove now included packages. Bump PKGREVISION.
Revision 1.39 / (download) - annotate - [select for diffs], Mon Aug 14 05:24:04 2023 UTC (3 months, 2 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Changes since 1.38: +2 -2
lines
Diff to previous 1.38 (colored)
*: recursive bump for Python 3.11 as new default
Revision 1.38 / (download) - annotate - [select for diffs], Tue Jun 6 12:40:34 2023 UTC (5 months, 3 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Changes since 1.37: +3 -3
lines
Diff to previous 1.37 (colored)
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/. Almost all uses, if not all of them, are wrong, according to the semantics of BUILD_DEPENDS (packages built for target available for use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for host available for use _as_ tools at build-time). No change to BUILD_DEPENDS as used correctly inside buildlink3. As proposed on tech-pkg: https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.37 / (download) - annotate - [select for diffs], Sun May 7 12:46:39 2023 UTC (6 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.36: +2 -1
lines
Diff to previous 1.36 (colored)
bpython: man pages are not built with latest sphinx I don't know why, but it seems consistent, so just remove them from the PLIST for now. Proper fix welcome, of course! Bump PKGREVISION.
Revision 1.36 / (download) - annotate - [select for diffs], Thu Feb 2 13:16:02 2023 UTC (9 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.35: +3 -9
lines
Diff to previous 1.35 (colored)
bpython: updated to 0.24 0.24 ---- General information: * This release is focused on Python 3.11 support. New features: * Add more keywords to trigger auto-deindent. Thanks to Eric Burgess Fixes: * Improve inspection of builtin functions. Changes to dependencies: * wheel is no required as part of pyproject.toml's build dependencies Support for Python 3.11 has been added.
Revision 1.35 / (download) - annotate - [select for diffs], Thu Sep 15 17:55:32 2022 UTC (14 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.34: +4 -5
lines
Diff to previous 1.34 (colored)
bpython: updated to 0.23 0.23 ---- General information: * More and more type annotations have been added to the bpython code base. * Some work has been performed to stop relying on blessings. New features: * Auto-closing brackets option added. To enable, add `brackets_completion = True` in the bpython config Thanks to samuelgregorovic Fixes: * Improve handling of SyntaxErrors * Fix crash on Ctrl-Z * Fix tests for Python 3.10.1 and newer * Handle optional `readline` parameters in `stdin` emulation * Fix handling of `__name__` * Fix function signature completion for `classmethod`s Changes to dependencies: * curtsies 0.4 or newer is now required Support for Python 3.6 has been dropped.
Revision 1.34 / (download) - annotate - [select for diffs], Thu Jun 30 11:18:11 2022 UTC (17 months ago) by nia
Branch: MAIN
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
*: Revbump packages that use Python at runtime without a PKGNAME prefix
Revision 1.33 / (download) - annotate - [select for diffs], Wed Jan 5 15:41:00 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.32: +4 -2
lines
Diff to previous 1.32 (colored)
python: egg.mk: add USE_PKG_RESOURCES flag This flag should be set for packages that import pkg_resources and thus need setuptools after the build step. Set this flag for packages that need it and bump PKGREVISION.
Revision 1.32 / (download) - annotate - [select for diffs], Tue Jan 4 20:52:46 2022 UTC (22 months, 3 weeks ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -1
lines
Diff to previous 1.31 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.31 / (download) - annotate - [select for diffs], Thu Dec 30 13:43:39 2021 UTC (23 months ago) by adam
Branch: MAIN
Changes since 1.30: +1 -4
lines
Diff to previous 1.30 (colored)
bpython: forget about py-dataclasses
Revision 1.30 / (download) - annotate - [select for diffs], Tue Nov 9 10:12:36 2021 UTC (2 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.29: +4 -3
lines
Diff to previous 1.29 (colored)
bpython: updated to 0.22.1 0.22.1 Fixes: * Fix missing dependency on typing_extensions.
Revision 1.29 / (download) - annotate - [select for diffs], Mon Nov 8 16:47:30 2021 UTC (2 years ago) by adam
Branch: MAIN
Changes since 1.28: +11 -2
lines
Diff to previous 1.28 (colored)
bpython: updated to 0.22 0.22 ---- General information: * The #bpython channel has moved to OFTC. * Type annotations have been added to the bpython code base. * Declarative build configuration is used as much as possible. New features: * Allow auto-completion to be disabled * Respect locals when using bpython.embed * Use pyperclip for better clipboard handling Fixes: * Fix writing of b"" on fake stdout * Iterate over all completers until a successful one is found * Handle errors in theme configuration without crashing * Read PYTHONSTARTUP with utf8 as encoding * Use default sys.ps1 and sys.ps2 if user specified ones are not usable * Do not crash when encountering unreadable files while processing modules for import completion * Fix sys.stdin.readline * Fix tab completion for dict keys * Replicate python behavior when running with -i and a non-existing file * Fix handling of __signature__ for completion. Thanks to gpotter2 Changes to dependencies: * pyperclip is a new optional dependency for clipboard support * backports.cached-property is now required for Python < 3.8 * dataclasses is now required for Python < 3.7 Support for Python 3.10 has been added.
Revision 1.28 / (download) - annotate - [select for diffs], Sat Mar 20 15:14:48 2021 UTC (2 years, 8 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.27: +12 -15
lines
Diff to previous 1.27 (colored)
bpython: updated to 0.21 0.21 General information: * Support for Python 2 has been dropped. New features: * Provide bpython._version if built from Github tarballs * Make import completion skip list configurable * Check spelling with codespell Fixes: * Fix import completion of modules * Replace remaining use of deprecated imp with importlib * Upgrade curtsies version requirements * State correct default config file directory * Add more directories to the default import completion skip list * Handle 'd' when mapping colors * Avoid breakage with six's importer Changes to dependencies: * curtsies >= 0.3.5 is now required * pyxdg is now required * wcwidth has been replaced with cwcwidth 0.20.1 Fixes: * Fix check of key code 0.20 General information: * The next release of bpython (0.20) will drop support for Python 2. * Support for Python 3.9 has been added. Support for Python 3.5 has been dropped. New features: * Provide redo. * Add support for importing namespace packages. Fixes: * Provide encoding attribute for FakeOutput. * Prevent symbolic link loops in import completion. * Support packages using importlib.metadata API. * Fix support for Python 3.9's ast module. * Fix cursor position with full-width characters. * Fix invalid escape sequences. 0.19 General information: * The bpython-cli and bpython-urwid rendering backends have been deprecated and will show a warning that they'll be removed in a future release when started. * Usage in combination with Python 2 has been deprecated. This does not mean that support is dropped instantly but rather that at some point in the future we will stop running our testcases against Python 2. * The new pinnwand API is used for the pastebin functionality. We have dropped two configuration options: `pastebin_show_url` and `pastebin_removal_url`. If you have your bpython configured to run against an old version of `pinnwand` please update it. New features: Fixes: * Display correct signature for decorated functions. * Protect get_args from user code exceptions * Improve lock file handling on Windows * Use importlib instead of deprecated imp when running under Python 3 Support for Python 3.8 has been added. Support for Python 3.4 has been dropped. 0.18 New features: * expose globals in bpdb debugging. Fixes: * Fix file locking on Windows. * Exit gracefully if config file fails to be loaded due to encoding errors. * Fix newline handling. * Fix exit code. * Fix crash when matching certain lines in history. Support for Python 3.3 has been dropped. 0.17.1 Fixes: * Reverted 670 temporarily due to performance impact on large strings being output. 0.17 New features: * Implement Ctrl+O. * Add default_autoreload config option. Fixes: * Fix deprecation warnings. * Do not call signal outside of main thread. * Fix option-backspace behavior. * Fix paste helper. * Handle docstrings more carefully. * Do not modify history file during tests. * Fix newline handling. * Fix handling of ANSI escape codes. * Fix encoding of jedi completions.
Revision 1.27 / (download) - annotate - [select for diffs], Fri Dec 4 20:45:06 2020 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
Revbump packages with a runtime Python dep but no version prefix. For the Python 3.8 default switch.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Oct 21 21:38:03 2019 UTC (4 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.25: +3 -2
lines
Diff to previous 1.25 (colored)
Switch sphinx to versioned deps.
Revision 1.25 / (download) - annotate - [select for diffs], Thu Apr 25 07:32:43 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.24 / (download) - annotate - [select for diffs], Tue Aug 1 14:58:54 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.23: +3 -3
lines
Diff to previous 1.23 (colored)
Follow some http -> https redirects.
Revision 1.23 / (download) - annotate - [select for diffs], Thu May 25 06:38:44 2017 UTC (6 years, 6 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.22: +5 -2
lines
Diff to previous 1.22 (colored)
BPython installs man-pages when it finds Sphinx being installed in the system. Now, Sphinx has been added as build dependency to always make the man-pages.
Revision 1.22 / (download) - annotate - [select for diffs], Tue May 9 17:30:59 2017 UTC (6 years, 6 months ago) by adam
Branch: MAIN
Changes since 1.21: +3 -1
lines
Diff to previous 1.21 (colored)
Also depend on py-babel to get translations
Revision 1.21 / (download) - annotate - [select for diffs], Sun Apr 23 17:23:20 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.20: +5 -4
lines
Diff to previous 1.20 (colored)
Fixed DEPENDS
Revision 1.20 / (download) - annotate - [select for diffs], Wed Apr 12 12:00:36 2017 UTC (6 years, 7 months ago) by adam
Branch: MAIN
Changes since 1.19: +6 -16
lines
Diff to previous 1.19 (colored)
Changes 0.16 New features: * 466: Improve handling of completion box height. Fixes: * Fix various spelling mistakes. * 601: Fix Python 2 issues on Windows. * 614: Fix issues when view source. * 625: Fix issues when runnings scripts with non-ASCII characters. * 639: Fix compatbility issues with pdb++. Support for Python 2.6 has been dropped.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Feb 12 06:25:11 2017 UTC (6 years, 9 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.18: +2 -2
lines
Diff to previous 1.18 (colored)
Recursive revbump from fonts/harfbuzz
Revision 1.18 / (download) - annotate - [select for diffs], Mon Feb 6 13:55:11 2017 UTC (6 years, 9 months ago) by wiz
Branch: MAIN
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
Recursive bump for harfbuzz's new graphite2 dependency.
Revision 1.17 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:29 2017 UTC (6 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
Add python-3.6 to incompatible versions.
Revision 1.16 / (download) - annotate - [select for diffs], Wed Aug 3 10:22:36 2016 UTC (7 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
Revbump after graphics/gd update
Revision 1.15 / (download) - annotate - [select for diffs], Sat Jul 9 13:03:37 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:33 2015 UTC (7 years, 11 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.13: +2 -2
lines
Diff to previous 1.13 (colored)
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Revision 1.13 / (download) - annotate - [select for diffs], Sat Apr 25 14:20:32 2015 UTC (8 years, 7 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.12: +2 -2
lines
Diff to previous 1.12 (colored)
Recursive revbump following MesaLib update, categories a through f.
Revision 1.12 / (download) - annotate - [select for diffs], Fri May 9 07:36:58 2014 UTC (9 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Revision 1.11 / (download) - annotate - [select for diffs], Mon May 5 00:47:43 2014 UTC (9 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +2 -2
lines
Diff to previous 1.10 (colored)
Recursive revbump from x11/pixman Fix PR pkg/48777
Revision 1.10 / (download) - annotate - [select for diffs], Sat Jan 25 10:30:00 2014 UTC (9 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Revision 1.9 / (download) - annotate - [select for diffs], Thu Oct 10 14:42:04 2013 UTC (10 years, 1 month ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2013Q4-base,
pkgsrc-2013Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Recursive revbump from pango-1.36.0
Revision 1.8 / (download) - annotate - [select for diffs], Mon Sep 2 19:50:58 2013 UTC (10 years, 2 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2013Q3-base,
pkgsrc-2013Q3
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Revbump after cairo update
Revision 1.7 / (download) - annotate - [select for diffs], Thu Jun 6 12:54:12 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jun 4 22:15:50 2013 UTC (10 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.5: +2 -2
lines
Diff to previous 1.5 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.5 / (download) - annotate - [select for diffs], Tue Jun 4 07:38:49 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Replace py-curses/buildlink3.mk with DEPENDS. There are no buildlink3-relevant files here, just a loadable module.
Revision 1.4 / (download) - annotate - [select for diffs], Tue Jun 4 07:35:14 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Replace py-readline/buildlink3.mk with DEPENDS. There are no buildlink3-relevant files here, just a loadable module.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Jun 3 10:04:43 2013 UTC (10 years, 5 months ago) by wiz
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.2 / (download) - annotate - [select for diffs], Fri May 10 21:57:14 2013 UTC (10 years, 6 months ago) by imil
Branch: MAIN
Changes since 1.1: +16 -1
lines
Diff to previous 1.1 (colored)
Enabled gtk and urwid versions
Revision 1.1 / (download) - annotate - [select for diffs], Fri May 10 12:55:33 2013 UTC (10 years, 6 months ago) by imil
Branch: MAIN
Initial import of bpython, version 0.12, into the NetBSD Packages Collection. bpython is a fancy interface to the Python interpreter for Linux, BSD, OS X and Windows (with some work). bpython is released under the MIT License. It has the following (special) features: * In-line syntax highlighting. * Readline-like autocomplete with suggestions displayed as you type. * Expected parameter list for any Python function. * "Rewind" function to pop the last line of code from memory and re-evaluate. * Send the code you've entered off to a pastebin. * Save the code you've entered to a file. * Auto-indentation. * Python 3 support.