about summary refs log tree commit diff
path: root/pkgs/development/python-modules
Commit message (Collapse)AuthorAge
* Merge pull request #17473 from lancelotsix/add_django_1_10Rok Garbas2016-08-07
|\ | | | | Add django 1.10
| * pythonPackags.django: default from 1_9 to 1_10Lancelot SIX2016-08-03
| |
* | treewide: Add lots of meta.platformsTuomas Tynkkynen2016-08-02
| | | | | | | | Build-tested on x86_64 Linux & Mac.
* | treewide: Add lots of platforms to packages with no metaTuomas Tynkkynen2016-08-02
|/ | | | Build-tested on x86_64 Linux and on Darwin.
* pythonPackages.setuptools: specify priorityFrederik Rietdijk2016-08-02
| | | | | | Both python3 and setuptools come with easy-install. For some magic reason this hasn't caused any collisions yet, but it does with #17428. We hereby prioritize the version that comes with setuptools.
* pythonPackages.scipy: 0.17.1 -> 0.18.0Frederik Rietdijk2016-07-29
|
* pyqt5: run configure hooksThomas Tuegel2016-07-19
| | | | | | | Fixes #17045. Whenever a phase is overridden, the pre- and post-hooks for that phase must be invoked!
* pythonPackages.{h5py, h5py-mpi}: simplify expression/assertionsFrederik Rietdijk2016-07-19
|
* pythonPackages.breathe: init at 4.2.0Vladimír Čunát2016-07-08
| | | | It seems to work OK, but I'm not good at packaging python stuff.
* pythonPackages.setuptools: fix for use in buildEnvFrederik Rietdijk2016-07-02
| | | | | pythonPath needs to be set for it to be included in buildEnv. This will also fix tox.
* Merge branch 'staging'Vladimír Čunát2016-06-29
|\ | | | | | | This includes a security update of expat.
| * Merge 'master' into staging and re-revert mergeVladimír Čunát2016-06-23
| |\ | | | | | | | | | ... from staging to master, reverted temporarily in aa9a04883e34.
* | \ Merge pull request #16476 from aherrmann/matplotlib-tkaggFrederik Rietdijk2016-06-24
|\ \ \ | |_|/ |/| | Matplotlib tkagg
| * | matplotlib: Add support for the TkAgg backendAndreas Herrmann2016-06-24
| | | | | | | | | | | | Fixes #15993
| * | matplotlib: Don't search in global pathsAndreas Herrmann2016-06-24
| | | | | | | | | | | | | | | | | | | | | Sets the `basedirlist` option in setup.cfg such that distutils does not search for headers and libraries in `/usr`, and `/usr/local`. Otherwise the build can fail on non-NixOS machines, see #15993.
* | | Revert "Merge branch 'staging'" due to glibcVladimír Čunát2016-06-23
| | | | | | | | | | | | | | | | | | | | | | | | The main output started to retain dependency on bootstrap-tools; see https://github.com/NixOS/nixpkgs/pull/15867#issuecomment-227949096 This reverts commit c05d8295988697adbb920a7b4a999ae3670c5504, reversing changes made to f073df60d60444c30c49cb26d6b187a4100b41fe.
* | | Merge branch 'staging'Vladimír Čunát2016-06-22
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into stagingVladimír Čunát2016-06-19
| |\ \ | | | | | | | | | | | | Hydra nixpkgs: ?compare=1279790
| * \ \ Merge #14753: makeWrapper: allow spaces in variablesVladimír Čunát2016-06-09
| |\ \ \
| | * | | wrapPythonPrograms: preserve quoted strings from makeWrapperArgsMarius Bakke2016-04-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently, if a user tries to to set a variable that contains spaces, it will be broken up before being passed to wrapProgram. This commit resolves that by converting makeWrapperArgs to an array that preserves any quoted elements using bash's parser.
* | | | | pythonPackages.scipy: remove unused scipy-0.16.1-decorator-fix.patchTobias Geerinckx-Rice2016-06-22
| | | | |
* | | | | Merge pull request #16334 from artuuge/theano_cudnnFrederik Rietdijk2016-06-21
|\ \ \ \ \ | | | | | | | | | | | | Theano-cuda: init at 0.8.2
| * | | | | Theano-cuda: init at 0.8.2artuuge2016-06-20
| | |_|/ / | |/| | |
* / | | | Captialize meta.description of all packagesBjørn Forsman2016-06-20
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* | | | buildPythonPackage: be able to disable package conflict checkDomen Kožar2016-06-16
| | | |
* | | | Python: fix the wheel packageFrederik Rietdijk2016-06-16
| | | |
* | | | Merge pull request #16252 from luispedro/shiboken_on_py35Frederik Rietdijk2016-06-16
|\ \ \ \ | | | | | | | | | | shiboken: add support for Python 3.5
| * | | | shiboken: add support for Python 3.5Luis Pedro Coelho2016-06-15
| |/ / / | | | | | | | | | | | | Development upstream is stalled, but this is a trivial patch.
* | | | Merge pull request #16236 from artuuge/pycudaFrederik Rietdijk2016-06-16
|\ \ \ \ | | | | | | | | | | pycuda: init at 2016.1
| * | | | enable the tests only for python older than 3.5artuuge2016-06-15
| | | | |
| * | | | pycuda: init at 2016.1artuuge2016-06-15
| |/ / /
* | | | switch to the default versions of numpy and scipy in libgpuarray-cudaartuuge2016-06-16
| | | |
* | | | make clblas-cuda and libgpuarray-cuda more functorialartuuge2016-06-14
| | | |
* | | | libgpuarray-cuda: init at -9998.0artuuge2016-06-05
|/ / /
* | | Merge pull request #15764 from FRidh/wxpythoncleanupFrederik Rietdijk2016-05-31
|\ \ \ | | | | | | | | Python: wxPython cleanup
| * | | pythonPackages.wxPython28: remove packageFrederik Rietdijk2016-05-27
| | | |
| * | | pythonPackages.wxPython{28,30} : use buildPythonPackageFrederik Rietdijk2016-05-27
| | | |
* | | | dbus-python: fix build with python-3Vladimír Čunát2016-05-25
| | | | | | | | | | | | | | | | Also enable checks again.
* | | | Merge branch 'master' into stagingVladimír Čunát2016-05-23
|\| | | | | | | | | | | | | | | That's to get mesa rebuild from master, as it's nontrivial.
| * | | pythonPackages.pygame-git: init at 2016-05-17Nikolay Amiantov2016-05-23
| | | |
| * | | pygame: fix for python 3Nikolay Amiantov2016-05-23
| | | |
* | | | dbus-python: 1.2.0 -> 1.2.4Vladimír Čunát2016-05-22
| | | | | | | | | | | | | | | | Despite the version change, the NEWS seem pretty big.
* | | | Merge: make dev output references explicitVladimír Čunát2016-05-22
|\ \ \ \ | |/ / / |/| | | | | | | | | | | This is a rebase of most commits from #14766, resolving conflicts and a few other evaluation problems.
| * | | treewide: Make explicit that 'dev' output of bzip2 is usedTuomas Tynkkynen2016-05-19
| | | |
* | | | rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-17
|/ / /
* | | pyexiv2: 0.3.0 -> 0.3.2Tobias Geerinckx-Rice2016-05-14
| | |
* | | pythonPackages.sip: let python.buildEnv detect itNikolay Amiantov2016-05-14
| | |
* | | pythonPackages.pyqt{,5}: let python.buildEnv detect itNikolay Amiantov2016-05-14
| | |
* | | pythonPackages.pygobject{,3}: let python.buildEnv detect itNikolay Amiantov2016-05-14
| | |
* | | Merge branch 'staging'Vladimír Čunát2016-05-13
|\ \ \ | |_|/ |/| | | | | | | | | | | Darwin isn't in a perfect state, in particular its bootstrap tools won't build which will block nixpkgs channel. But on the whole it seems acceptable.