Search Criteria
Package Details: ptpython 3.0.30-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/ptpython.git (read-only, click to copy) |
---|---|
Package Base: | ptpython |
Description: | Python REPL build on top of prompt_toolkit |
Upstream URL: | https://github.com/prompt-toolkit/ptpython |
Licenses: | BSD |
Provides: | ptpython3 |
Submitter: | None |
Maintainer: | kwrazi |
Last Packager: | kwrazi |
Votes: | 25 |
Popularity: | 0.072099 |
First Submitted: | 2016-01-14 03:17 (UTC) |
Last Updated: | 2025-07-22 14:29 (UTC) |
Dependencies (10)
- python-appdirs
- python-black (python-black-gitAUR)
- python-jedi
- python-prompt_toolkit
- python-pygments
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- python-wheel (make)
- ipython (ipython-gitAUR) (optional) – ptipython (ptpython + ipython)
Required by (4)
- python-pigweed
- python-pudb-git (optional)
- python-pyrime (optional)
- python-repl-python-wakatime (optional)
Latest Comments
1 2 3 Next › Last »
justbispo commented on 2025-07-22 12:03 (UTC) (edited on 2025-07-22 12:04 (UTC) by justbispo)
Per the Python package guidelines, you need to add python-build and python-installer to makedepends or else the package doesn't build and throws the errors
/usr/bin/python: No module named build
and/usr/bin/python: No module named installer
.And maybe also add
--wheel --no-isolation
to the build command.typecasto commented on 2023-03-10 01:07 (UTC)
Seems like it needs to depend on
python-appdirs
, I can't get ptpython to run without installing it.Freed commented on 2022-10-24 01:06 (UTC)
ptpython don't need
python-docopt
syimyuzya commented on 2021-01-09 13:38 (UTC)
Looks like it depends on
python-black
as of version 3.0.9.lk1234 commented on 2020-12-05 15:52 (UTC)
This package needs a rebuild for python 3.9.
potatoe commented on 2020-02-01 16:39 (UTC)
Can't flag-notify this, but it looks like ptpython 3.0.0 was just released January 29th: https://pypi.org/project/ptpython/3.0.0/ -- It seems to build fine with just an update of the new download URL and hash!
It looks like support for python2 has been dropped, so the PKGBUILD can be simplified a bit. I suppose if anyone still wants a package for python2 you could clone this current version as a separate ptpython2 AUR package that's left pegged to 2.0.5 (or 2.0.6 if you want working ipython support) and then update this to be python 3 only.
yodaembedding commented on 2020-01-19 09:58 (UTC) (edited on 2020-01-19 09:59 (UTC) by yodaembedding)
My personal workaround:
Now I create a script in
SCRIPT_PATH
, which is accessible from myPATH
:potatoe commented on 2019-12-07 17:13 (UTC) (edited on 2019-12-07 17:13 (UTC) by potatoe)
@lrustand: It's not just the requirements' versioning blocking it from working on 3.0, the code requires a moderate amount of updating which doesn't appear to be merged-in/finished yet: https://github.com/prompt-toolkit/ptpython/pull/309 and https://github.com/prompt-toolkit/ptpython/tree/prompt-toolkit-3.0
lrustand commented on 2019-12-02 15:51 (UTC)
I get an error when starting ptpython "The 'prompt_toolkit<2.1.0,>=2.0.8' distribution was not found and is required by ptpython". The current version of python-prompt_toolkit in community is 3.0.2-1. Could you update the version requirement so it works with the current version of prompt toolkit?
pepper_chico commented on 2018-12-01 00:44 (UTC) (edited on 2018-12-01 00:45 (UTC) by pepper_chico)
@wbthomason, right thanks!, it was a matter of patching my old ~/.ptpython/config.py, changing input_processor to key_processor.
1 2 3 Next › Last »