Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View File

@@ -1,20 +1,18 @@
# $NetBSD: Makefile,v 1.3 2012/12/26 21:30:05 dholland Exp $
#
# $NetBSD: Makefile,v 1.7 2014/01/25 10:30:04 wiz Exp $
DISTNAME= ipython-0.13.1
DISTNAME= ipython-0.13.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel lang
MASTER_SITES= http://archive.ipython.org/release/0.13.1/
MASTER_SITES= http://archive.ipython.org/release/0.13.2/
MAINTAINER= obache@NetBSD.org
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://ipython.org/
COMMENT= Interactive computing environment for Python
LICENSE= modified-bsd
DEPENDS+= ${PYPKGPREFIX}-readline-[0-9]*:../../devel/py-readline
PYTHON_VERSIONS_INCOMPATIBLE= 25
#PYTHON_VERSIONS_INCLUDE_3X= yes
PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 0.13.2 (see py-ipython1 package for a compatible version)
USE_LANGUAGES= # none
USE_TOOLS+= gunzip

View File

@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.1 2012/12/17 11:57:44 drochner Exp $
@comment $NetBSD: PLIST,v 1.2 2013/10/29 18:18:46 drochner Exp $
bin/ipcluster
bin/ipcontroller
bin/ipengine
@@ -1299,6 +1299,9 @@ ${PYSITELIB}/IPython/utils/traitlets.pyo
${PYSITELIB}/IPython/utils/upgradedir.py
${PYSITELIB}/IPython/utils/upgradedir.pyc
${PYSITELIB}/IPython/utils/upgradedir.pyo
${PYSITELIB}/IPython/utils/version.py
${PYSITELIB}/IPython/utils/version.pyc
${PYSITELIB}/IPython/utils/version.pyo
${PYSITELIB}/IPython/utils/warn.py
${PYSITELIB}/IPython/utils/warn.pyc
${PYSITELIB}/IPython/utils/warn.pyo
@@ -1422,6 +1425,7 @@ share/doc/ipython/examples/notebooks/animation.m4v
share/doc/ipython/examples/notebooks/cython_extension.ipynb
share/doc/ipython/examples/notebooks/display_protocol.ipynb
share/doc/ipython/examples/notebooks/formatting.ipynb
share/doc/ipython/examples/notebooks/logo/logo.png
share/doc/ipython/examples/notebooks/octavemagic_extension.ipynb
share/doc/ipython/examples/notebooks/python-logo.svg
share/doc/ipython/examples/notebooks/rmagic_extension.ipynb

View File

@@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.1 2012/12/17 11:57:44 drochner Exp $
$NetBSD: distinfo,v 1.2 2013/10/29 18:18:46 drochner Exp $
SHA1 (ipython-0.13.1.tar.gz) = 025f77d884a7b24154dda7b0d5a78ddc833c64fd
RMD160 (ipython-0.13.1.tar.gz) = 9e798d6853064da4a10a807aac0980f14b35ab32
Size (ipython-0.13.1.tar.gz) = 5921953 bytes
SHA1 (ipython-0.13.2.tar.gz) = aedffe0cd55dda578f26fabe2a27870ef1b0bb9d
RMD160 (ipython-0.13.2.tar.gz) = afdd4e7fed6b3d23d5577b66671c9b868ef1f847
Size (ipython-0.13.2.tar.gz) = 5982733 bytes
SHA1 (patch-ba) = e4fef4a3f58bb773deb3be3894e738807b327ae1
SHA1 (patch-bb) = c1ea62e4ca1e5e02d62c7fef3a07b40607047936
SHA1 (patch-bb) = daaaddd2636ad1608beb0a904320826178d35b45
SHA1 (patch-setupbase.py) = 6e08afb144065c44fc01da35f935291764bb0cab

View File

@@ -1,6 +1,6 @@
$NetBSD: patch-bb,v 1.1 2012/12/17 11:57:44 drochner Exp $
$NetBSD: patch-bb,v 1.2 2013/10/29 18:18:46 drochner Exp $
--- IPython/core/tests/test_interactiveshell.py.orig 2012-10-21 00:30:53.000000000 +0000
--- IPython/core/tests/test_interactiveshell.py.orig 2013-04-05 19:21:31.000000000 +0000
+++ IPython/core/tests/test_interactiveshell.py
@@ -399,7 +399,7 @@ class TestSystemRaw(unittest.TestCase):
def test_1(self):
@@ -10,4 +10,4 @@ $NetBSD: patch-bb,v 1.1 2012/12/17 11:57:44 drochner Exp $
+ cmd = ur'''"%s" -c "'åäö'" ''' % sys.executable
ip.system_raw(cmd)
class TestModules(unittest.TestCase, tt.TempFileMixin):
def test_exit_code(self):