Commit Graph

6509 Commits

Author SHA1 Message Date
Jörg Thalheim
f2feb99990
Merge pull request #37493 from makefu/pkgs/simp_le/0.8.0
simp_le: 0.6.1 -> 0.8.0
2018-03-21 12:03:59 +00:00
makefu
7a0027804c
josepy: init at 1.0.1 2018-03-20 22:25:02 +01:00
Robert Schütz
dceb9ee393
Merge pull request #37439 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-20 18:10:05 +01:00
Robert Schütz
9f54b031fd pythonPackages.WSME: move expression 2018-03-20 17:32:48 +01:00
Robert Schütz
86e007bd31 pythonPackages.klein: move expression 2018-03-20 17:32:48 +01:00
Robert Schütz
a1b9cc7938 pythonPackages.deform: move expression 2018-03-20 17:32:47 +01:00
Robert Schütz
061e79806e pythonPackages.stem: move expression 2018-03-20 17:32:47 +01:00
Robert Schütz
fbff08f2f2 pythonPackages.{reviewboard,djblets}: uninit
Djblets is unmaintained: has not been updated since 2015, but had many releases.
Dependency django_pipeline_1_3 is broken and should anyway be removed from pythonPackages because we want to have a consistent package set.
Because the reviewboard package also hasn't been updated since 2015 and depends on djblets, it is removed as well.
2018-03-20 17:32:47 +01:00
Robert Schütz
127045d8e0 pythonPackages.slimit: init at 0.8.1 2018-03-20 10:59:37 +01:00
Robert Schütz
ba74cf4d5c pythonPackages.django_pipeline: move expression 2018-03-20 09:58:15 +01:00
Lancelot SIX
de63ff83a7
pythonPackages.svg-path: 2.0b1 -> 2.2 2018-03-19 22:39:56 +01:00
Robert Schütz
def2a2567d
Merge pull request #34642 from y0no/add_patator
pythonPackages.patator: init at 0.7
2018-03-19 11:59:54 +01:00
y0no
0725d666d6 pythonPackages.patator: init at 0.7 2018-03-19 11:40:57 +01:00
y0no
38719d170d pythonPackages.mysqlclient: init at 1.3.12 2018-03-19 11:40:57 +01:00
y0no
c9366518fa pythonPackages.cx_oracle: init at 6.1 2018-03-19 11:40:57 +01:00
y0no
a15544d5f5 pythonPackages.ajpy: init at 0.0.2 2018-03-19 11:40:57 +01:00
y0no
c9bbf071bd pythonPackages.ipy: 0.74 -> 0.83 2018-03-19 11:40:16 +01:00
Robert Schütz
196b4863de
Merge pull request #35056 from catern/master
pythonPackages.requests-unixsocket: init at 0.1.5
2018-03-19 11:26:18 +01:00
Matthew Justin Bauer
afe69ded54
Merge pull request #36414 from erikarvstedt/opentimestamps
Add opentimestamps
2018-03-19 03:57:11 -05:00
Josef Kemetmüller
af0f9fa26b pythonPackages.tkinter: fix darwin build 2018-03-18 22:28:46 +01:00
Spencer Baugh
04c3713755 pythonPackages.requests-unixsocket: init at 0.1.5 2018-03-18 17:47:37 +00:00
Robert Schütz
024acca3f4
Merge pull request #37147 from Ma27/fix-thumbor
pythonPackages.thumbor: fix build
2018-03-18 17:18:29 +01:00
Robert Schütz
3d183c14d7
Merge pull request #37250 from dotlambda/python-fixes
Python fixes, cc #36453
2018-03-18 16:39:04 +01:00
Robert Schütz
4779989c4e pythonPackages.dlib: fix build 2018-03-18 16:04:52 +01:00
Robert Schütz
a6cbdeaef3 pythonPackages.colander: move expression 2018-03-18 15:52:18 +01:00
Robert Schütz
bd7a7bd817 pythonPackages.allpairspy: init at 2.4.0 2018-03-18 13:19:06 +01:00
Robert Schütz
097dd635fa pythonPackages.pyshphere: uninit
Build is broken and project is unmaintained since 2013.
2018-03-18 13:03:29 +01:00
Gabriel Ebner
9a49811f66
Merge pull request #30263 from tsaeger/tsaeger/ofxhome
pythonPackages.ofxhome: 0.3.1 -> 0.3.3
2018-03-18 12:40:52 +01:00
Robert Schütz
19797d8464 klaus: move out of pythonPackages and 0.9.1 -> 1.2.2 2018-03-18 12:25:09 +01:00
Robert Schütz
bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Maximilian Bosch
23e6689578
pythonPackages.thumbor: 6.3.2 -> 6.4.2; fix build
Origianlly the package was broken as bumping `pythonPackages.pillow` to
5.x broke `thumbor`. The latest upstream version `6.4.2` solved this
issue, so a simple package bump was sufficient.

