summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2005-12-22 22:11:59 +0000
committerjoerg <joerg@pkgsrc.org>2005-12-22 22:11:59 +0000
commit459e7e8680ca4006cbd5001fc3b4f0bcf07b9fa0 (patch)
treeb708aca844eecb178ac8ef3c82d5b237a7a84518
parente50d4fdbe6bcf58b55a485aae81ee8bfaab75425 (diff)
downloadpkgsrc-459e7e8680ca4006cbd5001fc3b4f0bcf07b9fa0.tar.gz
Remove lang/python2[1234]-pth, the main package works with pth as well.
-rw-r--r--lang/python21-pth/DESCR14
-rw-r--r--lang/python21-pth/Makefile25
-rw-r--r--lang/python21-pth/PLIST2
-rw-r--r--lang/python22-pth/DESCR14
-rw-r--r--lang/python22-pth/Makefile25
-rw-r--r--lang/python22-pth/PLIST2
-rw-r--r--lang/python23-pth/DESCR16
-rw-r--r--lang/python23-pth/Makefile25
-rw-r--r--lang/python23-pth/PLIST2
-rw-r--r--lang/python24-pth/DESCR16
-rw-r--r--lang/python24-pth/Makefile24
-rw-r--r--lang/python24-pth/PLIST2
12 files changed, 0 insertions, 167 deletions
diff --git a/lang/python21-pth/DESCR b/lang/python21-pth/DESCR
deleted file mode 100644
index 25130675866..00000000000
--- a/lang/python21-pth/DESCR
+++ /dev/null
@@ -1,14 +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.
diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile
deleted file mode 100644
index 3949ca2e09a..00000000000
--- a/lang/python21-pth/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2005/11/01 21:48:32 adrianp Exp $
-#
-
-DISTNAME= Python-2.1.3
-PKGNAME= python21-pth-2.1.3
-PKGREVISION= 7
-CATEGORIES= lang python
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.python.org/
-COMMENT= Interpreted, interactive, object-oriented programming language
-
-DEPENDS+= python21>=2.1.3:../../lang/python21
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-NO_MTREE= yes
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python21-pth/PLIST b/lang/python21-pth/PLIST
deleted file mode 100644
index db0b189f5e1..00000000000
--- a/lang/python21-pth/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2005/01/23 20:41:46 recht Exp $
-@comment this plist intentionally left empty
diff --git a/lang/python22-pth/DESCR b/lang/python22-pth/DESCR
deleted file mode 100644
index 25130675866..00000000000
--- a/lang/python22-pth/DESCR
+++ /dev/null
@@ -1,14 +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.
diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile
deleted file mode 100644
index eb7d456e3b6..00000000000
--- a/lang/python22-pth/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.17 2005/10/01 19:59:39 recht Exp $
-#
-
-DISTNAME= Python-2.2.3
-PKGNAME= python22-pth-2.2.3
-PKGREVISION= 6
-CATEGORIES= lang python
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= tech-pkg@NetBSD.org
-HOMEPAGE= http://www.python.org/
-COMMENT= Interpreted, interactive, object-oriented programming language
-
-DEPENDS+= python22>=2.2.3nb6:../../lang/python22
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-NO_MTREE= yes
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python22-pth/PLIST b/lang/python22-pth/PLIST
deleted file mode 100644
index 1fca9173c92..00000000000
--- a/lang/python22-pth/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2005/01/23 20:41:47 recht Exp $
-@comment this plist intentionally left empty
diff --git a/lang/python23-pth/DESCR b/lang/python23-pth/DESCR
deleted file mode 100644
index 3a712368832..00000000000
--- a/lang/python23-pth/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 with support for threads.
diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile
deleted file mode 100644
index 3be1764a14f..00000000000
--- a/lang/python23-pth/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# $NetBSD: Makefile,v 1.30 2005/10/01 19:36:01 recht Exp $
-#
-
-DISTNAME= Python-2.3.5
-PKGNAME= python23-pth-2.3.5
-PKGREVISION= 1
-CATEGORIES= lang python
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.python.org/
-COMMENT= Interpreted, interactive, object-oriented programming language
-
-DEPENDS+= python23>=2.3.5nb3:../../lang/python23
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-NO_MTREE= yes
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python23-pth/PLIST b/lang/python23-pth/PLIST
deleted file mode 100644
index 3aeb8abf5f9..00000000000
--- a/lang/python23-pth/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.4 2005/01/23 20:41:47 recht Exp $
-@comment this plist intentionally left empty
diff --git a/lang/python24-pth/DESCR b/lang/python24-pth/DESCR
deleted file mode 100644
index 3a712368832..00000000000
--- a/lang/python24-pth/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 with support for threads.
diff --git a/lang/python24-pth/Makefile b/lang/python24-pth/Makefile
deleted file mode 100644
index 3174068ab76..00000000000
--- a/lang/python24-pth/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.5 2005/10/01 21:12:05 recht Exp $
-#
-
-DISTNAME= Python-2.4.2
-PKGNAME= python24-pth-2.4.2
-CATEGORIES= lang python
-MASTER_SITES= # empty
-DISTFILES= # empty
-
-MAINTAINER= recht@NetBSD.org
-HOMEPAGE= http://www.python.org/
-COMMENT= Interpreted, interactive, object-oriented programming language
-
-DEPENDS+= python24>=2.4.2:../../lang/python24
-
-EXTRACT_ONLY= # empty
-NO_CHECKSUM= yes
-NO_CONFIGURE= yes
-NO_BUILD= yes
-NO_MTREE= yes
-
-do-install: # empty
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/lang/python24-pth/PLIST b/lang/python24-pth/PLIST
deleted file mode 100644
index d39e6c8a9ff..00000000000
--- a/lang/python24-pth/PLIST
+++ /dev/null
@@ -1,2 +0,0 @@
-@comment $NetBSD: PLIST,v 1.1 2005/01/23 20:41:48 recht Exp $
-@comment this plist intentionally left empty