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:           Wed Apr 12 12:00:36 UTC 2017

Modified Files:
        pkgsrc/devel/bpython: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/bpython/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/bpython/PLIST
cvs rdiff -u -r1.2 -r1.3 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.19 pkgsrc/devel/bpython/Makefile:1.20
--- pkgsrc/devel/bpython/Makefile:1.19  Sun Feb 12 06:25:11 2017
+++ pkgsrc/devel/bpython/Makefile       Wed Apr 12 12:00:36 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2017/02/12 06:25:11 ryoon Exp $
+# $NetBSD: Makefile,v 1.20 2017/04/12 12:00:36 adam Exp $
 
-DISTNAME=      bpython-0.12
-PKGREVISION=   11
+DISTNAME=      bpython-0.16
 CATEGORIES=    devel
 MASTER_SITES=  http://bpython-interpreter.org/releases/
 
@@ -13,23 +12,14 @@ LICENSE=    mit
 USE_LANGUAGES= # none
 
 DEPENDS+=      ${PYPKGPREFIX}-curses>=0nb4:../../devel/py-curses
+DEPENDS+=      ${PYPKGPREFIX}-greenlet>=0nb4:../../devel/py-greenlet
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=1.6:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-readline>=0nb2:../../devel/py-readline
+DEPENDS+=      ${PYPKGPREFIX}-requests>=0nb2:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-six>=0nb2:../../lang/py-six
 DEPENDS+=      ${PYPKGPREFIX}-urwid>=0.9.9.1:../../devel/py-urwid
 
-PKG_OPTIONS_VAR=       PKG_OPTIONS.bpython
-PKG_SUPPORTED_OPTIONS=  gtk
-PKG_SUGGESTED_OPTIONS=  # empty
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mgtk)
-.include "../../devel/py-gobject/buildlink3.mk"
-.include "../../x11/py-gtk2/buildlink3.mk"
-PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-gtk2
-.endif
-
-.include "../../lang/python/distutils.mk"
 .include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/bpython/PLIST
diff -u pkgsrc/devel/bpython/PLIST:1.1 pkgsrc/devel/bpython/PLIST:1.2
--- pkgsrc/devel/bpython/PLIST:1.1      Fri May 10 12:55:33 2013
+++ pkgsrc/devel/bpython/PLIST  Wed Apr 12 12:00:36 2017
@@ -1,28 +1,38 @@
-@comment $NetBSD: PLIST,v 1.1 2013/05/10 12:55:33 imil Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/04/12 12:00:36 adam Exp $
+bin/bpdb
 bin/bpython
-bin/bpython-gtk
+bin/bpython-curses
 bin/bpython-urwid
+${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}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/bpdb/__init__.py
 ${PYSITELIB}/bpdb/__init__.pyc
 ${PYSITELIB}/bpdb/__init__.pyo
+${PYSITELIB}/bpdb/__main__.py
+${PYSITELIB}/bpdb/__main__.pyc
+${PYSITELIB}/bpdb/__main__.pyo
 ${PYSITELIB}/bpdb/debugger.py
 ${PYSITELIB}/bpdb/debugger.pyc
 ${PYSITELIB}/bpdb/debugger.pyo
-${PYSITELIB}/${EGG_FILE}/PKG-INFO
-${PYSITELIB}/${EGG_FILE}/SOURCES.txt
-${PYSITELIB}/${EGG_FILE}/dependency_links.txt
-${PYSITELIB}/${EGG_FILE}/entry_points.txt
-${PYSITELIB}/${EGG_FILE}/requires.txt
-${PYSITELIB}/${EGG_FILE}/top_level.txt
 ${PYSITELIB}/bpython/__init__.py
 ${PYSITELIB}/bpython/__init__.pyc
 ${PYSITELIB}/bpython/__init__.pyo
+${PYSITELIB}/bpython/__main__.py
+${PYSITELIB}/bpython/__main__.pyc
+${PYSITELIB}/bpython/__main__.pyo
 ${PYSITELIB}/bpython/_internal.py
 ${PYSITELIB}/bpython/_internal.pyc
 ${PYSITELIB}/bpython/_internal.pyo
 ${PYSITELIB}/bpython/_py3compat.py
 ${PYSITELIB}/bpython/_py3compat.pyc
 ${PYSITELIB}/bpython/_py3compat.pyo
+${PYSITELIB}/bpython/_version.py
+${PYSITELIB}/bpython/_version.pyc
+${PYSITELIB}/bpython/_version.pyo
 ${PYSITELIB}/bpython/args.py
 ${PYSITELIB}/bpython/args.pyc
 ${PYSITELIB}/bpython/args.pyo
