VOOZH about

URL: https://pkgsrc.se/lang/python27

⇱ pkgsrc.se | The NetBSD package collection


Skip to main content.
👁 https://pkgsrc.se
Useful links: www.pkgsrc.org | www.netbsd.org | www.netbsd.se
Navigation:
Home | Browse by maintainer | Search | RSS | Info | Statistics | Help | Contact
+ virtual
archivers
audio
benchmarks
biology
cad
chat
comms
converters
cross
crosspkgtools
databases
devel
doc
editors
emulators
filesystems
finance
fonts
games
geography
graphics
ham
inputmethod
👁 pil
 lang
  👁 pil
 python27
mail
math
mbone
meta-pkgs
misc
multimedia
net
news
parallel
pkgtools
print
regress
security
shells
sysutils
textproc
time
wayland
wip
wm
www
x11

* = Virtual Category
👁 new
New packages:
  Today
  Yesterday
  Last week
  Last month

Path to this page:

./lang/python27, Interpreted, interactive, object-oriented programming language

[ 👁 Image
CVSweb ] [ 👁 Image
Homepage ] [ 👁 Image
RSS ] [ 👁 Image
Required by ]


Branch: CURRENT, Version: 2.7.18nb22, Package name: python27-2.7.18nb22, 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


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 KB

Version history: (Expand)


CVS history: (Expand)


   2026-01-07 09:49:50 by Thomas Klausner | Files touched by this commit (2525)
Log message:
*: recursive bump for icu 78.1
   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


This site is operated by pkgsrc.pub, Contact