| CARVIEW |
Select Language
HTTP/2 200
expires: Thu, 19 Nov 1981 08:52:00 GMT
cache-control: no-store, no-cache, must-revalidate
pragma: no-cache
set-cookie: PHPSESSID=m06j5dh9jbjal4hjm3qmf2mfbq; path=/
content-type: text/html; charset=UTF-8
date: Fri, 26 Dec 2025 20:39:19 GMT
server: Apache
pkgsrc.se | The NetBSD package collection
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
python27
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./lang/python27, Interpreted, interactive, object-oriented programming language
[
Branch: CURRENT, Version: 2.7.18nb21, Package name: python27-2.7.18nb21, Maintainer: pkgsrc-users
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.
This release is no longer supported the Python project. It
entered official end of life status in early 2020. Users are
advised to migrate to a currently supported Python 3 release.
DEINSTALL [+/-]
Required to run:
[security/openssl] [devel/libffi] [security/mozilla-rootcerts]
Required to build:
[devel/readline] [pkgtools/cwrappers]
Package options: x11
Navigation:
-
Browse pkgsrc
(this page)
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
lang
python27math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
regress
security
shells
sysutils
textproc
time
wip
wm
www
x11
* = Virtual Category
Path to this page:
./lang/python27, Interpreted, interactive, object-oriented programming language
[
CVSweb ] [
Homepage ] [
RSS ] [
Required by ] [
Add to tracker ]
Branch: CURRENT, Version: 2.7.18nb21, Package name: python27-2.7.18nb21, Maintainer: pkgsrc-users
Python is an interpreted, interactive, object-oriented
programming language that combines remarkable power with
very clear syntax. For an introduction to programming in
Python you are referred to the Python Tutorial. The
Python Library Reference documents built-in and standard
types, constants, functions and modules. Finally, the
Python Reference Manual describes the syntax and semantics
of the core language in (perhaps too) much detail.
Python's basic power can be extended with your own modules
written in C or C++. On most systems such modules may be
dynamically loaded. Python is also adaptable as an exten-
sion language for existing applications. See the internal
documentation for hints.
This release is no longer supported the Python project. It
entered official end of life status in early 2020. Users are
advised to migrate to a currently supported Python 3 release.
DEINSTALL [+/-]
# $NetBSD: DEINSTALL,v 1.1 2011/10/29 13:45:49 marino Exp $
# DEINSTALL is used rather than @pkgdir because the automatic directory
# deletion mechanism makes python packages remove these directories first,
# and thus "Directory disappeared" messages will likely appear under @pkgdir
case ${STAGE} in
POST-DEINSTALL)
CYCLE="@PREFIX@/lib/python@PY_VER_SUFFIX@/test/data \
@PREFIX@/lib/python@PY_VER_SUFFIX@/lib-old"
for genpath in ${CYCLE}; do
if [ -d ${genpath} ]; then
if [ -n `${LS} -A ${$genpath}` ]; then
${RMDIR} ${genpath}
fi
fi
done
;;
esac
# DEINSTALL is used rather than @pkgdir because the automatic directory
# deletion mechanism makes python packages remove these directories first,
# and thus "Directory disappeared" messages will likely appear under @pkgdir
case ${STAGE} in
POST-DEINSTALL)
CYCLE="@PREFIX@/lib/python@PY_VER_SUFFIX@/test/data \
@PREFIX@/lib/python@PY_VER_SUFFIX@/lib-old"
for genpath in ${CYCLE}; do
if [ -d ${genpath} ]; then
if [ -n `${LS} -A ${$genpath}` ]; then
${RMDIR} ${genpath}
fi
fi
done
;;
esac
Required to run:
[security/openssl] [devel/libffi] [security/mozilla-rootcerts]
Required to build:
[devel/readline] [pkgtools/cwrappers]
Package options: x11
Master sites:
Filesize: 12553.453 KBVersion history: (Expand)
- (2025-07-15) Package has been reborn
- (2025-07-15) Package deleted from pkgsrc
- (2025-04-29) Updated to version: python27-2.7.18nb21
- (2025-04-23) Updated to version: python27-2.7.18nb20
- (2024-11-15) Updated to version: python27-2.7.18nb19
- (2024-11-01) Updated to version: python27-2.7.18nb18
CVS history: (Expand)
| 2025-04-29 11:35:13 by Tobias Nygren | Files touched by this commit (1) |
Log message: python27: bump for installed header change |
| 2025-04-29 11:33:56 by Tobias Nygren | Files touched by this commit (2) |
Log message: python27: don't redefine bool |
| 2025-04-21 22:51:32 by Thomas Klausner | Files touched by this commit (4) |
Log message: python27: remove Interix support |
| 2025-04-17 23:53:13 by Thomas Klausner | Files touched by this commit (2449) |
Log message: *: recursive bump for icu 77 and libxml2 2.14 |
| 2025-03-30 23:10:49 by Thomas Klausner | Files touched by this commit (100) |
Log message: *: remove MirBSD support |
| 2024-11-14 23:22:33 by Thomas Klausner | Files touched by this commit (2428) |
Log message: *: recursive bump for icu 76 shlib major version bump |
| 2024-11-01 13:55:19 by Thomas Klausner | Files touched by this commit (2425) |
Log message: *: revbump for icu downgrade |
| 2024-11-01 01:54:33 by Thomas Klausner | Files touched by this commit (2426) |
Log message: *: recursive bump for icu 76.1 shlib bump |
