diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-22 22:11:59 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-22 22:11:59 +0000 |
commit | 459e7e8680ca4006cbd5001fc3b4f0bcf07b9fa0 (patch) | |
tree | b708aca844eecb178ac8ef3c82d5b237a7a84518 /lang/python23-pth | |
parent | e50d4fdbe6bcf58b55a485aae81ee8bfaab75425 (diff) | |
download | pkgsrc-459e7e8680ca4006cbd5001fc3b4f0bcf07b9fa0.tar.gz |
Remove lang/python2[1234]-pth, the main package works with pth as well.
Diffstat (limited to 'lang/python23-pth')
-rw-r--r-- | lang/python23-pth/DESCR | 16 | ||||
-rw-r--r-- | lang/python23-pth/Makefile | 25 | ||||
-rw-r--r-- | lang/python23-pth/PLIST | 2 |
3 files changed, 0 insertions, 43 deletions
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 |