@@ -32,15 +42,63 @@ ${PYSITELIB}/bpython/autocomplete.pyo
 ${PYSITELIB}/bpython/cli.py
 ${PYSITELIB}/bpython/cli.pyc
 ${PYSITELIB}/bpython/cli.pyo
+${PYSITELIB}/bpython/clipboard.py
+${PYSITELIB}/bpython/clipboard.pyc
+${PYSITELIB}/bpython/clipboard.pyo
 ${PYSITELIB}/bpython/config.py
 ${PYSITELIB}/bpython/config.pyc
 ${PYSITELIB}/bpython/config.pyo
+${PYSITELIB}/bpython/curtsies.py
+${PYSITELIB}/bpython/curtsies.pyc
+${PYSITELIB}/bpython/curtsies.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/__init__.py
+${PYSITELIB}/bpython/curtsiesfrontend/__init__.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/__init__.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/_internal.py
+${PYSITELIB}/bpython/curtsiesfrontend/_internal.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/_internal.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/coderunner.py
+${PYSITELIB}/bpython/curtsiesfrontend/coderunner.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/coderunner.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/events.py
+${PYSITELIB}/bpython/curtsiesfrontend/events.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/events.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/filewatch.py
+${PYSITELIB}/bpython/curtsiesfrontend/filewatch.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/filewatch.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/interaction.py
+${PYSITELIB}/bpython/curtsiesfrontend/interaction.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/interaction.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/interpreter.py
+${PYSITELIB}/bpython/curtsiesfrontend/interpreter.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/interpreter.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/manual_readline.py
+${PYSITELIB}/bpython/curtsiesfrontend/manual_readline.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/manual_readline.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/parse.py
+${PYSITELIB}/bpython/curtsiesfrontend/parse.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/parse.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/preprocess.py
+${PYSITELIB}/bpython/curtsiesfrontend/preprocess.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/preprocess.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/repl.py
+${PYSITELIB}/bpython/curtsiesfrontend/repl.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/repl.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/replpainter.py
+${PYSITELIB}/bpython/curtsiesfrontend/replpainter.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/replpainter.pyo
+${PYSITELIB}/bpython/curtsiesfrontend/sitefix.py
+${PYSITELIB}/bpython/curtsiesfrontend/sitefix.pyc
+${PYSITELIB}/bpython/curtsiesfrontend/sitefix.pyo
+${PYSITELIB}/bpython/filelock.py
+${PYSITELIB}/bpython/filelock.pyc
+${PYSITELIB}/bpython/filelock.pyo
 ${PYSITELIB}/bpython/formatter.py
 ${PYSITELIB}/bpython/formatter.pyc
 ${PYSITELIB}/bpython/formatter.pyo
-${PYSITELIB}/bpython/gtk_.py
-${PYSITELIB}/bpython/gtk_.pyc
-${PYSITELIB}/bpython/gtk_.pyo
+${PYSITELIB}/bpython/history.py
+${PYSITELIB}/bpython/history.pyc
+${PYSITELIB}/bpython/history.pyo
 ${PYSITELIB}/bpython/importcompletion.py
 ${PYSITELIB}/bpython/importcompletion.pyc
 ${PYSITELIB}/bpython/importcompletion.pyo
@@ -50,20 +108,60 @@ ${PYSITELIB}/bpython/inspection.pyo
 ${PYSITELIB}/bpython/keys.py
 ${PYSITELIB}/bpython/keys.pyc
 ${PYSITELIB}/bpython/keys.pyo
-${PYSITELIB}/bpython/logo.png
+${PYSITELIB}/bpython/lazyre.py
+${PYSITELIB}/bpython/lazyre.pyc
+${PYSITELIB}/bpython/lazyre.pyo
+${PYSITELIB}/bpython/line.py
+${PYSITELIB}/bpython/line.pyc
+${PYSITELIB}/bpython/line.pyo
 ${PYSITELIB}/bpython/pager.py
 ${PYSITELIB}/bpython/pager.pyc
 ${PYSITELIB}/bpython/pager.pyo
+${PYSITELIB}/bpython/paste.py
+${PYSITELIB}/bpython/paste.pyc
+${PYSITELIB}/bpython/paste.pyo
+${PYSITELIB}/bpython/patch_linecache.py
+${PYSITELIB}/bpython/patch_linecache.pyc
+${PYSITELIB}/bpython/patch_linecache.pyo
 ${PYSITELIB}/bpython/repl.py
 ${PYSITELIB}/bpython/repl.pyc
 ${PYSITELIB}/bpython/repl.pyo
