summaryrefslogtreecommitdiff
path: root/lang/python
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-01-30 12:44:39 +0000
committerjmmv <jmmv@pkgsrc.org>2005-01-30 12:44:39 +0000
commitdf333169fb9216f66002b04441324ea1e8d0de5d (patch)
tree95988a887fefe421c99733881b7056fc145466ab /lang/python
parent8d1e3803647a0ec497b78baaebbb5cd1cb270cd1 (diff)
downloadpkgsrc-df333169fb9216f66002b04441324ea1e8d0de5d.tar.gz
Convert the python packages to use the alternatives system to install a
bin/python wrapper. Bump their PKGREVISION to 1. Also remove the python package. In order to preserve a similar behavior to this one using the new framework, start by installing pkg_alternatives. Then just open its manpage, scroll down to the EXAMPLES section, Applying filters subsection, and follow the (rather short) directions given there.
Diffstat (limited to 'lang/python')
-rw-r--r--lang/python/DESCR19
-rw-r--r--lang/python/Makefile29
-rw-r--r--lang/python/PLIST2
3 files changed, 0 insertions, 50 deletions
diff --git a/lang/python/DESCR b/lang/python/DESCR
deleted file mode 100644
index 07fd9635e78..00000000000
--- a/lang/python/DESCR
+++ /dev/null
@@ -1,19 +0,0 @@
-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 package provides easy installation of the preferred
-version of python (selected with PYTHON_VERSION_DEFAULT)
-and installs a symbolic link from ${PKGBASE}/bin/python
-to that version.
diff --git a/lang/python/Makefile b/lang/python/Makefile
deleted file mode 100644
index 7b02f73a4ae..00000000000
--- a/lang/python/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2004/07/22 09:16:03 recht Exp $
-#
-
-DISTNAME= python
-PKGNAME= python-${PYVERSSUFFIX}
-CATEGORIES= lang python
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= lukem@NetBSD.org
-HOMEPAGE= http://www.python.org/
-COMMENT= The "meta-package" for Python
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-
-# Ensure version of python the user asks for is selected, even
-# if it's not yet installed.
-_PYTHON_VERSION=${PYTHON_VERSION_DEFAULT}
-
-do-install:
- @${ECHO} "Linking ${PREFIX}/bin/python to ${PYTHONBIN}"
- @${RM} -f ${PREFIX}/bin/python
- @${LN} -s ${PYTHONBIN} ${PREFIX}/bin/python
-
-.include "../../lang/python/pyversion.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python/PLIST b/lang/python/PLIST
deleted file mode 100644
index 2503ce122c7..00000000000
--- a/lang/python/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2004/02/06 08:37:22 lukem Exp $
-bin/python