Matthew Bauer
4ff7702082
Merge pull request #45183 from matthewbauer/macdevelop
...
Assorted darwin/macOS fixes
2018-08-17 10:29:12 -05:00
Timo Kaufmann
8c43a3e828
Merge pull request #45061 from Ma27/fix-python-git-annex-adapter
...
python3Packages.git-annex-adapter: fix build
2018-08-17 15:51:31 +02:00
Vladimír Čunát
cbabebcc2e
Merge branch 'master' into staging-next
...
Hydra: ?compare=1473892
2018-08-17 13:45:21 +02:00
Matthew Bauer
bca8144274
treewide: disable some tests broken on darwin
...
disable checks for:
- cython
- ldap
- tqdm
2018-08-16 22:44:07 -05:00
Daiderd Jordan
8bef91d84a
protobuf: fix missing google.protobuf.compiler
2018-08-17 01:36:41 +02:00
Daiderd Jordan
d8b202698c
mypy-protobuf: init at 1.6
2018-08-17 01:36:40 +02:00
Lancelot SIX
08a32ae34f
pythonPakcages.django_2_1: init at 2.1
2018-08-16 17:48:30 +02:00
Lancelot SIX
ff3aeada34
pythonPackages.django_2_0: 2.0.7 -> 2.0.8
2018-08-16 17:47:35 +02:00
Maximilian Bosch
1022c3c25a
python3Packages.git-annex-adapter: fix build
...
`git-annex` version 6.20180719 enhances the output of `git-annex info`
with a description and UUID of the repository which broke the testcase
`test_process_annex_info_batch` which parses the output of the info
command.
The testcase has been fixed accordingly and the patch was filed upstream
here: https://github.com/alpernebbi/git-annex-adapter/pull/6
I rechecked the functionality in a simple python environment with the
following expression:
```
with import ./. {};
python3.withPackages (ps: with ps; [ git-annex-adapter ])
```
Furthermore I tested the main functionality in a Python REPL within the environment.
The Darwin patch fixes tests that rely on `rev`, a binary which is
distributed in the `utillinux` package and not available on Nix with
Darwin.
To make the purpose of the patches for future contributors clear I
documented the purpose for each patch.
2018-08-16 10:20:20 +02:00
Samuel Leathers
67b1cbb39d
Merge pull request #40399 from rvl/datadog-agent
...
DataDog Agent v6
2018-08-15 15:53:03 -04:00
Maximilian Bosch
cd21faff2b
pythonPackages.thumbor: 6.5.1 -> 6.5.2
...
6.5.2 allows Pillow==5.2.0 (see https://github.com/thumbor/thumbor/releases/tag/6.5.2 ).
See https://hydra.nixos.org/build/79403232 for further reference.
2018-08-15 13:59:35 +02:00
Benjamin Hipple
16d4753344
pythonPackages.fastcache: init at 1.0.2 ( #45048 )
2018-08-15 11:02:55 +02:00
Benjamin Hipple
cc8e4a5884
pythonPackages.multiprocess: 0.70.4 -> 0.70.6.1 ( #45047 )
2018-08-15 11:01:32 +02:00
Uli Baum
6e3d0efdc4
python.pkgs.orderedset: fix ofborg checkMeta
...
broken by 44a4370b1f3aa2b1b2416d8c09b8df6900f5c449
2018-08-15 09:54:58 +02:00
Jan Tojnar
44a4370b1f
python.pkgs.orderedset init at 2.0.1
2018-08-14 23:35:17 +02:00
Daiderd Jordan
4c0e25089e
Merge pull request #44902 from danieldk/grpcio-darwin
...
python/grpcio: fix darwin build
2018-08-14 01:10:40 +02:00
Vladimír Čunát
ded9a4b1aa
Merge branch 'staging-next' into staging
...
Commits from master, conflict resolutions, etc.
2018-08-13 20:57:50 +02:00
Vladimír Čunát
5b0398dc36
Merge branch 'master' into staging-next
...
Conflicts: gobby and libinfinity - I took the hand-edited versions
instead of those resuting from the mass-replacement.
Hydra: ?compare=1473190
2018-08-13 20:43:59 +02:00
Boris
a5efa6650f
pythonPackages.browser-cookie3: init at 0.6.4 ( #44562 )
2018-08-13 14:47:06 +02:00
Vladimír Čunát
00df25ee57
Merge branch 'master' into staging-next
...
Hydra: ?compare=1472947
2018-08-12 10:33:41 +02:00
Daniël de Kok
4beb94d6d6
python/grpcio: fix darwin build
...
grpcio currently does not build on Darwin (10.13.6). Due to the
following issues:
* ar is invoked with incorrect flags (#33765 ).
* libtool cannot be found, with a libtool dependency, with libtool
the option '-no_warning_for_no_symbols' is not recognized.
* the module build cannot find boringssl that is packaged with
python-grpcio when pkgconfig is not installed (grpc/#10058).
2018-08-11 16:47:35 +02:00
Jan Malakhovski
7739f79ff3
pythonPackages.gensim: use checkInputs
2018-08-11 09:35:26 +00:00
Jan Malakhovski
ac832c796b
pythonPackages.dbus-python: use checkInputs
2018-08-11 09:35:26 +00:00
Pascal Wittmann
a34579e01e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/tools/networking/network-manager/fortisslvpn.nix
2018-08-11 09:36:34 +02:00
Chris Ostrouchov
058e22e0a3
pythonPackages.dftfit: init at 0.4.11
...
- tests require lfs download so not run
- python 3+
- fetchpypi since fetchurl is large download
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
dc552ab32e
pythonPackages.lammps-cython: init at 0.5.7
...
- python 3+
- all tests pass
- fetchurl since project based in gitlab and to run tests
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
fb40e62657
pythonPackages.pymatgen-lammps: init at 0.4.5
...
- all tests pass
- python 3+
- fetchurl since package is on gitlab
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
ff27546351
pythonPackages.pygmo: init at 2.8
...
- python 2.7, 3+
- skipping tests becuase none are easy to run (require some parallel workers)
- fetchFromgitHub so that running tests in future is possible
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
4716facdd1
pythonPackage.ase: init at 3.16.2
...
- tests just hang so skipping tests
- python 2.7, 3+
- repository is in gitlab so had to fetchurl
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
0513a0054d
pythonPackages.pathlib: init at 1.0.1
...
- python 2.7, 3+
- all tests pass
- package is depricated but is required by a package
2018-08-10 16:49:06 -04:00
Chris Ostrouchov
da136c4618
pythonPackages.docutils: refactored
...
- moved docutils to `python-modules`
2018-08-10 16:39:53 -04:00
Chris Ostrouchov
eb6e376753
pythonPackages.pytest-benchmark: init at 3.1.1
...
- fetchFromGitHub to get all tests
- all tests pass
- python 2.7, 3+
2018-08-10 16:38:38 -04:00
Chris Ostrouchov
6e9d37713a
pythonPackages.statistics: init at 1.0.3.5
...
- package does not come with tests
2018-08-10 16:37:45 -04:00
Chris Ostrouchov
90c353d44e
pythonPackages.py-cpuinfo: init at 4.0.0
...
- fetchFromGitHub to run all tests
- all tests pass
2018-08-10 16:36:50 -04:00
Jan Malakhovski
b135329dc5
treewide: random cleanups
2018-08-10 12:56:31 +00:00
Jörg Thalheim
c260a4d001
python.pkgs.pyls-isort: fix url/description
2018-08-10 14:28:01 +02:00
Jörg Thalheim
0165572217
python3.pkgs.pyls-mypy: 0.1.2 -> 0.1.3
2018-08-10 14:22:59 +02:00
Jörg Thalheim
3ea430ca2a
python.pkgs.pyls-black: init at 0.2.1
2018-08-10 14:15:16 +02:00
Kevin Quick
a9c48a0ad3
python: thespian: 3.9.2 -> 3.9.4 ( #44857 )
2018-08-10 12:28:49 +02:00
Silvan Mosberger
d91825e158
python3Packages.zeep: fix build ( #44843 )
2018-08-10 00:17:57 +02:00
Frederik Rietdijk
d9fa74ba78
Merge master into staging
2018-08-09 18:28:15 +02:00
Rodney Lorrimar
3a195dc2ef
pythonPackages.uuid: init at 1.30
2018-08-09 16:53:30 +02:00
Chris Ostrouchov
7e192a55e7
pythonPackages.pytest-timeout: refactor add python 2.7 compatibiliy
...
In version 1.3.1 of `pytest-timeout` (latest) the setup.py file is not
compatible with python 2.7 and 3+ due to how `open` is called. A patch
has been added that can be removed once a fix and new relase is given.
2018-08-09 10:46:07 -04:00
Pascal Wittmann
af8cd3c74e
Merge branch 'master' into add-missing-licenses
...
Conflicts:
pkgs/applications/version-management/subversion/default.nix
2018-08-09 13:10:27 +02:00
Christopher Ostrouchov
1d46027c3d
pythonPackages.pysrim: init at 0.5.8 ( #44756 )
...
- compatible with 2.7, 3+
- tests are not run due to requiring git lfs download of repository
2018-08-09 00:31:51 +02:00
Christopher Ostrouchov
74f0282d65
pythonPackages.singledispatch: move expression ( #44654 )
2018-08-08 22:35:46 +02:00
Christopher Ostrouchov
8de02232c5
pythonPackages.sortedcontainers: 1.5.7 -> 2.0.4 ( #44653 )
...
Moving sortedcontianers from top-level -> python-modules and updating
to newest sortedcontianers release.
2018-08-08 22:12:12 +02:00
Frederik Rietdijk
52e7817aa2
Merge pull request #26580 from twhitehead/theano-cleanup
...
Theano cleanup
2018-08-08 17:43:04 +02:00
Robert Schütz
6342ab656c
Merge pull request #44446 from rnhmjoj/python2->python3
...
Make python{2,3} version explicit
2018-08-08 11:18:21 +02:00
Christopher Ostrouchov
c2e7a20f34
pythonPackages.docrep: init at 0.2.3 ( #44665 )
2018-08-08 10:53:28 +02:00