+${PYSITELIB}/bpython/sample-config
+${PYSITELIB}/bpython/simpleeval.py
+${PYSITELIB}/bpython/simpleeval.pyc
+${PYSITELIB}/bpython/simpleeval.pyo
+${PYSITELIB}/bpython/simplerepl.py
+${PYSITELIB}/bpython/simplerepl.pyc
+${PYSITELIB}/bpython/simplerepl.pyo
 ${PYSITELIB}/bpython/test/__init__.py
 ${PYSITELIB}/bpython/test/__init__.pyc
 ${PYSITELIB}/bpython/test/__init__.pyo
+${PYSITELIB}/bpython/test/fodder/__init__.py
+${PYSITELIB}/bpython/test/fodder/__init__.pyc
+${PYSITELIB}/bpython/test/fodder/__init__.pyo
+${PYSITELIB}/bpython/test/fodder/encoding_ascii.py
+${PYSITELIB}/bpython/test/fodder/encoding_ascii.pyc
+${PYSITELIB}/bpython/test/fodder/encoding_ascii.pyo
+${PYSITELIB}/bpython/test/fodder/encoding_latin1.py
+${PYSITELIB}/bpython/test/fodder/encoding_latin1.pyc
+${PYSITELIB}/bpython/test/fodder/encoding_latin1.pyo
+${PYSITELIB}/bpython/test/fodder/encoding_utf8.py
+${PYSITELIB}/bpython/test/fodder/encoding_utf8.pyc
+${PYSITELIB}/bpython/test/fodder/encoding_utf8.pyo
+${PYSITELIB}/bpython/test/fodder/original.py
+${PYSITELIB}/bpython/test/fodder/original.pyc
+${PYSITELIB}/bpython/test/fodder/original.pyo
+${PYSITELIB}/bpython/test/fodder/processed.py
+${PYSITELIB}/bpython/test/fodder/processed.pyc
+${PYSITELIB}/bpython/test/fodder/processed.pyo
+${PYSITELIB}/bpython/test/test.config
 ${PYSITELIB}/bpython/test/test.theme
 ${PYSITELIB}/bpython/test/test_args.py
 ${PYSITELIB}/bpython/test/test_args.pyc
 ${PYSITELIB}/bpython/test/test_args.pyo
+${PYSITELIB}/bpython/test/test_autocomplete.py
+${PYSITELIB}/bpython/test/test_autocomplete.pyc
+${PYSITELIB}/bpython/test/test_autocomplete.pyo
 ${PYSITELIB}/bpython/test/test_bpython.py
 ${PYSITELIB}/bpython/test/test_bpython.pyc
 ${PYSITELIB}/bpython/test/test_bpython.pyo
@@ -73,34 +171,63 @@ ${PYSITELIB}/bpython/test/test_config.py
 ${PYSITELIB}/bpython/test/test_crashers.py
 ${PYSITELIB}/bpython/test/test_crashers.pyc
 ${PYSITELIB}/bpython/test/test_crashers.pyo
-${PYSITELIB}/bpython/test/test_formatter.py
-${PYSITELIB}/bpython/test/test_formatter.pyc
-${PYSITELIB}/bpython/test/test_formatter.pyo
-${PYSITELIB}/bpython/test/test_gtk_.py
-${PYSITELIB}/bpython/test/test_gtk_.pyc
-${PYSITELIB}/bpython/test/test_gtk_.pyo
+${PYSITELIB}/bpython/test/test_curtsies.py
+${PYSITELIB}/bpython/test/test_curtsies.pyc
+${PYSITELIB}/bpython/test/test_curtsies.pyo
+${PYSITELIB}/bpython/test/test_curtsies_coderunner.py
+${PYSITELIB}/bpython/test/test_curtsies_coderunner.pyc
+${PYSITELIB}/bpython/test/test_curtsies_coderunner.pyo
+${PYSITELIB}/bpython/test/test_curtsies_painting.py
+${PYSITELIB}/bpython/test/test_curtsies_painting.pyc
+${PYSITELIB}/bpython/test/test_curtsies_painting.pyo
+${PYSITELIB}/bpython/test/test_curtsies_parser.py
+${PYSITELIB}/bpython/test/test_curtsies_parser.pyc
+${PYSITELIB}/bpython/test/test_curtsies_parser.pyo
+${PYSITELIB}/bpython/test/test_curtsies_repl.py
+${PYSITELIB}/bpython/test/test_curtsies_repl.pyc
+${PYSITELIB}/bpython/test/test_curtsies_repl.pyo
+${PYSITELIB}/bpython/test/test_filewatch.py
+${PYSITELIB}/bpython/test/test_filewatch.pyc
+${PYSITELIB}/bpython/test/test_filewatch.pyo
+${PYSITELIB}/bpython/test/test_history.py
+${PYSITELIB}/bpython/test/test_history.pyc
+${PYSITELIB}/bpython/test/test_history.pyo
 ${PYSITELIB}/bpython/test/test_importcompletion.py
 ${PYSITELIB}/bpython/test/test_importcompletion.pyc
 ${PYSITELIB}/bpython/test/test_importcompletion.pyo
 ${PYSITELIB}/bpython/test/test_inspection.py
 ${PYSITELIB}/bpython/test/test_inspection.pyc
 ${PYSITELIB}/bpython/test/test_inspection.pyo
