summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorwiz <wiz>2014-01-23 15:24:47 +0000
committerwiz <wiz>2014-01-23 15:24:47 +0000
commit70bc679e04a8a7500f3eec0ef3694d4804ff9b5c (patch)
tree3b4b6479ff5f328631721d9c2e86b8e25545c201 /lang
parentca385a01da023f0500ee646b668f4ffbde08a57f (diff)
downloadpkgsrc-70bc679e04a8a7500f3eec0ef3694d4804ff9b5c.tar.gz
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 (limited to 'lang')
-rw-r--r--lang/Makefile3
-rw-r--r--lang/py-psyco/DESCR20
-rw-r--r--lang/py-psyco/Makefile21
-rw-r--r--lang/py-psyco/PLIST24
-rw-r--r--lang/py-psyco/distinfo5
5 files changed, 1 insertions, 72 deletions
diff --git a/lang/Makefile b/lang/Makefile
index 03466881285..0bb5446ff1f 100644
--- a/lang/Makefile
+++ b/lang/Makefile
@@ -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+= pict
SUBDIR+= polyml
SUBDIR+= py-basicproperty
SUBDIR+= py-cxfreeze
-SUBDIR+= py-psyco
SUBDIR+= py-pyrex
SUBDIR+= py26-html-docs
SUBDIR+= py27-html-docs
diff --git a/lang/py-psyco/DESCR b/lang/py-psyco/DESCR
deleted file mode 100644
index aad3a6b877d..00000000000
--- a/lang/py-psyco/DESCR
+++ /dev/null
@@ -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 --git a/lang/py-psyco/Makefile b/lang/py-psyco/Makefile
deleted file mode 100644
index 115e15dc225..00000000000
--- a/lang/py-psyco/Makefile
+++ /dev/null
@@ -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
-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 --git a/lang/py-psyco/PLIST b/lang/py-psyco/PLIST
deleted file mode 100644
index 94b55395ed5..00000000000
--- a/lang/py-psyco/PLIST
+++ /dev/null
@@ -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 --git a/lang/py-psyco/distinfo b/lang/py-psyco/distinfo
deleted file mode 100644
index 20c769db508..00000000000
--- a/lang/py-psyco/distinfo
+++ /dev/null
@@ -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