Path to this page:
./
lang/python27,
Interpreted, interactive, object-oriented programming language
Branch: CURRENT,
Version: 2.7.18nb19,
Package name: python27-2.7.18nb19,
Maintainer: pkgsrc-usersPython 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)
- (2024-11-15) Updated to version: python27-2.7.18nb19
- (2024-11-01) Updated to version: python27-2.7.18nb18
- (2024-11-01) Updated to version: python27-2.7.18nb17
- (2024-05-29) Updated to version: python27-2.7.18nb16
- (2023-11-08) Updated to version: python27-2.7.18nb15
- (2023-10-25) Updated to version: python27-2.7.18nb14
CVS history: (Expand)