Commit graph

2013 commits

Author SHA1 Message Date
lethalman ef9a50b0a6 Merge pull request #9788 from desiderius/pillow-2.9.0
pythonPackages.pillow: 2.3.0 -> 2.9.0
2015-09-18 15:17:32 +02:00
宋文武 38812685ed gst-python -> pythonPackages.gst-python 2015-09-18 20:38:18 +08:00
Vladimír Čunát fba3a4e227 Merge #9665: wxPython: update & refactor 2015-09-17 22:10:35 +02:00
desiderius 7ca623adf1 pythonPackages.elasticsearchdsl: 0.0.4 -> 0.0.8
Close #9767.
2015-09-17 21:19:47 +02:00
Rob Vermaas 7994c99d6f Update libcloud to 0.18.0. Needed for newer nixops. 2015-09-17 12:32:45 +00:00
Domen Kožar ca6fae24b9 sqlalchemy, IMAPClient: disable on py35 2015-09-17 11:19:18 +02:00
Domen Kožar 539b39c34b python35Packages.pyparted: 3.10 -> 3.10.7 2015-09-17 11:17:03 +02:00
Frederik Rietdijk 316a09377d numba: init at 0.21.0, fixes #9516 2015-09-15 20:25:16 +02:00
Frederik Rietdijk 1f58b332a0 llvmlite: init at 0.7.0
[ci skip]
2015-09-15 20:25:03 +02:00
Domen Kožar 81b05b4a48 bump a bunch of python libs to fix py35 support 2015-09-15 16:16:11 +02:00
Frederik Rietdijk 3633a3b6f1 python-packages multiprocessing: remove package
multiprocessing is a backport for Python 2.4 and 2.5. Both versions are
not supported on Nix. This removes the multiprocessing package.
2015-09-15 13:26:05 +02:00
Frederik Rietdijk ca769a679a python-packages inginious: does not need multiprocessing package
Inginious does not actually need the multiprocessing.
2015-09-15 13:23:48 +02:00
Pascal Wittmann db0819f955 Fix some meta.license attributes 2015-09-15 11:02:09 +02:00
Frederik Rietdijk f97b4c4fb8 python-packages numpy: disabled for Py35
numpy 1.9.2 does not support python 3.5. The newer version, 1.9.3 or 1.10 for sure will.
http://numpy-discussion.10968.n7.nabble.com/OK-to-upload-patched-1-9-2-for-Python-3-5-td41032.html
2015-09-15 09:18:19 +02:00
Frederik Rietdijk 36bf2f60d1 python-packages: Python 3.5 2015-09-15 09:17:42 +02:00
aszlig 7fb1c7efcf
python/notmuch: Fix runtime dep on libnotmuch.
The Python library wants to use ctypes.CDLL() on libnotmuch, so we need
to patch in the correct store path of the shared object file.

Thanks to mog from the #nixos IRC for stumbling over this.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-09-15 04:25:41 +02:00
Tobias Geerinckx-Rice 8314510a02 pythonPackages.python-wifi: init at 0.6.0 2015-09-14 23:53:21 +02:00
Rommel M. Martinez 95e8e6fc00 deluge: 1.3.11 -> 1.3.12 2015-09-15 02:21:11 +08:00
desiderius 24ff9abed9 pythonPackages.pillow: 2.3.0 -> 2.9.0
Check is disabled because of assertion errors, see
https://github.com/python-pillow/Pillow/issues/1259
2015-09-11 09:19:28 +02:00
desiderius 2cba97e1c3 pythonPackages.unidecode: 0.04.12 -> 0.04.18 2015-09-11 08:51:05 +02:00
Tobias Geerinckx-Rice 8b29707592 {,pythonPackages.}libvirt: 1.2.18 -> 1.2.19
The previous bump erroneously said 1.2.19. Make it so.
2015-09-11 00:41:06 +02:00
desiderius c94ecaa443 pythonPackages.django-compressor: init at 1.5
Compresses linked and inline JavaScript or CSS into
single cached files.
2015-09-10 07:58:28 +02:00
Domen Kožar f2627f9c81 Merge pull request #9752 from FRidh/maintainer
add myself as maintainer
2015-09-09 15:27:34 +02:00
Frederik Rietdijk cd5a9afeac add myself as maintainer 2015-09-09 15:25:49 +02:00
Domen Kožar bd596f41f0 Merge pull request #9739 from desiderius/django-appconf-1.0.1
pythonPackages.django-appconf: init at 1.0.1
2015-09-09 14:40:06 +02:00
Domen Kožar f357421a41 Merge pull request #9740 from desiderius/django-taggit-0.17.0
pythonPackages.django-taggit: init at 0.17.0
2015-09-09 14:39:57 +02:00
Domen Kožar 23262ce27f Merge pull request #9741 from desiderius/django-modelcluster-0.6.2
pythonPackages.django-modelcluster: init at 0.6.2
2015-09-09 14:39:45 +02:00
Benjamin Staffin ae9bd823ed mathics: Fix unit tests
Disabled two tests that require a preinstalled build of Mathics to
work, which is incompatible with the way nix runs them.

