summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-07-25 11:34:16 +0000
committerjoerg <joerg@pkgsrc.org>2008-07-25 11:34:16 +0000
commit3a77cb00dd5a4fa5ab6a40978f800cbf57ec9ca6 (patch)
treec731b55c5dbc1babb4e6b011cfce8a7e9da14800 /lang
parent758c71a5165e4fac9987217bc0627bb8072ed8b7 (diff)
downloadpkgsrc-3a77cb00dd5a4fa5ab6a40978f800cbf57ec9ca6.tar.gz
Removal of python23-nth.
Diffstat (limited to 'lang')
-rw-r--r--lang/Makefile3
-rw-r--r--lang/python23-nth/ALTERNATIVES1
-rw-r--r--lang/python23-nth/DESCR16
-rw-r--r--lang/python23-nth/Makefile23
-rw-r--r--lang/python23-nth/buildlink3.mk29
5 files changed, 1 insertions, 71 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 62b75a8901c..9f9d8abbe70 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.257 2008/06/03 19:37:35 wiz Exp $
+# $NetBSD: Makefile,v 1.258 2008/07/25 11:34:16 joerg Exp $
#
COMMENT= Programming languages
@@ -129,7 +129,6 @@ SUBDIR+= py25-html-docs
SUBDIR+= python15
SUBDIR+= python21
SUBDIR+= python23
-SUBDIR+= python23-nth
SUBDIR+= python24
SUBDIR+= python25
SUBDIR+= rexx-imc
diff --git a/lang/python23-nth/ALTERNATIVES b/lang/python23-nth/ALTERNATIVES
deleted file mode 100644
index 715373349de..00000000000
--- a/lang/python23-nth/ALTERNATIVES
+++ /dev/null
@@ -1 +0,0 @@
-bin/python @PREFIX@/bin/python2n3
diff --git a/lang/python23-nth/DESCR b/lang/python23-nth/DESCR
deleted file mode 100644
index 183a2d26438..00000000000
--- a/lang/python23-nth/DESCR
+++ /dev/null
@@ -1,16 +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 has been compiled without support for threads.
diff --git a/lang/python23-nth/Makefile b/lang/python23-nth/Makefile
deleted file mode 100644
index 75772e5dad7..00000000000
--- a/lang/python23-nth/Makefile
+++ /dev/null
@@ -1,23 +0,0 @@
-# $NetBSD: Makefile,v 1.13 2008/07/14 14:42:51 joerg Exp $
-#
-
-PKGNAME= python23-nth-2.3.5
-PKGREVISION= 7
-
-CONFLICTS+= python-[0-9]*
-
-CONFIGURE_ARGS+= --without-threads
-
-PY_VER_SUFFIX= 2n3
-
-DISTINFO_FILE= ${.CURDIR}/../../lang/python23/distinfo
-PATCHDIR= ${.CURDIR}/../../lang/python23/patches
-
-SUBST_CLASSES+= version
-SUBST_FILES.version= configure Include/patchlevel.h setup.py
-SUBST_SED.version+= -e 's,VERSION=2\.3,VERSION=2n3,g'
-SUBST_SED.version+= -e 's,\(PY_VERSION.*\)2\.3,\12n3,g'
-SUBST_SED.version+= -e 's,pydoc2\.3,pydoc2n3,g'
-SUBST_STAGE.version= pre-configure
-
-.include "../../lang/python23/Makefile.common"
diff --git a/lang/python23-nth/buildlink3.mk b/lang/python23-nth/buildlink3.mk
deleted file mode 100644
index 64f82736028..00000000000
--- a/lang/python23-nth/buildlink3.mk
+++ /dev/null
@@ -1,29 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.7 2006/07/08 23:10:55 jlam Exp $
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
-PYTHON23_NTH_BUILDLINK3_MK:= ${PYTHON23_NTH_BUILDLINK3_MK}+
-
-.if !empty(BUILDLINK_DEPTH:M+)
-BUILDLINK_DEPENDS+= python23-nth
-.endif
-
-BUILDLINK_PACKAGES:= ${BUILDLINK_PACKAGES:Npython23-nth}
-BUILDLINK_PACKAGES+= python23-nth
-BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}python23-nth
-
-.if !empty(PYTHON23_NTH_BUILDLINK3_MK:M+)
-BUILDLINK_API_DEPENDS.python23-nth+= python23-nth>=2.3.4
-BUILDLINK_ABI_DEPENDS.python23-nth?= python23-nth>=2.3.5nb4
-BUILDLINK_PKGSRCDIR.python23-nth?= ../../lang/python23-nth
-
-.if defined(BUILDLINK_DEPMETHOD.python)
-BUILDLINK_DEPMETHOD.python23nth?= ${BUILDLINK_DEPMETHOD.python}
-.endif
-
-BUILDLINK_INCDIRS.python23-nth+= include/python2n3
-BUILDLINK_LIBDIRS.python23-nth+= lib/python2n3/config
-BUILDLINK_TRANSFORM+= l:python:python2n3
-
-.endif # PYTHON23_NTH_BUILDLINK3_MK
-
-BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}