From 596cb94f62ab7261b30abd97b0387d9bb104c920 Mon Sep 17 00:00:00 2001 From: stonebig Date: Sat, 26 Mar 2016 13:19:32 +0100 Subject: [PATCH 1/2] anticipate spyder change --- winpython/wppm.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winpython/wppm.py b/winpython/wppm.py index cf823c8c..231541f0 100644 --- a/winpython/wppm.py +++ b/winpython/wppm.py @@ -498,6 +498,11 @@ def patch_standard_packages(self, package_name='', to_movable=True): r"\Lib\site-packages\spyderlib\config\main.py"), "'check_updates_on_startup': True,", "'check_updates_on_startup': False,") + utils.patch_sourcefile( + self.target + ( + r"\Lib\site-packages\spyder\config\main.py"), + "'check_updates_on_startup': True,", + "'check_updates_on_startup': False,") # workaround bad installers if package_name.lower() == "numba": From 8ae773b2fa596e03bcac8588dd81f168d1e91b31 Mon Sep 17 00:00:00 2001 From: stonebig Date: Tue, 29 Mar 2016 21:56:40 +0200 Subject: [PATCH 2/2] package names --- winpython/data/packages.ini | 36 ++++++++++++++++++++++++++++++++++-- 1 file changed, 34 insertions(+), 2 deletions(-) diff --git a/winpython/data/packages.ini b/winpython/data/packages.ini index b4d13e53..0107b4d6 100644 --- a/winpython/data/packages.ini +++ b/winpython/data/packages.ini @@ -34,6 +34,9 @@ description=columnar and compressed data containers. [beautifulsoup4] description=Screen-scraping library +[bitarray] +description=efficient arrays of booleans -- C extension + [blaze] description=Blaze @@ -127,6 +130,9 @@ description=a db package that doesn't suck [dask] description=Minimal task scheduling abstraction +[datafabric] +description=Distributed In-Memory system for analytics + [dill] description=serialize all of python (almost) @@ -151,12 +157,14 @@ description=Text processing system for processing plaintext documentation into u url=http://docutils.sourceforge.net category=docgen +[dynd] +description=Python exposure of DyND + [egenix-mx-base] description=eGenix.com mx Base Distribution: mxDateTime, mxTextTools, mxProxy, mxBeeBase, mxURL, mxUID, mxStack, mxQueue and mxTools url=http://www.egenix.com/products/python/mxBase category=util - [emcee] description=Kick ass affine-invariant ensemble MCMC sampling @@ -222,6 +230,9 @@ description=Efficient curve/image plotting and other GUI tools for scientific da url=http://packages.python.org/guiqwt category=plot +[hdfs] +description=HdfsCLI: API and command line interface for HDFS. + [holoviews] description=Composable, declarative data structures for building complex visualizations easily. @@ -234,6 +245,9 @@ description=HTML parser based on the WHATWG HTML specification [h5py] description=General-purpose Python interface to HDF5 files (unlike PyTables, h5py provides direct access to the full HDF5 C library) +[ibis-framework] +description=Productivity-centric Python Big Data Framework + [ipykernel] description=IPython Kernel for Jupyter @@ -362,7 +376,7 @@ url=https://anaconda.org/carlkl/mingwpy [mistune] description=The fastest markdown parser in pure Python, inspired by marked. -[MKL-service] +[mkl-service] description=Python bindings to some MKL service functions url=https://github.com/ContinuumIO/mkl-service @@ -595,6 +609,9 @@ category=util [pymc] description=Markov Chain Monte Carlo sampling toolkit. +[pymc3] +description=Markov Chain Monte Carlo sampling toolkit. + [pymeta3] description=Pattern-matching language based on Meta for Python 3 and 2 @@ -756,6 +773,9 @@ description=Run IPython notebooks from the command line [rx] description=Reactive Extensions (Rx) for Python +[sasl] +description=Cyrus-SASL bindings for Python + [scidoc] description=Scidoc installs scientific libraries documentation (NumPy, SciPy, ...) @@ -775,6 +795,9 @@ category=dataproc description=Image processing toolbox for SciPy category=improc +[scikit-neuralnetwork] +description=Deep neural networks without the learning cliff! A wrapper library compatible with scikit-learn. + [scilab2py] description=Python to Scilab bridge @@ -824,6 +847,9 @@ description=SciKit-Learn Laboratory makes it easier to run machinelearning exper [snowballstemmer] description=This package provides 16 stemmer algorithms (15 + Poerter English stemmer) generated from Snowball algorithms. +[spacy] +description=Industrial-strength NLP + [sphinx] description=Tool for generating documentation which uses reStructuredText as its markup language @@ -872,6 +898,12 @@ description=Terminals served to term.js using Tornado websockets [theano] description=Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs. +[thriftpy] +description=Pure python implementation of Apache Thrift. + +[thrift-sasl] +description=hrift SASL Python module that implements SASL transports for Thrift + [toolz] description=List processing tools and functional utilities