pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc Remove py-psyco. From the homepage:
details: https://anonhg.NetBSD.org/pkgsrc/rev/c545eeffd599
branches: trunk
changeset: 629568:c545eeffd599
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Jan 23 15:24:47 2014 +0000
description:
Remove py-psyco. From the homepage:
12 March 2012
Psyco is unmaintained and dead. Please look at PyPy for the
state-of-the-art in JIT compilers for Python.
diffstat:
doc/CHANGES-2014 | 3 ++-
lang/Makefile | 3 +--
lang/py-psyco/DESCR | 20 --------------------
lang/py-psyco/Makefile | 21 ---------------------
lang/py-psyco/PLIST | 24 ------------------------
lang/py-psyco/distinfo | 5 -----
6 files changed, 3 insertions(+), 73 deletions(-)
diffs (117 lines):
diff -r ee77d4ccfc08 -r c545eeffd599 doc/CHANGES-2014
--- a/doc/CHANGES-2014 Thu Jan 23 15:17:46 2014 +0000
+++ b/doc/CHANGES-2014 Thu Jan 23 15:24:47 2014 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2014,v 1.402 2014/01/23 15:17:46 schnoebe Exp $
+$NetBSD: CHANGES-2014,v 1.403 2014/01/23 15:24:48 wiz Exp $
Changes to the packages collection and infrastructure in 2014:
@@ -486,3 +486,4 @@
Updated print/py-Pdf to 1.13nb1 [wiz 2014-01-23]
Updated www/py-uwsgi to 2.0 [wiz 2014-01-23]
Updated print/hplip to 3.14.1 [schnoebe 2014-01-23]
+ Removed lang/py-psyco successor devel/py-py [wiz 2014-01-23]
diff -r ee77d4ccfc08 -r c545eeffd599 lang/Makefile
--- a/lang/Makefile Thu Jan 23 15:17:46 2014 +0000
+++ b/lang/Makefile Thu Jan 23 15:24:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.364 2014/01/12 09:01:50 wiz Exp $
+# $NetBSD: Makefile,v 1.365 2014/01/23 15:24:47 wiz Exp $
#
COMMENT= Programming languages
@@ -148,7 +148,6 @@
SUBDIR+= polyml
SUBDIR+= py-basicproperty
SUBDIR+= py-cxfreeze
-SUBDIR+= py-psyco
SUBDIR+= py-pyrex
SUBDIR+= py26-html-docs
SUBDIR+= py27-html-docs
diff -r ee77d4ccfc08 -r c545eeffd599 lang/py-psyco/DESCR
--- a/lang/py-psyco/DESCR Thu Jan 23 15:17:46 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-Psyco is a specializing compiler. In a few words let us first see:
-
-What you can do with it
-
-In short: run your existing Python software much faster, with no change in
-your source.
-Think of Psyco as a kind of just-in-time (JIT) compiler, a little bit like
-Java's, that emit machine code on the fly instead of interpreting your Python
-program step by step. The result is that your unmodified Python programs run
-faster.
-
-Benefits
-2x to 100x speed-ups, typically 4x, with an unmodified Python interpreter and
-unmodified source code, just a dynamically loadable C extension module.
-
-Drawbacks
-Psyco currently uses quite a lot of memory. It only runs on Intel
-386-compatible processors (under any OS) right now. There are some subtle
-semantic differences (i.e. bugs) with the way Python works; they should not be
-apparent in most programs.
diff -r ee77d4ccfc08 -r c545eeffd599 lang/py-psyco/Makefile
--- a/lang/py-psyco/Makefile Thu Jan 23 15:17:46 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile,v 1.19 2012/10/03 22:14:02 wiz Exp $
-
-DISTNAME= psyco-1.6-src
-EGG_NAME= ${DISTNAME:S/-src//}
-PKGNAME= ${PYPKGPREFIX}-${EGG_NAME}
-PKGREVISION= 1
-CATEGORIES= lang python
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=psyco/}
-
-MAINTAINER= pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE= http://psyco.sourceforge.net/
-COMMENT= Python JIT and execution accelerator
-LICENSE= mit
-
-WRKSRC= ${WRKDIR}/${EGG_NAME}
-
-PYTHON_VERSIONS_ACCEPTED= 26
-ONLY_FOR_PLATFORM= *-*-i386
-
-.include "../../lang/python/distutils.mk"
-.include "../../mk/bsd.pkg.mk"
diff -r ee77d4ccfc08 -r c545eeffd599 lang/py-psyco/PLIST
--- a/lang/py-psyco/PLIST Thu Jan 23 15:17:46 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,24 +0,0 @@
-@comment $NetBSD: PLIST,v 1.5 2012/04/08 20:21:50 wiz Exp $
-${PYSITELIB}/${EGG_FILE}
-${PYSITELIB}/psyco/__init__.py
-${PYSITELIB}/psyco/__init__.pyc
-${PYSITELIB}/psyco/__init__.pyo
-${PYSITELIB}/psyco/_psyco.so
-${PYSITELIB}/psyco/classes.py
-${PYSITELIB}/psyco/classes.pyc
-${PYSITELIB}/psyco/classes.pyo
-${PYSITELIB}/psyco/core.py
-${PYSITELIB}/psyco/core.pyc
-${PYSITELIB}/psyco/core.pyo
-${PYSITELIB}/psyco/kdictproxy.py
-${PYSITELIB}/psyco/kdictproxy.pyc
-${PYSITELIB}/psyco/kdictproxy.pyo
-${PYSITELIB}/psyco/logger.py
-${PYSITELIB}/psyco/logger.pyc
-${PYSITELIB}/psyco/logger.pyo
-${PYSITELIB}/psyco/profiler.py
-${PYSITELIB}/psyco/profiler.pyc
-${PYSITELIB}/psyco/profiler.pyo
-${PYSITELIB}/psyco/support.py
-${PYSITELIB}/psyco/support.pyc
-${PYSITELIB}/psyco/support.pyo
diff -r ee77d4ccfc08 -r c545eeffd599 lang/py-psyco/distinfo
--- a/lang/py-psyco/distinfo Thu Jan 23 15:17:46 2014 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,5 +0,0 @@
-$NetBSD: distinfo,v 1.5 2008/04/25 17:16:40 tnn Exp $
-
-SHA1 (psyco-1.6-src.tar.gz) = 3c1ffa70b1a37bd855454d41d41a830e9ea82e7d
-RMD160 (psyco-1.6-src.tar.gz) = 472669a7a3714aae63710fd9bc5322b4b5214944
-Size (psyco-1.6-src.tar.gz) = 355914 bytes
Home |
Main Index |
Thread Index |
Old Index