betaboon
4fe7f3e561
pythonPackages.pycryptodomex: init at 3.4.5
2017-09-07 09:28:02 +02:00
betaboon
6d9ec9efcf
pythonPackages.diff-match-patch: init at 20121119
2017-09-07 09:28:02 +02:00
betaboon
f89fd55833
pythonPackages.asana: init at 0.6.2
2017-09-07 09:28:02 +02:00
betaboon
712942dea3
pythonPackages.aioamqp: init at 0.10.0
2017-09-07 09:28:02 +02:00
Matthieu Coudron
f31c6c150a
python.pkgs.secretstorage: init at 2.3.1
2017-09-07 09:28:02 +02:00
mingchuan
ea0c1c1bfd
pythonPackages.coveralls: Add missing dependencies to fix build
2017-09-07 09:28:02 +02:00
mingchuan
4c183f4b42
pythonPackages.urllib3: Fix buildInputs and meta.description
2017-09-07 09:28:02 +02:00
Frederik Rietdijk
dcbf59d8a7
python.pkgs.pytest-warnings: fix homepage, fixes eval
2017-09-06 20:17:31 +02:00
Frederik Rietdijk
67651d80bc
Merge pull request #28884 from FRidh/python-fixes
...
Python: several fixes
2017-09-06 13:54:10 +02:00
Michael Raskin
f20ccd4b5e
pythonPackages.wptserve: make python2-only (upstream uses relative import in the latest release)
2017-09-06 13:46:16 +02:00
Michael Raskin
cca09d8067
pythonPackages.manifestparser: make python2-only
2017-09-06 13:46:16 +02:00
Jörg Thalheim
598d6481d8
Merge pull request #28953 from knedlsepp/add-geopandas
...
pythonPackages.geopandas: init at 0.3.0
2017-09-05 08:45:23 +01:00
Jörg Thalheim
e1eb89e3e1
python.pkgs.cligj: enable tests
2017-09-05 08:42:53 +01:00
Jörg Thalheim
85011d7084
python.pkgs.shapely: fix library extension
...
there was one dot too much
2017-09-05 08:38:02 +01:00
Jörg Thalheim
1dbe68a5e8
python.pkgs.geopandas: fix tests
2017-09-05 08:20:30 +01:00
Josef Kemetmueller
05ac3f9520
pythonPackages.geopandas: init at 0.3.0
2017-09-04 22:23:41 +02:00
Josef Kemetmueller
aad9a691ab
pythonPackages.fiona: init at 1.7.9
2017-09-04 22:23:40 +02:00
Josef Kemetmueller
f039bb6b4e
pythonPackages.descartes: init at 1.1.0
2017-09-04 22:23:40 +02:00
Josef Kemetmueller
4d70d53618
pythonPackages.cligq: init at 0.4.0
2017-09-04 22:23:39 +02:00
Josef Kemetmueller
d25edeb3ee
pythonPackages.click-plugins: init at 1.0.3
2017-09-04 22:23:39 +02:00
Jaakko Luttinen
67b3f4bc4b
pythonPackages.bayespy: init at 0.5.10 ( #28919 )
...
* pythonPackages.bayespy: init at 0.5.10
* python.pkgs.bayespy: fix more tests by using unicode locale
2017-09-03 10:37:50 +01:00
Michael Raskin
7da8192959
: 2.2.0 -> 2.3.0
2017-09-02 22:51:57 +02:00
Bjørn Forsman
2cf1b94b82
pythonPackages.pyrtlsdr: unbreak build
...
pyrtlsdr needs pandoc at build time. Fixes the build since commit
f6eb190e70
("python.pkgs.pyrtlsdr: disable tests to fix build"). (That commit
bumped the package to a new version.)
2017-09-02 16:47:57 +02:00
aszlig
ca1ea69972
python/pyocr: 0.4.6 -> 0.4.7
...
Upstream changes:
* Tesseract 4.00.00alpha:
* Version parsing: Ignore suffix (so '4.00.00alpha' == (4, 0, 0))
* Libtesseract: Load libtesseract.so.4 instead of libtesseract.so.3
if available
* Support for Tesseract 3.05.00:
* Builders: Split field 'tess_conf' into 'tess_flags' and 'tess_conf'
* Libtesseract: If available, use
TessBaseAPIDetectOrientationScript() instead of
TessBaseAPIDetectOS
* Libtesseract:
* Workaround: Prevents possible segfault in image_to_string() when
the target language is not available
Full upstream change log can be found at:
https://github.com/openpaperwork/pyocr/blob/b006123d1d002711b9/ChangeLog
The tesseract.patch for supporting Tesseract version 3.05.00 has been
applied upstream and we can safely drop it.
We now use substituteInPlace in conjunction with a patch to insert the
relevant store paths instead of sed, so it's less fragile whenever we
have upstream changes in handling of these paths.
I've tested this by reverting 48a941e29f
and applying a build
fix patch of Cuneiform 1.1.0 from Arch Linux, because right now
Cuneiform is an experimental version that can't be fixed on behalf of
pyocr (the reason is that pyocr needs to get a list of languages, which
doesn't work in that version anymore).
In addition to that I've successfully built paperwork-backend which by
now is the one package which depends on pyocr. However, I didn't do
runtime tests of Paperwork.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @7c6f434c
2017-09-02 05:31:22 +02:00
aszlig
3086fc7f83
python/pyocr: Move package into python-modules
...
We already have a patch feeling lonely inside the python-modules
directory and to have everything at one place let's actually move pyocr
into its own dedicated directory so it's easier to patch it up (which
we're going to).
Right now, the package fails to build because of a few test failures, so
I haven't tested this apart from evaluating.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2017-09-02 03:45:13 +02:00
Jörg Thalheim
e4bc14f6b7
python2Packages.jedi: fix tests
2017-09-01 19:06:49 +01:00
Jörg Thalheim
8f932af263
python.pkgs.requests-oauthlib: fix source hash
...
Was accidentally broken during merge.
2017-09-01 18:22:52 +01:00
Jörg Thalheim
d52eaf878c
python.pkgs.pytest-django: fix patch hash
2017-09-01 08:56:08 +01:00
wisut hantanong
489bfcfa0f
pythonPackages.pyshp : move to separate expression
2017-08-31 21:18:41 +07:00
wisut hantanong
b9eebaf8bb
pythonPackages.pyrr : move to separate expression
2017-08-31 21:18:41 +07:00
wisut hantanong
80ca1cae8b
pythonPackages.pygpgme : move to separate expression
2017-08-31 21:18:41 +07:00
wisut hantanong
ac35d9884b
pythonPackages.pyglet : move to separate expression
2017-08-31 21:18:40 +07:00
wisut hantanong
282216c635
pythonPackages.pygeoip : move to separate expression
2017-08-31 21:18:40 +07:00
wisut hantanong
d94d826433
pythonPackages.pyftgl : move to separate expression
2017-08-31 21:18:40 +07:00
wisut hantanong
2d7733b6c2
pythonPackages.pyfiglet : move to separate expression
2017-08-31 21:18:39 +07:00
wisut hantanong
4f43682759
pythonPackages.pyfftw : move to separate expression
2017-08-31 21:18:39 +07:00
wisut hantanong
64fb881757
pythonPackages.pyfeed : move to separate expression
2017-08-31 21:18:39 +07:00
wisut hantanong
fcba0a1cb7
pythonPackages.ROPGadget : move to separate expression
2017-08-31 21:18:39 +07:00
wisut hantanong
31b7f8701a
pythonPackages.ramlfications : move to separate expression
2017-08-31 21:18:38 +07:00
wisut hantanong
c0433265bb
pythonPackages.smugpy : move to separate expression
2017-08-31 21:18:38 +07:00
wisut hantanong
6ba7b4c672
pythonPackages.hypchat : move to separate expression
2017-08-31 21:18:30 +07:00
wisut hantanong
43acfe0f49
pythonPackages.tempora : move to separate expression
2017-08-31 20:58:22 +07:00
Frederik Rietdijk
6d4bd78fad
Merge commit '2858c41' into HEAD
2017-08-30 21:07:07 +02:00
Dmitry Kalinkin
4d3c396181
python.pkgs.numpy: fix patch
2017-08-29 20:22:05 +02:00
Jörg Thalheim
c804973126
Merge pull request #28670 from Mic92/moretools
...
moretools: fix build and 0.1a41 -> 0.1.8
2017-08-29 10:38:06 +01:00
Jörg Thalheim
bbd2a0323b
python.pkgs.moretools: 0.1a41 -> 0.1.8
...
Progress on: #28643
2017-08-29 10:33:59 +01:00
Vladimír Čunát
2858c41823
Merge branch 'master' into staging
...
There were some conflicts in python modules, commented at #28314 .
2017-08-29 10:51:54 +02:00
Jörg Thalheim
6670ee9ee6
python.pkgs.ldap: fix build
2017-08-29 09:15:22 +01:00
Vladimír Čunát
34b6bbe021
Merge #28053 : GNOME: 3.22 -> 3.24
2017-08-29 09:48:54 +02:00
Jörg Thalheim
b57deb8242
python.pkgs.zetup: init at 0.2.34
...
(needed as dependency for moretools)
2017-08-29 07:36:18 +01:00
Jörg Thalheim
96ef0dc776
python.pkgs.mozlog: disable for python3
...
not yet compatible according to upstream
2017-08-29 06:49:03 +01:00
Dan Peebles
d25134b196
pythonPackages.tiros: init at 1.0.38
2017-08-28 22:11:44 -04:00
Jörg Thalheim
9b65bc9649
python.pkgs.Flask-Testing: 0.6.1 -> 0.6.2
...
Progress on: #28643
2017-08-28 22:21:26 +01:00
Linus Heckemann
b73e3b6095
GNOME: 3.22 -> 3.24
...
This is a squash commit of the joint work from:
* Jan Tojnar (@jtojnar)
* Linus Heckemann (@lheckemann)
* Ryan Mulligan (@ryantm)
* romildo (@romildo)
* Tom Hunger (@teh)
2017-08-28 15:32:49 +01:00
Jörg Thalheim
99ffd2051e
python.pkgs.pyramid_beaker: fix tests
2017-08-28 12:21:13 +01:00
Jörg Thalheim
2f5dab753c
ansible: move out of pythonPackages
...
ansible is not a library
2017-08-28 11:30:22 +01:00
Jörg Thalheim
ea3f747ed5
mozinfo: fix evaluation
2017-08-28 10:40:27 +01:00
Jörg Thalheim
5f5a5ba58e
python.pkgs.piexif: fix build
2017-08-28 10:17:01 +01:00
Jörg Thalheim
5d62a4d181
python.pkgs.cgroup-utils: fix build
2017-08-28 09:48:22 +01:00
Jörg Thalheim
e67daebcb6
pycuda: 2017.1 -> 2017.1.1
2017-08-28 09:34:05 +01:00
Jörg Thalheim
861048c15f
python.pkgs.mozinfo: python3 is not supported
2017-08-28 09:14:04 +01:00
Jörg Thalheim
b24099cb17
pythonPackages.keystoneclient: fix build
2017-08-28 09:03:07 +01:00
Jörg Thalheim
def7badb31
python.pkgs.pyramid_beaker: fix tests
2017-08-28 07:56:14 +01:00
Frederik Rietdijk
dfd905b548
python.pkgs.sphinx: fix python < 3.5 build
2017-08-27 19:56:39 +02:00
Jörg Thalheim
445465e2fc
Merge pull request #28597 from orivej/rocksndiamonds
...
rocksndiamonds: init at 4.0.0.2
2017-08-27 08:18:54 +01:00
Jörg Thalheim
c9109e9483
Merge pull request #28172 from bcdarwin/gpy
...
gpy: init at 1.7.7
2017-08-27 08:13:43 +01:00
Jörg Thalheim
b0e90b99db
python.pkgs.pygame_sdl2: python3 tests are non-functional
2017-08-27 07:08:53 +01:00
Jörg Thalheim
86890ae351
python.pkgs.requests_oauthlib: fix source hash
2017-08-26 09:46:31 +01:00
Jörg Thalheim
48f337a882
python.pkgs.pysideShiboken: fix gcc6 build
2017-08-26 09:15:49 +01:00
Jörg Thalheim
b32d669e3d
Merge pull request #28565 from fadenb/pythonPackages.phonenumbers_8.8.0
...
pythonPackages.phonenumbers: 8.7.1 -> 8.8.0
2017-08-25 20:41:27 +01:00
Jörg Thalheim
ea491d4ea1
python.pkgs.phonenumbers: use fetchPypi
2017-08-25 20:40:46 +01:00
Frederik Rietdijk
665d393919
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-25 19:39:41 +02:00
Frederik Rietdijk
7726a1ec25
python.pkgs.sphinxcontrib-websupport: init at 1.0.1
2017-08-25 19:36:20 +02:00
Frederik Rietdijk
2923300a5f
python.pkgs.sqlalchemy: use pytest_30 and don't use pytest_xdist
2017-08-25 19:36:20 +02:00
Frederik Rietdijk
78c7b40062
python.pkgs.flask-pymong: 0.3.1 -> 0.5.1
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
10df572a03
python.pkgs.pytest: use fetchPypi
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
5c46301744
python.pkgs.pytest_30: keep this version
2017-08-25 19:36:19 +02:00
Frederik Rietdijk
7a6b150f94
python.pkgs.sqlmap: 1.0.11 -> 1.1.18
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
f6eb190e70
python.pkgs.pyrtlsdr: disable tests to fix build
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
b101bdddac
python.pkgs.jsonpatch: 1.11 -> 1.16
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
3efa08baea
python.pkgs.semver: disable tests to fix build
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
492390cfad
python.pkgs.relatorio: fix build
2017-08-25 19:36:17 +02:00
Frederik Rietdijk
b1c1892e2d
python.pkgs.odfpy: 0.9.6 -> 1.3.5
2017-08-25 19:36:16 +02:00
Frederik Rietdijk
1e4029fa0a
python.pkgs.python-editor: fix by disabling tests
2017-08-25 19:36:16 +02:00
Frederik Rietdijk
f30d3635f5
python.pkgs.pytest-forked: init at 0.2
2017-08-25 19:36:15 +02:00
Frederik Rietdijk
da32df875b
python.pkgs.pytest-django: fix hash patch
2017-08-25 19:36:15 +02:00
Lancelot SIX
84c6e6b4d7
pythonPackages.setuptools_scm: 1.15.0 -> 1.15.6
2017-08-25 19:36:15 +02:00
Lancelot SIX
d2b5850ad0
pythonPackages.py: 1.4.31 -> 1.4.34
2017-08-25 19:36:15 +02:00
Frederik Rietdijk
d58e1f1c7b
python.pkgs: many updates
2017-08-25 19:36:14 +02:00
Frederik Rietdijk
4c103bc6f1
Merge pull request #28505 from cse-bristol/python-linode-api
...
python linode-api: 4.1.1b2 -> 4.1.2b0
2017-08-25 18:03:58 +02:00
Tristan Helmich
61ea0eb88c
pythonPackages.phonenumbers: 8.7.1 -> 8.8.0
2017-08-25 16:43:17 +02:00
Jörg Thalheim
13ab95f7be
Merge pull request #28538 from olejorgenb/python-matrix-client
...
Add matrix-python-sdk (pypi: matrix-client)
2017-08-25 12:53:06 +01:00
Jörg Thalheim
b854e83183
pythonPackages.matrix-client: don't pass pythonPackages
2017-08-25 12:50:41 +01:00
Ole Jørgen Brønner
49ab1dcc69
pythonPackages.matrix-client: init at 0.0.6
2017-08-24 20:07:08 +02:00
Albert Peschar
f2cdc1e5c2
twisted: update to 17.5.0
2017-08-24 19:48:31 +02:00
Frederik Rietdijk
c6718c01a9
Merge pull request #28295 from apeschar/twisted
...
twisted: update to 17.5.0
2017-08-24 19:04:12 +02:00
Alexandre Peyroux
a65a499ca2
grammalecte: 0.5.17.2 -> 0.5.18 ( #28510 )
2017-08-23 19:47:47 +00:00
Moritz Ulrich
1ff237912a
skikit-learn: 0.18.1 -> 0.19.0
2017-08-23 16:15:00 +02:00
Glenn Searby
d89ca3d65b
Python linode-api: 4.1.1b2 -> 4.1.2b0
...
This change is needed as the web API which this Python client depends on
has changed and broken basic functionality.
2017-08-23 14:52:00 +01:00
Moritz Ulrich
d5743c08a2
pythonPackages.todoist: Init at 7.0.17.
2017-08-23 13:00:22 +02:00
Kirill Boltaev
46a3ba9070
pythonPackages.docker_compose: 1.13.0 -> 1.15.0
2017-08-22 03:57:54 +02:00
Kirill Boltaev
12472460ed
pythonPackages.docker: 2.3.0 -> 2.4.2
2017-08-22 03:47:24 +02:00
Frederik Rietdijk
b7b815b45d
Merge pull request #28386 from ericsagnes/pkg-update/pytorch
...
pytorch: 0.1.12 -> 0.2.0
2017-08-21 16:57:09 +02:00
Eric Sagnes
14ce4217e3
torchvision: init at 0.1.9
2017-08-21 20:43:28 +09:00
Frederik Rietdijk
6bbc3a0b24
Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD
2017-08-21 04:44:40 +02:00
Chris Hodapp
4c623b3d92
python-packages easydict: init at 1.7
2017-08-21 01:22:38 +02:00
Eric Sagnes
dd809b930e
pytorch: 0.1.12 -> 0.2.0
2017-08-19 10:22:23 +09:00
Ben Darwin
b76acc9522
gpy: init at 1.7.7
2017-08-18 18:34:57 -04:00
Asko Soukka
d17782eb5f
pythonPackages.zc_buildout_nix: 2.5.3 -> 2.9.4
2017-08-18 10:46:03 +03:00
Frederik Rietdijk
8f2ea38f8f
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-17 18:34:17 +02:00
Vladimír Čunát
b5af77004a
python3Packages.breathe: enable with python3
...
The tests don't work (not sure why), but sphinx seems to work OK.
2017-08-17 14:24:21 +02:00
Peter Hoeg
bd7bf67927
Merge pull request #28025 from peterhoeg/p/checks
...
Shared monitoring plugins
2017-08-17 19:56:56 +08:00
Peter Hoeg
b6941c4500
pywbem: init at 0.10.0
2017-08-17 15:02:41 +08:00
Albert Peschar
de575055be
twisted: update to 17.5.0
2017-08-15 15:11:00 +02:00
Albert Peschar
cfda60042d
hyperlink: init at 17.3.0
2017-08-15 12:42:06 +02:00
Frederik Rietdijk
62dac1bdd9
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-14 09:34:10 +02:00
Johannes Frankenau
791e440817
pythonPackages.html5-parser: init at 0.4.3
2017-08-14 09:33:02 +02:00
Wisut Hantanong
5dc63e69db
pythonPackages.django_extensions : init at 1.8.1 ( #27378 )
...
* add django-extensions 1.8.1
* enable testing
* use propagatedBuildInputs
2017-08-13 22:58:35 +02:00
Sasha Delly
96dc15f2c9
spacy: init at 1.8.2
2017-08-13 22:41:30 +02:00
Sasha Delly
ea418720d7
thinc: init at 1.0.1
2017-08-13 22:41:30 +02:00
Sasha Delly
f1ce370b8e
preshed: init at 1.0.0
2017-08-13 22:41:30 +02:00
Sasha Delly
3fe916dd4a
plac: init at 0.9.6
2017-08-13 22:41:30 +02:00
Sasha Delly
b5b2890278
murmurhash: init at 0.26.4
2017-08-13 22:41:30 +02:00
Sasha Delly
fe17ed640a
ftfy: init at 4.4.3
2017-08-13 22:41:30 +02:00
Sasha Delly
58b28484ed
cymem: init at 1.31.2
2017-08-13 22:41:30 +02:00
Frederik Rietdijk
d0d8724261
python.pkgs.gst-python: move expression
2017-08-13 21:48:19 +02:00
Frederik Rietdijk
7ebcd39a0f
Merge commit '4c49205' into HEAD
2017-08-13 18:34:59 +02:00
Frederik Rietdijk
2a8cd14d5f
Merge remote-tracking branch 'upstream/master' into HEAD
2017-08-13 09:50:47 +02:00
Jörg Thalheim
c0fc1670f5
pythonPackages.umemcache: move expression out of python-packages.nix
2017-08-12 11:22:40 +01:00
Tristan Helmich
3292d801c0
pythonPackages.phonenumbers: 8.5.1 -> 8.7.1
2017-08-12 10:49:07 +02:00
Frederik Rietdijk
66ce84b619
python.pkgs.bottleneck: move expression
2017-08-12 09:10:32 +02:00
Frederik Rietdijk
a25e324e06
python.pkgs.audioread: move expression
2017-08-12 09:04:44 +02:00
Frederik Rietdijk
026b60e49e
python.pkgs.sphinx: move expression
2017-08-12 08:58:41 +02:00
Ben Darwin
aa7627310c
pythonPackages.paramz: fix URL
2017-08-11 23:01:10 -04:00
Jörg Thalheim
b952143a0c
Merge pull request #28167 from bcdarwin/paramz
...
pythonPackages.paramz: init at 0.7.4
2017-08-11 20:20:45 +01:00
Ben Darwin
60da71407a
pythonPackages.paramz: init at 0.7.4
2017-08-11 13:28:09 -04:00
Domen Kožar
486e1c3c16
Merge pull request #27998 from davidak/macOS
...
replace "Mac OS X" and "OS X" with "macOS"
2017-08-11 13:01:36 +02:00
Robin Gloster
84a9a80123
pythonPackages.oslo-config: fix substituteInPlace
2017-08-11 11:40:35 +02:00
Robin Gloster
d98245b256
pythonPackages.keystoneauth1: fix substituteInPlace
2017-08-11 11:40:35 +02:00
Robin Gloster
37bf3c8782
pythonPackages.distorm3: init at 3.3.4
2017-08-09 21:50:21 +02:00
adisbladis
3ba2300b2d
pythonPackages.zodb: 4.0.1 -> 5.2.4
2017-08-09 14:51:01 +02:00
adisbladis
f06a5f4935
pythonPackages.transaction: 1.4.3 -> 2.1.2
2017-08-09 14:51:01 +02:00
adisbladis
490df67562
pythonPackages.pecan: 1.0.3 -> 1.2.1
2017-08-09 14:51:01 +02:00
adisbladis
9c5f6f9528
pythonPackages.zope_testrunner: Remove subunit dependency, no longer necessary since latest release
2017-08-09 14:50:57 +02:00
Lancelot SIX
b725e40865
Merge pull request #27865 from lsix/update_django
...
pythonPackages.django: 1.11.3 -> 1.11.4
2017-08-09 09:55:42 +02:00
Frederik Rietdijk
973f740894
Merge pull request #28052 from jtojnar/fix/faker-py2
...
faker: add ipaddress dependency for Python 2
2017-08-09 08:41:47 +02:00
Jan Tojnar
bd498ebeec
faker: add ipaddress dependency for Python 2
...
Faker requires ipaddress package on Python < 3.3:
https://github.com/joke2k/faker/blob/v0.7.18/setup.py#L66-L76
2017-08-09 00:52:14 +02:00
Casey Rodarmor
2141086af8
python.pkgs.feedgen: init at 0.5.1
2017-08-07 23:58:39 -07:00
davidak
3270aa896b
replace "Mac OS X" and "OS X" with "macOS"
...
as it is the official name since 2016
https://en.wikipedia.org/wiki/Macintosh_operating_systems#Desktop
exception are parts refering to older versions of macOS like
"GUI support for Mac OS X 10.6 - 10.12. Note that Emacs 23 and later [...]"
2017-08-07 21:41:30 +02:00
Michael Weiss
4b0afc169d
zpl*: Fix the attribute name of the license
...
This was simply a typo since the license was added in 2013.
2017-08-06 13:49:18 +02:00