pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove python15.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ac6126ec7b96
branches: trunk
changeset: 550805:ac6126ec7b96
user: snj <snj%pkgsrc.org@localhost>
date: Sat Nov 29 18:13:28 2008 +0000
description:
Remove python15.
diffstat:
databases/py-bsddb3/Makefile | 4 +-
doc/CHANGES-2008 | 3 +-
lang/Makefile | 3 +-
lang/python15/ALTERNATIVES | 1 -
lang/python15/DESCR | 14 -
lang/python15/Makefile | 48 --
lang/python15/PLIST.IRIX | 66 --
lang/python15/PLIST.Linux | 4 -
lang/python15/PLIST.common | 934 -----------------------------------------
lang/python15/PLIST.common_end | 11 -
lang/python15/buildlink3.mk | 28 -
lang/python15/distinfo | 11 -
lang/python15/patches/patch-aa | 577 -------------------------
lang/python15/patches/patch-ab | 13 -
lang/python15/patches/patch-ac | 22 -
lang/python15/patches/patch-ad | 13 -
lang/python15/patches/patch-ae | 22 -
lang/python15/patches/patch-af | 13 -
sysutils/rdiff-backup/Makefile | 4 +-
19 files changed, 7 insertions(+), 1784 deletions(-)
diffs (truncated from 1904 to 300 lines):
diff -r 91b865463847 -r ac6126ec7b96 databases/py-bsddb3/Makefile
--- a/databases/py-bsddb3/Makefile Sat Nov 29 17:55:38 2008 +0000
+++ b/databases/py-bsddb3/Makefile Sat Nov 29 18:13:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2008/09/13 12:38:09 dholland Exp $
+# $NetBSD: Makefile,v 1.32 2008/11/29 18:13:28 snj Exp $
#
DISTNAME= bsddb3-4.7.2
@@ -20,7 +20,7 @@
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && ${PTHREAD_TYPE} == "native"
-PYTHON_VERSIONS_INCOMPATIBLE= 15 21
+PYTHON_VERSIONS_INCOMPATIBLE= 21
.endif
do-test:
diff -r 91b865463847 -r ac6126ec7b96 doc/CHANGES-2008
--- a/doc/CHANGES-2008 Sat Nov 29 17:55:38 2008 +0000
+++ b/doc/CHANGES-2008 Sat Nov 29 18:13:28 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.3201 2008/11/29 14:42:46 seb Exp $
+$NetBSD: CHANGES-2008,v 1.3202 2008/11/29 18:13:28 snj Exp $
Changes to the packages collection and infrastructure in 2008:
@@ -5327,3 +5327,4 @@
Updated devel/p5-Class-MOP to 0.71 [seb 2008-11-29]
Updated devel/p5-Moose to 0.62 [seb 2008-11-29]
Updated net/p5-NetAddr-IP to 4.018 [seb 2008-11-29]
+ Removed lang/python15 [snj 2008-11-29]
diff -r 91b865463847 -r ac6126ec7b96 lang/Makefile
--- a/lang/Makefile Sat Nov 29 17:55:38 2008 +0000
+++ b/lang/Makefile Sat Nov 29 18:13:28 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.263 2008/11/28 01:18:21 bjs Exp $
+# $NetBSD: Makefile,v 1.264 2008/11/29 18:13:28 snj Exp $
#
COMMENT= Programming languages
@@ -130,7 +130,6 @@
SUBDIR+= py24-html-docs
SUBDIR+= py25-html-docs
#SUBDIR+= python # only contains Makefile fragments
-SUBDIR+= python15
SUBDIR+= python21
SUBDIR+= python23
SUBDIR+= python24
diff -r 91b865463847 -r ac6126ec7b96 lang/python15/ALTERNATIVES
--- a/lang/python15/ALTERNATIVES Sat Nov 29 17:55:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,1 +0,0 @@
-bin/python @PREFIX@/bin/python1.5
diff -r 91b865463847 -r ac6126ec7b96 lang/python15/DESCR
--- a/lang/python15/DESCR Sat Nov 29 17:55:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r 91b865463847 -r ac6126ec7b96 lang/python15/Makefile
--- a/lang/python15/Makefile Sat Nov 29 17:55:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,48 +0,0 @@
-# $NetBSD: Makefile,v 1.18 2007/02/22 19:26:39 wiz Exp $
-#
-
-DISTNAME= py152
-PKGNAME= python15-1.5.2
-PKGREVISION= 5
-CATEGORIES= lang python
-MASTER_SITES= http://www.python.org/ftp/python/src/
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://www.python.org/
-COMMENT= Interpreted, interactive, object-oriented programming language
-
-CONFLICTS+= python-[0-9]*
-
-WRKSRC= ${WRKDIR}/Python-1.5.2
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --without-thread
-
-INSTALL_TARGET= altinstall
-
-REPLACE_INTERPRETER+= py15
-REPLACE.py15.old= .*python[^ ]*
-REPLACE.py15.new= ${PREFIX}/bin/python1.5
-REPLACE_FILES.py15= Lib/cgi.py # explicitly demanded to be patched
-
-.include "../../mk/bsd.prefs.mk"
-
-PLIST_SRC= ${.CURDIR}/../../lang/python15/PLIST.common
-.if exists(${.CURDIR}/../../lang/python15/PLIST.${OPSYS})
-PLIST_SRC+= ${.CURDIR}/../../lang/python15/PLIST.${OPSYS}
-.endif
-PLIST_SRC+= ${.CURDIR}/../../lang/python15/PLIST.common_end
-
-.if ${OPSYS} == "Darwin"
-PY_PLATNAME= ${LOWER_OPSYS}
-.elif ${OPSYS} == "IRIX"
-PY_PLATNAME= ${LOWER_OPSYS:C/\..*//}
-.else
-PY_PLATNAME= ${LOWER_OPSYS}${OS_VERSION:C/\..*//}
-.endif
-PLIST_SUBST+= PY_PLATNAME=${PY_PLATNAME:Q}
-
-post-patch:
- ${RM} -f ${WRKSRC}/Lib/test/test_fcntl.py.orig
-
-.include "../../mk/bsd.pkg.mk"
diff -r 91b865463847 -r ac6126ec7b96 lang/python15/PLIST.IRIX
--- a/lang/python15/PLIST.IRIX Sat Nov 29 17:55:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,66 +0,0 @@
-@comment $NetBSD: PLIST.IRIX,v 1.1 2004/10/04 00:49:26 jschauma Exp $
-lib/python1.5/plat-${PY_PLATNAME}/AL.py
-lib/python1.5/plat-${PY_PLATNAME}/AL.pyc
-lib/python1.5/plat-${PY_PLATNAME}/AL.pyo
-lib/python1.5/plat-${PY_PLATNAME}/CD.py
-lib/python1.5/plat-${PY_PLATNAME}/CD.pyc
-lib/python1.5/plat-${PY_PLATNAME}/CD.pyo
-lib/python1.5/plat-${PY_PLATNAME}/CL.py
-lib/python1.5/plat-${PY_PLATNAME}/CL.pyc
-lib/python1.5/plat-${PY_PLATNAME}/CL.pyo
-lib/python1.5/plat-${PY_PLATNAME}/DEVICE.py
-lib/python1.5/plat-${PY_PLATNAME}/DEVICE.pyc
-lib/python1.5/plat-${PY_PLATNAME}/DEVICE.pyo
-lib/python1.5/plat-${PY_PLATNAME}/ERRNO.py
-lib/python1.5/plat-${PY_PLATNAME}/ERRNO.pyc
-lib/python1.5/plat-${PY_PLATNAME}/ERRNO.pyo
-lib/python1.5/plat-${PY_PLATNAME}/FILE.py
-lib/python1.5/plat-${PY_PLATNAME}/FILE.pyc
-lib/python1.5/plat-${PY_PLATNAME}/FILE.pyo
-lib/python1.5/plat-${PY_PLATNAME}/FL.py
-lib/python1.5/plat-${PY_PLATNAME}/FL.pyc
-lib/python1.5/plat-${PY_PLATNAME}/FL.pyo
-lib/python1.5/plat-${PY_PLATNAME}/GET.py
-lib/python1.5/plat-${PY_PLATNAME}/GET.pyc
-lib/python1.5/plat-${PY_PLATNAME}/GET.pyo
-lib/python1.5/plat-${PY_PLATNAME}/GL.py
-lib/python1.5/plat-${PY_PLATNAME}/GL.pyc
-lib/python1.5/plat-${PY_PLATNAME}/GL.pyo
-lib/python1.5/plat-${PY_PLATNAME}/GLWS.py
-lib/python1.5/plat-${PY_PLATNAME}/GLWS.pyc
-lib/python1.5/plat-${PY_PLATNAME}/GLWS.pyo
-lib/python1.5/plat-${PY_PLATNAME}/IOCTL.py
-lib/python1.5/plat-${PY_PLATNAME}/IOCTL.pyc
-lib/python1.5/plat-${PY_PLATNAME}/IOCTL.pyo
-lib/python1.5/plat-${PY_PLATNAME}/SV.py
-lib/python1.5/plat-${PY_PLATNAME}/SV.pyc
-lib/python1.5/plat-${PY_PLATNAME}/SV.pyo
-lib/python1.5/plat-${PY_PLATNAME}/WAIT.py
-lib/python1.5/plat-${PY_PLATNAME}/WAIT.pyc
-lib/python1.5/plat-${PY_PLATNAME}/WAIT.pyo
-lib/python1.5/plat-${PY_PLATNAME}/cddb.py
-lib/python1.5/plat-${PY_PLATNAME}/cddb.pyc
-lib/python1.5/plat-${PY_PLATNAME}/cddb.pyo
-lib/python1.5/plat-${PY_PLATNAME}/cdplayer.py
-lib/python1.5/plat-${PY_PLATNAME}/cdplayer.pyc
-lib/python1.5/plat-${PY_PLATNAME}/cdplayer.pyo
-lib/python1.5/plat-${PY_PLATNAME}/flp.doc
-lib/python1.5/plat-${PY_PLATNAME}/flp.py
-lib/python1.5/plat-${PY_PLATNAME}/flp.pyc
-lib/python1.5/plat-${PY_PLATNAME}/flp.pyo
-lib/python1.5/plat-${PY_PLATNAME}/jpeg.py
-lib/python1.5/plat-${PY_PLATNAME}/jpeg.pyc
-lib/python1.5/plat-${PY_PLATNAME}/jpeg.pyo
-lib/python1.5/plat-${PY_PLATNAME}/panel.py
-lib/python1.5/plat-${PY_PLATNAME}/panel.pyc
-lib/python1.5/plat-${PY_PLATNAME}/panel.pyo
-lib/python1.5/plat-${PY_PLATNAME}/panelparser.py
-lib/python1.5/plat-${PY_PLATNAME}/panelparser.pyc
-lib/python1.5/plat-${PY_PLATNAME}/panelparser.pyo
-lib/python1.5/plat-${PY_PLATNAME}/readcd.doc
-lib/python1.5/plat-${PY_PLATNAME}/readcd.py
-lib/python1.5/plat-${PY_PLATNAME}/readcd.pyc
-lib/python1.5/plat-${PY_PLATNAME}/readcd.pyo
-lib/python1.5/plat-${PY_PLATNAME}/torgb.py
-lib/python1.5/plat-${PY_PLATNAME}/torgb.pyc
-lib/python1.5/plat-${PY_PLATNAME}/torgb.pyo
diff -r 91b865463847 -r ac6126ec7b96 lang/python15/PLIST.Linux
--- a/lang/python15/PLIST.Linux Sat Nov 29 17:55:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.1 2006/07/22 00:37:56 minskim Exp $
-lib/python1.5/plat-${PY_PLATNAME}/CDROM.py
-lib/python1.5/plat-${PY_PLATNAME}/CDROM.pyc
-lib/python1.5/plat-${PY_PLATNAME}/CDROM.pyo
diff -r 91b865463847 -r ac6126ec7b96 lang/python15/PLIST.common
--- a/lang/python15/PLIST.common Sat Nov 29 17:55:38 2008 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,934 +0,0 @@
-@comment $NetBSD: PLIST.common,v 1.1 2004/10/04 00:49:26 jschauma Exp $
-bin/python1.5
-include/python1.5/Python.h
-include/python1.5/abstract.h
-include/python1.5/bitset.h
-include/python1.5/bufferobject.h
-include/python1.5/cStringIO.h
-include/python1.5/ceval.h
-include/python1.5/classobject.h
-include/python1.5/cobject.h
-include/python1.5/compile.h
-include/python1.5/complexobject.h
-include/python1.5/config.h
-include/python1.5/dictobject.h
-include/python1.5/errcode.h
-include/python1.5/eval.h
-include/python1.5/fileobject.h
-include/python1.5/floatobject.h
-include/python1.5/frameobject.h
-include/python1.5/funcobject.h
-include/python1.5/graminit.h
-include/python1.5/grammar.h
-include/python1.5/import.h
-include/python1.5/intobject.h
-include/python1.5/intrcheck.h
-include/python1.5/listobject.h
-include/python1.5/longintrepr.h
-include/python1.5/longobject.h
-include/python1.5/marshal.h
-include/python1.5/metagrammar.h
-include/python1.5/methodobject.h
-include/python1.5/modsupport.h
-include/python1.5/moduleobject.h
-include/python1.5/mymalloc.h
-include/python1.5/mymath.h
-include/python1.5/myproto.h
-include/python1.5/myselect.h
-include/python1.5/mytime.h
-include/python1.5/node.h
-include/python1.5/object.h
-include/python1.5/objimpl.h
-include/python1.5/opcode.h
-include/python1.5/osdefs.h
-include/python1.5/parsetok.h
-include/python1.5/patchlevel.h
-include/python1.5/pgenheaders.h
-include/python1.5/pydebug.h
-include/python1.5/pyerrors.h
-include/python1.5/pyfpe.h
-include/python1.5/pystate.h
-include/python1.5/pythonrun.h
-include/python1.5/pythread.h
-include/python1.5/rangeobject.h
-include/python1.5/rename2.h
-include/python1.5/sliceobject.h
-include/python1.5/stringobject.h
-include/python1.5/structmember.h
-include/python1.5/sysmodule.h
-include/python1.5/thread.h
-include/python1.5/token.h
-include/python1.5/traceback.h
-include/python1.5/tupleobject.h
-lib/python1.5/BaseHTTPServer.py
-lib/python1.5/BaseHTTPServer.pyc
-lib/python1.5/BaseHTTPServer.pyo
-lib/python1.5/Bastion.py
-lib/python1.5/Bastion.pyc
-lib/python1.5/Bastion.pyo
-lib/python1.5/CGIHTTPServer.py
-lib/python1.5/CGIHTTPServer.pyc
-lib/python1.5/CGIHTTPServer.pyo
-lib/python1.5/ConfigParser.py
-lib/python1.5/ConfigParser.pyc
-lib/python1.5/ConfigParser.pyo
-lib/python1.5/MimeWriter.py
-lib/python1.5/MimeWriter.pyc
-lib/python1.5/MimeWriter.pyo
-lib/python1.5/Queue.py
-lib/python1.5/Queue.pyc
-lib/python1.5/Queue.pyo
-lib/python1.5/SimpleHTTPServer.py
-lib/python1.5/SimpleHTTPServer.pyc
-lib/python1.5/SimpleHTTPServer.pyo
-lib/python1.5/SocketServer.py
-lib/python1.5/SocketServer.pyc
-lib/python1.5/SocketServer.pyo
-lib/python1.5/StringIO.py
-lib/python1.5/StringIO.pyc
-lib/python1.5/StringIO.pyo
-lib/python1.5/UserDict.py
-lib/python1.5/UserDict.pyc
-lib/python1.5/UserDict.pyo
-lib/python1.5/UserList.py
-lib/python1.5/UserList.pyc
Home |
Main Index |
Thread Index |
Old Index