+${PYSITELIB}/bpython/test/test_interpreter.py
+${PYSITELIB}/bpython/test/test_interpreter.pyc
+${PYSITELIB}/bpython/test/test_interpreter.pyo
 ${PYSITELIB}/bpython/test/test_keys.py
 ${PYSITELIB}/bpython/test/test_keys.pyc
 ${PYSITELIB}/bpython/test/test_keys.pyo
+${PYSITELIB}/bpython/test/test_line_properties.py
+${PYSITELIB}/bpython/test/test_line_properties.pyc
+${PYSITELIB}/bpython/test/test_line_properties.pyo
+${PYSITELIB}/bpython/test/test_manual_readline.py
+${PYSITELIB}/bpython/test/test_manual_readline.pyc
+${PYSITELIB}/bpython/test/test_manual_readline.pyo
 ${PYSITELIB}/bpython/test/test_pager.py
 ${PYSITELIB}/bpython/test/test_pager.pyc
 ${PYSITELIB}/bpython/test/test_pager.pyo
+${PYSITELIB}/bpython/test/test_preprocess.py
+${PYSITELIB}/bpython/test/test_preprocess.pyc
+${PYSITELIB}/bpython/test/test_preprocess.pyo
 ${PYSITELIB}/bpython/test/test_repl.py
 ${PYSITELIB}/bpython/test/test_repl.pyc
 ${PYSITELIB}/bpython/test/test_repl.pyo
-${PYSITELIB}/bpython/test/test_wizard.py
-${PYSITELIB}/bpython/test/test_wizard.pyc
-${PYSITELIB}/bpython/test/test_wizard.pyo
+${PYSITELIB}/bpython/test/test_simpleeval.py
+${PYSITELIB}/bpython/test/test_simpleeval.pyc
+${PYSITELIB}/bpython/test/test_simpleeval.pyo
 ${PYSITELIB}/bpython/translations/__init__.py
 ${PYSITELIB}/bpython/translations/__init__.pyc
 ${PYSITELIB}/bpython/translations/__init__.pyo
 ${PYSITELIB}/bpython/urwid.py
 ${PYSITELIB}/bpython/urwid.pyc
 ${PYSITELIB}/bpython/urwid.pyo
+share/appdata/bpython.appdata.xml
 share/applications/bpython.desktop
+share/pixmaps/bpython.png

Index: pkgsrc/devel/bpython/distinfo
diff -u pkgsrc/devel/bpython/distinfo:1.2 pkgsrc/devel/bpython/distinfo:1.3
--- pkgsrc/devel/bpython/distinfo:1.2   Tue Nov  3 03:27:16 2015
+++ pkgsrc/devel/bpython/distinfo       Wed Apr 12 12:00:36 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.2 2015/11/03 03:27:16 agc Exp $
+$NetBSD: distinfo,v 1.3 2017/04/12 12:00:36 adam Exp $
 
-SHA1 (bpython-0.12.tar.gz) = 6ca96f9142fba90a008259275eb0f9b58ab89fc2
-RMD160 (bpython-0.12.tar.gz) = 7e52c0ec1fa56f42b9660496776876eaf09e9cc5
-SHA512 (bpython-0.12.tar.gz) = 001deb068dbc31e592b1c9c524cfbb5061cc9f1abb30d7597472920032285d20632f4ca75a10d4444be947413f9d2d65f476b64a66717956bca7d52b6b7ce948
-Size (bpython-0.12.tar.gz) = 130968 bytes
+SHA1 (bpython-0.16.tar.gz) = 2acc00ac55f95a88ee0ba8b4ba55f111f1e15080
+RMD160 (bpython-0.16.tar.gz) = be0840b585b63f32ff4898aada76c51cd6ff9a8f
+SHA512 (bpython-0.16.tar.gz) = 1173d720aa679e4a6079c7febd36abbffa901604c99c6d1ce1e940a8fbcf8a4ba7bc526de0ef5290e3859a4384d1cd5cbef62fd9f056ddcb545b64d69d103a5b
+Size (bpython-0.16.tar.gz) = 201898 bytes



Home | Main Index | Thread Index | Old Index