Search Criteria
Package Details: stackless2 2.7.18slp+p16-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/stackless2.git (read-only, click to copy) |
---|---|
Package Base: | stackless2 |
Description: | The Stackless Python programming language |
Upstream URL: | https://github.com/stackless-dev/stackless/wiki |
Licenses: | PSF-2.0 |
Conflicts: | python, python2, python2.7 |
Provides: | python2, python2.7 |
Submitter: | vitaliikuzhdin |
Maintainer: | vitaliikuzhdin |
Last Packager: | vitaliikuzhdin |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2025-09-06 18:50 (UTC) |
Last Updated: | 2025-09-06 18:50 (UTC) |
Dependencies (19)
- bzip2 (bzip2-gitAUR)
- expat (expat-gitAUR)
- gdbm (gdbm-gitAUR)
- glibc (glibc-gitAUR, glibc-eacAUR)
- libffi (libffi-gitAUR)
- libnsl (libnsl-gitAUR)
- libxcrypt (libxcrypt-gitAUR)
- ncurses (ncurses-gitAUR)
- openssl-1.1
- readline (readline-gitAUR)
- sqlite (sqlite-fossilAUR)
- zlib (zlib-gitAUR, zlib-ng-compat-gitAUR, zlib-ng-compat)
- bluez-libs (bluez-gitAUR) (make)
- tk (tk-fossilAUR) (make)
- file (file-gitAUR) (check)
- gdb (gdb-gitAUR, gdb-debug-gitAUR) (check)
- xorg-server-xvfb (xorg-server-xvfb-gitAUR, xlibre-xserver-xvfbAUR, xlibre-server-xvfb-binAUR) (check)
- xterm (xterm-gitAUR) (check)
- tk (tk-fossilAUR) (optional) – for IDLE
Required by (779)
- appleseed-git (requires python2)
- archivemail (requires python2)
- archutil (requires python2)
- arduino-git (requires python2) (optional)
- armory (requires python2)
- arpreply-git (requires python2)
- balena-cli (requires python2) (make)
- balena-cli (requires python2) (optional)
- balena-cli-bin (requires python2) (optional)
- bash-it-git (requires python2) (optional)
- basilisk (requires python2) (make)
- bcoin-git (requires python2) (make)
- bdelta-git (requires python2) (make)
- blindelephant-svn (requires python2)
- bmpanel2 (requires python2) (make)
- boost-python2 (requires python2)
- boost-python2 (requires python2) (make)
- boost-python2-libs (requires python2) (make)
- bubbros (requires python2)
- bus-pirate (requires python2)
- Show 759 more...
Latest Comments
vitaliikuzhdin commented on 2025-09-28 09:46 (UTC)
@micwoj92, right, the end user might not notice a difference in general use. However, applications specifically developed for Stackless will only run with Stackless, not with the default Python interpreter.
If you were wondering whether this package can provide
python2
, the answer is yes. All the additions are designed to build on top of the base Python, offering backward compatibility.So, if you just need
python2
, you can use eitherpython2
orstackless2
. But if you specifically needstackless2
, or require bothpython2
andstackless2
, then you should usestackless2
.micwoj92 commented on 2025-09-28 08:52 (UTC)
And seeing that both python2 and this stackless project are no longer developed it seems that this package was uploaded dead on arrival.
micwoj92 commented on 2025-09-28 08:50 (UTC)
I see that this is only programmer's benefit, I meant more: Does this package have any benefit if using as a replacement for programs that depend on
python2
.vitaliikuzhdin commented on 2025-09-27 10:14 (UTC)
@micwoj92, see the first paragraph of the upstream URL.
micwoj92 commented on 2025-09-25 11:33 (UTC)
What are benefits of this over
python2
?