1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

1068 commits

Author SHA1 Message Date
Fernando J Pando 80c295f50f pythonPackages.distro: init 1.0.3
- tested on darwin
- tested on nixos
2017-04-13 00:01:30 +02:00
Tristan Helmich cf957fedea pythonPackages.phonenumbers: init at 8.4.0 2017-04-12 01:58:28 +02:00
aszlig 49cf934642
pyocr: Add patch to support Tesseract 3.05.00
This is from the commit message I've written for the upstream pull
request (jflesch/pyocr#62):

    This is a bit more involved, because Tesseract 3.05.00 comes not
    only with improvements but also with a few quirks we need to deal
    with.

    The first quirk is that the order arguments of the `tesseract'
    command now matters and the list of configurations has to be at the
    end of the command line. So we add a new attribute tesseract_flags
    to the BaseBuilder class that contains a list of all the flags to
    pass to `tesseract', the tesseract_configs attribute however remains
    pretty much the same but now only really contains a list of configs
    instead of being mixed with flag arguments.

    Another quirk has to do with Leptonica >= 1.74 which Tesseract
    3.05.00 now requires. Leptonica has special handling of files that
    reside in /tmp and assumes that it's an internal temporary file of
    Leptonica. In order to deal with it, we now run Tesseract in a
    temporary directory, which contains the input/output files and use
    the relative name of these files because Leptonica only searches for
    path names beginning with /tmp.

    Fortunately the last item we need to address is not really a quirk,
    but an API change. In Tesseract 3.05.00 there is now a new function
    called TessBaseAPIDetectOrientationScript(), which doesn't fill the
    OSResults object anymore but now allows to pass the values we're
    interested in directly by reference. We need to use this new
    function because the old function TessBaseAPIDetectOS() now *always*
    returns false.

I've tested this specifically on NixOS and in conjunction with Paperwork
(the only package that's using pyocr so far) and all the tests of the
dependency chain are now succeeding. However, I didn't do manual tests
of Paperwork though.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-04-11 03:21:39 +02:00
Lancelot SIX af60375392
pythonPackages.django_1_10: 1.10.6 -> 1.10.7
This is a security release. See
https://www.djangoproject.com/weblog/2017/apr/04/security-releases/
2017-04-06 14:41:28 +02:00
Matthew Maurer d022b4419c bap-python: init at 1.1.0 2017-04-04 13:11:06 -04:00
Vladimír Čunát 40628d9ed8
Merge #22873: updates of various python packages 2017-04-01 19:26:40 +02:00
Vaibhav Sagar d9b36c36c5 pycairo: fix build with Python 3.6
Apply the same patch as for Python 3.5 so that this builds correctly.
Addresses #24501.
2017-04-01 09:58:01 +02:00
Frederik Rietdijk 078412521e pythonPackages.pyudev: fix package
- the function loading the udev library was moved to another file
- the test runner did not work correctly, causing it to fail on Python
3.
- the test runner now works correctly, but there's a bunch of tests
failing and therefore tests are disabled. The package does seem to
function (as in, it can load the library again).
2017-03-29 08:33:53 +02:00
Vladimír Čunát 96d41e393d
treewide: purge maintainers.urkud
It's sad, but he's been inactive for the last five years.
Keeping such people in meta.maintainers is counter-productive.
2017-03-27 19:52:29 +02:00
Frederik Rietdijk fffb511607 Merge pull request #24208 from lsix/update_django_1_10
pythonPackages.django: 1.10.5 -> 1.10.6
2017-03-26 09:43:41 +02:00
goibhniu efc457c6e2 Merge pull request #23251 from juliendehos/hieroglyph
hieroglyph: init at 0.7.1
2017-03-25 13:00:34 +01:00
Michael Raskin 82adcd6cfb pythonPackages.BTrees: fix evaluation; builds fine 2017-03-24 22:01:55 +01:00
Vladimír Čunát 455ce3528c
Merge branch 'staging' 2017-03-24 21:07:55 +01:00
Frederik Rietdijk f4a1eab239 Merge pull request #23863 from plumps/add-vulnix
vulnix: init at 1.2.2
2017-03-24 11:12:50 +01:00
Jörg Thalheim 70322d8b87 pythonPackages.BTrees: 4.1.4 -> 4.3.1 2017-03-24 10:44:34 +01:00
Vladimír Čunát c1a9dc3d37
Merge branch 'master' into staging 2017-03-23 13:31:28 +01:00
Lancelot SIX d284e37a59
pythonPackages.django: 1.10.5 -> 1.10.6
This is a bugfix release.
2017-03-22 15:49:00 +01:00
Frederik Rietdijk 8143413e59 pythonPackages.pygobject2: fixup conversation to buildPythonPackage 2017-03-21 21:58:57 +01:00
Jörg Thalheim 13ede040f1
pythonPackages.podcastparser: correct license 2017-03-21 17:12:48 +01:00
Jörg Thalheim 64218457c4
pythonPackages.podcastparser: init at 0.6.1 2017-03-21 17:06:05 +01:00
Frederik Rietdijk 3760c8c7fd Python: replace mkPythonDerivation with buildPythonPackage and format="other";
This way all Python packages use the same function,
`buildPythonPackage`.
2017-03-21 13:01:49 +01:00
Jörg Thalheim 8490317fef Merge pull request #24020 from xvapx/add/libnacl-1.5.0
pythonPackages.libnacl: init at 1.5.0
2017-03-19 21:02:03 +01:00
Jörg Thalheim 597865725f
pythonPackages.libnacl: enable tests 2017-03-19 20:59:17 +01:00
Marti Serra c883cefc6f pythonPackages.libnacl: init at 1.5.0 2017-03-19 20:11:50 +01:00
Frederik Rietdijk 48deda9f36 pythonPackages.pytest-django: fix hash patch setuptools_scm
Do the files change over time..?
2017-03-19 10:14:43 +01:00
Michael Raskin 16fff5ebce pylibmc: init at 1.5.1; patch by @risicle 2017-03-18 23:09:20 +01:00
Michael Raskin c320267cf8 Merge pull request #23934 from rvl/python-zeep
pythonPackages.zeep: init at 1.1.0
2017-03-18 19:59:45 +01:00
Michael Raskin b9683c2155 Merge pull request #23436 from lsix/update_dateutil
pythonPackages.dateutil: 2.5.3 -> 2.6.0
2017-03-18 18:44:40 +01:00
Michael Raskin 3a919cf7da Merge pull request #23242 from lsix/add_python_libais
pythonPackages.libais: init at 0.16
2017-03-18 17:58:50 +01:00
Vladimír Čunát 742b120ddc
Merge branch 'master' into staging
Nontrivial rebuilds from master, again :-/
2017-03-18 11:00:31 +01:00
Rodney Lorrimar 0a2ea18e85 pythonPackages.zeep: init at 1.1.0
Works with both Python 2.7 and 3.5.

Tests won't work under Python 3.5 due to the testtools dependency.
2017-03-17 18:40:00 +00:00
Linus Heckemann 088a1bc311 pygame: 1.9.1 -> 1.9.3 2017-03-17 07:35:35 +00:00
Vincent Laporte b13f408d8b pythonPackages.pycassa: fix evaluation 2017-03-16 19:43:28 +00:00
Antoine Eiche f28fe4cfae
pythonPackages.pycassa: init at 1.11.2
fixes #23920
2017-03-16 19:23:39 +01:00
Frederik Rietdijk 2e72372c05 pythonPackages.django_guardian: fix eval 2017-03-16 17:20:08 +01:00
Frederik Rietdijk 645c2189d1 pythonPackages.pytest-django: unpin setuptools_scm
- unpin setuptools_scm
- move to file in folder following guidelines
- use PyPI/upstream name
2017-03-16 12:40:43 +01:00
Jörg Thalheim 09cfbc8cc3
PyGithub: init at 1.32 2017-03-16 00:59:56 +01:00
Jörg Thalheim 00addcb95e
pythonPackages.python-jose: init at 1.3.2 2017-03-16 00:59:56 +01:00
Tom Hunger 5e31a7cca6 pytables: 3.2.2 -> 3.3.0 2017-03-15 12:28:18 +00:00
Frederik Rietdijk a79c653d5d Merge pull request #23885 from FRidh/jupyter
Jupyter
2017-03-14 17:32:27 +01:00
Frederik Rietdijk 47f7817037 pythonPackages.typed-ast: 1.0.1 -> 1.0.2 2017-03-14 16:52:25 +01:00
Frederik Rietdijk d7378da028 pythonPackages.configparser: fix with namespace packages 2017-03-14 16:43:46 +01:00
Frederik Rietdijk 33fa4ce2be Merge pull request #23701 from lsix/update_django-raster
pythonPackages.django-raster: 0.3 -> 0.3.1
2017-03-14 13:42:14 +01:00
Frederik Rietdijk a312abedeb hypothesis: disabled for Python 3.3 2017-03-14 10:49:39 +01:00
Jörg Thalheim 065c05e849 Merge pull request #23801 from zimbatm/pip-tools
Pip tools
2017-03-13 22:32:07 +01:00
zimbatm a3c03eb11f
pip-tools: init at 1.8.1rc3 2017-03-13 22:21:57 +01:00
zimbatm 5e701625de
pythonPackages.first: init at 2.0.1 2017-03-13 22:08:45 +01:00
Frederik Rietdijk 57e768f58e hypothesis: 3.6.0 -> 3.6.1 2017-03-13 16:37:25 +01:00
Frederik Rietdijk 6f90badeac pythonPackages.hypothesis: fix for python 3.3 2017-03-13 16:37:24 +01:00
Joachim Fasting 617d8af325
pythonPackages.pyaes: init at 1.6.0 2017-03-11 19:26:29 +01:00
Joachim Fasting 9cc2083dac
pythonPackages.mnemonic: 0.12 -> 0.17 2017-03-11 19:26:27 +01:00
Joachim Fasting 10a0f1c2af
pythonPackages.trezor: 0.7.4 -> 0.7.12 2017-03-11 19:26:22 +01:00
Joachim Fasting 61edb1cb2e
pythonPackages.pyudev: 0.20.0 -> 0.21.0
Also move expression
2017-03-11 15:25:34 +01:00
Marius Bakke 4aaf27bb4d
pythonPackages.ds4drv: 0.5.0 -> 0.5.1
Also move expression
2017-03-11 15:25:32 +01:00
Joachim Fasting ba499aa845
pythonPackages.pep257: meta.lecense -> license 2017-03-10 20:39:03 +01:00
Frederik Rietdijk 262993d2b8 Merge pull request #23452 from bcdarwin/edward
edward: init at 1.2.2
2017-03-10 17:23:27 +01:00
Lancelot SIX 9041f0d8d9
pythonPackages.django-raster: 0.3 -> 0.3.1 2017-03-10 12:51:02 +01:00
Ben Darwin 57486f21a3 edward: init at 1.2.2 2017-03-09 21:13:11 -05:00
Jörg Thalheim 3c170e505c Merge pull request #23659 from lheckemann/nltk
nltk: init at 3.2.2
2017-03-09 14:51:09 +01:00
Linus Heckemann 1fa6ecb48d nltk: init at 3.2.2 2017-03-09 12:46:34 +00:00
Nikolay Amiantov a0f3590c5b pyqt4: 4.11.3 -> 4.12 2017-03-09 15:38:10 +03:00
Nikolay Amiantov 6631000bd3 pythonPackages.pyqt5: 5.8 -> 5.8.1 2017-03-09 15:38:10 +03:00
Nick Hu e7a432db1e python-PyQt: 5.6 -> 5.8 2017-03-09 15:38:10 +03:00
Nick Hu 0a3b7f994e python-sip: 4.18.1 -> 4.19.1 2017-03-09 15:38:10 +03:00
Jörg Thalheim d639498ed9
pythonPackges.pyrax: enable tests 2017-03-09 11:01:58 +01:00
Tom Hunger a9aeb1039a pyrax: 1.8.2 -> 1.9.8 2017-03-09 09:22:46 +00:00
Tom Hunger f2480bdb0a rackspace-novaclient: init at 2.1
Note that I package a number of dependencies that make no sense
outside of rackspace-novaclient. I don't want to pollute the main
namespace with those packages.
2017-03-09 09:22:45 +00:00
Frederik Rietdijk 70160ff208 Merge pull request #23240 from jyp/tf
tensorflow: depend on cudatoolkit 8 and cudnn 5.1
2017-03-07 13:22:07 +01:00
Tom Hunger 18f1127f05 typed-ast: init at 1.0.1 2017-03-06 21:29:05 +00:00
Julien Dehos 78ede3ab1f hieroglyph: init at 0.7.1 2017-03-06 00:10:59 +01:00
Frederik Rietdijk 1039e60027 Merge pull request #23332 from teh/zbf-pandas
pandas: Mark broken in i686.See #23253.
2017-03-03 16:34:48 +01:00
Jörg Thalheim bcef9f83c0 Merge pull request #23444 from nand0p/pylint-1.6.5
Pylint 1.6.5
2017-03-03 15:52:32 +01:00
Fernando J Pando f40b0f5e37 astroid: 1.4.4 -> 1.4.9 2017-03-03 08:46:46 -05:00
Fernando J Pando 6be140d621 pylint: 1.5.4 -> 1.6.5
- tested on nixos
- tested on darwin
2017-03-03 08:37:42 -05:00
Lancelot SIX a25c93994b Merge pull request #23094 from veprbl/for_upstream
pythonPackages: add pyhepmc, graphviz; bump rootpy
2017-03-03 09:42:55 +01:00
Dmitry Kalinkin e60805061b
pythonPackages.pyhepmc: init at 0.5.0 2017-03-01 22:53:40 -05:00
Lancelot SIX 247408d26f
pythonPackages.dateutil: 2.5.3 -> 2.6.0 2017-03-01 21:54:34 +01:00
Tom Hunger 59036096b7 pandas: Mark broken in i686.See #23253. 2017-03-01 13:02:08 +00:00
Nikolay Amiantov 868794010f python.pkgs.uranium: init at 2.4.0 2017-03-01 02:23:18 +03:00
Nikolay Amiantov e3a6a1fc0e python.pkgs.libarcus: init at 2.4.0 2017-03-01 02:23:18 +03:00
Lancelot SIX a9d404c616
pythonPackages.libais: init at 0.16 2017-02-28 16:41:54 +01:00
Lancelot SIX 5c8a8c888a Merge pull request #23044 from lsix/channels_updates
updates pythonPackages.channels and dependencies
2017-02-28 14:22:16 +01:00
Lancelot SIX bc935b0d16 Merge pull request #23234 from lsix/update_django_rest_framework
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4
2017-02-28 14:21:45 +01:00
Jean-Philippe Bernardy f37b34fe7c tensorflow: depend on cudatoolkit 8 and cudnn 5.1 2017-02-27 15:23:23 +01:00
Lancelot SIX 60b9948229
pythonPackages.djangorestframework: 3.2.3 -> 3.5.4 2017-02-27 11:07:17 +01:00
Edward Tjörnhammar 7864782d71
pythonPackages.tensorflow: 0.10.0 -> 1.0.0 2017-02-27 10:52:21 +01:00
Edward Tjörnhammar a331662930
pythonPackages.protobuf: add pyext dependency 2017-02-27 10:52:21 +01:00
Edward Tjörnhammar 421db29915
pythonPackages.pyext: init at 0.7 2017-02-27 10:52:21 +01:00
Frederik Rietdijk 0dee2a1bcc Merge pull request #22981 from davidak/PyZufall
PyZufall: init at 0.13.2
2017-02-26 22:49:08 +01:00
Franz Pletz 5670d96bbc
pythonPackages.libasyncns: fix build with glibc-2.25 2017-02-26 21:28:07 +01:00
Frederik Rietdijk 6ad3d089f1 Merge pull request #23038 from johbo/add-trytond-dependencies
Add trytond module dependencies
2017-02-26 19:30:47 +01:00
Lancelot SIX 4d5093f5e1
pythonPackages.daphne: 1.0.1 -> 1.0.3 2017-02-23 11:00:19 +01:00
Lancelot SIX 8103499e9d
pythonPackages.channels: 1.0.2 -> 1.0.3 2017-02-23 11:00:07 +01:00
davidak 45588a7a7c PyZufall: init at 0.13.2 2017-02-22 22:59:42 +01:00
Frederik Rietdijk 3bcd3d2c34 Merge pull request #23061 from nixy/pythonPackages.snakeviz
pythonPackages.snakeviz: init at 0.4.1
2017-02-22 14:31:26 +01:00
Andrew R. M 99754b2527 pythonPackages.snakeviz: init at 0.4.1 2017-02-22 08:14:53 -05:00
Tom Hunger bae3d0e49f vowpalwabbit: init at 8.3.2 2017-02-22 07:28:52 +01:00
Johannes Bornhold 87b9ee7680 flake8-blind-except: init at 0.1.1 2017-02-21 10:05:16 +01:00
Johannes Bornhold c55649ce07 flake8-debugger: init at 1.4.0 2017-02-21 10:05:16 +01:00
Johannes Bornhold 96e1fd6a5a python-stdnum: init at 1.5 2017-02-21 10:05:16 +01:00