[Bjørn: remove unrelated disabling on Python 3]
2015-09-09 12:16:21 +02:00
desiderius 50e35968dd pythonPackages.django-modelcluster: init at 0.6.2
Django extension to allow working with 'clusters' of models as
a single unit, independently of the database.
2015-09-09 09:04:11 +02:00
desiderius e8e0f21d53 pythonPackages.django-taggit: init at 0.17.0
django-taggit is a reusable Django application for simple tagging.
2015-09-09 08:57:47 +02:00
desiderius aba5aab9cc pythonPackages.django-appconf: init at 1.0.1
A helper class for handling configuration defaults of packaged apps
gracefully.
2015-09-09 08:41:56 +02:00
Matthias Beyer 7cfed9273c upass: 0.1.2 -> 0.1.3 2015-09-08 21:10:02 +02:00
Pascal Wittmann c11dc40d09 Merge pull request #9254 from FRidh/jupyter
ipython: 3.2 -> 4.0
2015-09-08 17:43:21 +02:00
Pascal Wittmann d5e8bd1739 Merge pull request #9718 from desiderius/djangorestframework-3.2.3
pythonPackage.djangorestframework: init at 3.2.3
2015-09-08 17:34:30 +02:00
Pascal Wittmann bc10e9fcfa Merge pull request #9720 from desiderius/willow-0.2.1
pythonPackage.willow: init at 0.2.1
2015-09-08 17:33:57 +02:00
Rok Garbas a9df0f0c15 pythonPackages.pelican: 3.6.0 -> 3.6.3 2015-09-08 13:45:34 +02:00
Domen Kožar 8bc4775a82 Merge pull request #9715 from desiderius/beautifulsoup4-4.4.0
pythonPackages.beautifulsoup4: 4.1.3 -> 4.4.0
2015-09-08 12:04:21 +02:00
desiderius b55012b3e7 pythonPackage.willow: init at 0.2.1
A Python image library that sits on top of Pillow, Wand and OpenCV.
2015-09-08 11:40:32 +02:00
desiderius fde393e538 pythonPackage.djangorestframework: init at 3.2.3 2015-09-08 11:29:03 +02:00
Domen Kožar f6cb62a060 Merge pull request #9713 from benley/nose2-0.5
nose2: 0.4.5 -> 0.5.0
2015-09-08 11:18:24 +02:00
Domen Kožar 627e1cab8f Merge pull request #9717 from desiderius/django-treebeard-3.0
pythonPackage.django-treebeard: init at 3.0
2015-09-08 11:18:13 +02:00
desiderius aee8b10da2 pythonPackage.django-treebeard: init at 3.0
django-treebeard is a library that implements efficient tree
implementations for the Django Web Framework 1.6+
2015-09-08 09:32:35 +02:00
desiderius 9599e44821 pythonPackages.beautifulsoup4: 4.1.3 -> 4.4.0 2015-09-08 08:48:24 +02:00
Benjamin Staffin ad56c24798 nose2: 0.4.5 -> 0.5.0
0.4.5 is incompatible with the version of Six that's currently in
nixpkgs.
2015-09-07 22:42:15 -07:00
Matthias Beyer 21fa99342e upass: init at 0.1.2 2015-09-07 11:27:54 +02:00
Matthias Beyer 51eff28add pyperclip: init at 1.5.11 2015-09-07 11:27:43 +02:00
Arseniy Seroka fa6a1980d9 Merge pull request #9664 from benley/mathics-0.8
New package: Mathics
2015-09-06 22:43:02 +03:00
Benjamin Staffin 9f18606261 mathics: init at 0.8 2015-09-05 16:24:54 -07:00
Benjamin Staffin f99566d35f ply: 3.4 -> 3.7 2015-09-05 16:24:49 -07:00
Benjamin Staffin 646cd4260d mpmath: 0.17 -> 0.19 2015-09-05 16:24:49 -07:00