Furthermore the following changes were made:

- moved the expression into its own file
- added myself as maintainer in case of any further breackage
- re-enabled python3 build: 6.4.2 is fine with python3, however the
  `futures` dependency can't be satisfied anymore as it's part of
  Python3. Therefore a patch for `setup.py` will be applied for Python3
  buildsto drop the dependency

Note: the testsuite is disabled for now as several impure tests are done
and our testing environment seems to be unable to work the with the
natively compiled python modules properly.

Therefore I tested the module using the following expression:

``` nix
with import ./. {};

stdenv.mkDerivation {
  name = "thumbor-test";
  src = null;
  buildInputs = [ python pythonPackages.thumbor ];
}
```

Inside this nix shell `thumbor` works fine and the native modules can be
imported.

See https://hydra.nixos.org/build/71062729/log
See ticket #36453
2018-03-18 10:31:59 +01:00
Peter Hoeg
1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Robert Schütz
6d3232f7aa
Merge pull request #37247 from Ma27/fix-tablib
pythonPackages.tablib: fix build
2018-03-17 20:45:15 +01:00
Robert Schütz
3394feaeef pythonPackages.hvac: move expression 2018-03-17 18:54:57 +01:00
Robert Schütz
ba5d1bb28b pythonPackages.paypalrestsdk: move expression 2018-03-17 17:05:38 +01:00
Robert Schütz
127f99e22e pythonPackages.pushbullet: move expression 2018-03-17 16:46:30 +01:00
Maximilian Bosch
4a0c0401b5
pythonPackages.tablib: fix build
`openpyxl` v5 breaks `tablib`, the following patch fixes the API
incompatibility: https://github.com/kennethreitz/tablib/pull/296

See https://hydra.nixos.org/build/70694938/log
See ticket #36453
2018-03-17 15:21:59 +01:00
Robert Schütz
b549f18b6c pythonPackages.CommonMark: move expression 2018-03-17 15:17:31 +01:00
Shea Levy
2963d76ca3
pythonPackages.pyspark: Init at 2.3.0 2018-03-17 09:54:12 -04:00
Shea Levy
4322f2b8c8
pythonPackages.py4j: Init at 0.10.6. 2018-03-17 09:17:48 -04:00
Tuomas Tynkkynen
ef64208eba Merge commit '3ab2949' from staging into master
Conflicts:
	pkgs/development/compilers/llvm/6/llvm.nix
	pkgs/servers/home-assistant/component-packages.nix
2018-03-15 22:30:56 +02:00
adisbladis
408f6b2843
pythonPackages.pycurl: Move to separate file 2018-03-16 01:14:12 +08:00
adisbladis
a2a7037937
Merge pull request #37038 from dtzWill/update/pycurl-7.43.0.1
pycurl: 7.19.5.1 -> 7.43.0.1
2018-03-16 01:08:04 +08:00
Timo Kaufmann
488835ec6e conan: Locally pin deps, enable tests 2018-03-15 13:48:58 +01:00
Andrew Dunham
92a77abd31 xgboost: Enable building on Darwin (#37046)
* xgboost: Enable building on Darwin

* Review feedback: pass `xgboost` to the python package
2018-03-15 04:17:55 +03:00
John Ericson
2e87550ace
Merge pull request #36985 from obsidiansystems/no-allBut
treewide: get rid of platforms.allBut
2018-03-14 18:57:28 -04:00
Will Dietz
99131b4fc2 pycurl: 7.19.5.1 -> 7.43.0.1 2018-03-14 17:50:25 -05:00
John Ericson
f79f80dbf2 treewide: get rid of platforms.allBut
Negative reasoning like `allBut` is a bad idea with an open world of
platforms. Concretely, if we add a new, quite different sort of
platform, existing packages with `allBut` will claim they work on it
even though they probably won't.
2018-03-14 18:44:42 -04:00
Robert Schütz
d78a411d98
Merge pull request #36899 from aborsu/spacy
Spacy
2018-03-14 23:36:46 +01:00
Daiderd Jordan
f18a23acf3
Merge pull request #37008 from knedlsepp/fix-pycurl-on-darwin
pythonPackages.pycurl: Fix darwin build
2018-03-14 20:43:01 +01:00