Commit Graph

34651 Commits

Author SHA1 Message Date
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
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
Nicolas Schneider
d0a9dcb01d
conky: provide option to build with pulseaudio support 2018-03-18 14:36:45 +01:00
Joachim F
b5cc32eff2
Merge pull request #34355 from volth/xnbd
xnbd: init at 0.4.0
2018-03-18 12:50:30 +00:00
Joachim Schiele
f41a3e7d7d
Emscripten 1.37.16 to 1.37.36 (#37291)
* trying to build emscriptenPackages not all fail

* reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work

* backup commit

* much more targets are compiling now

* added common revisioning

* revision bump to 1.37.36 (not tested)

* fixed xmllint

* forcing unit testing, will implement the tests after i get home

* json_c test working

* added tests

* tiny fixes

* added documentation
2018-03-18 13:34:46 +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
Jörg Thalheim
3dbf7a4418
Merge pull request #37211 from yrashk/mmark
mmark: init at 1.3.6
2018-03-18 11:39:54 +00:00
Jörg Thalheim
38c3df5396
Merge pull request #37068 from oxij/pkgs/speech
pkgs: some speech-related things
2018-03-18 11:34:40 +00:00
Jörg Thalheim
1ec1c124fe
Merge pull request #37310 from tiramiseb/calaos_installer
calaos_installer: init at 3.1
2018-03-18 11:27:39 +00:00
Jörg Thalheim
bcddd8bd2a
Merge pull request #37033 from lukeadams/freenect-update
freenect: 0.5.5 -> 0.5.7, Enable Darwin
2018-03-18 11:26:24 +00: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
Sébastien Maccagnoni
c0866e1990 calaos_installer: init at 3.1 2018-03-18 11:53:41 +01:00
Jörg Thalheim
fc0a5f4cb7
Merge pull request #37209 from enolan/upgrade-workrave
workrave: 1.10.7 -> 1.10.20
2018-03-18 10:50:22 +00:00
Robert Schütz
bd3280fbae pythonPackages.python-ctags3: init at 1.2.4 2018-03-18 11:46:37 +01:00
Yurii Rashkovskii
c99a2da0bf
mmark: init at 1.3.6 2018-03-18 17:02:20 +07:00
Jörg Thalheim
5ca797c72c
Merge pull request #37306 from svsdep/gnome-3-timepp
gnomeExtensions.timepp: init at 2018.03.17
2018-03-18 09:35:59 +00: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
Vasyl Solovei
66d2ec52e7 gnomeExtensions.timepp: init at 2018.03.17 2018-03-18 11:28:48 +02:00
Robert Schütz
b96fa84bbf
Merge pull request #35347 from Ma27/package-chkcrontab
chkcrontab: init at 1.7
2018-03-18 10:22:54 +01:00
Jörg Thalheim
eb3b45fca7
Merge pull request #37293 from peterhoeg/p/po
pythonPackages.pushover: init at 0.3
2018-03-18 09:03:41 +00:00
Michael Brantley
9495c9218c
perlPackages.PkgConfig: init at 0.19026 2018-03-18 09:48:21 +01:00
Michael Brantley
2d8a8080eb
perlPackages.ConfigIniFiles: init at 2.94 2018-03-18 09:41:34 +01:00
lewo
782fbc6cfd
Merge pull request #37035 from rdnetto/master
bar: init at version 1.11.1
2018-03-18 09:23:46 +01:00
Frederik Rietdijk
7157404151
Merge pull request #37304 from yrashk/xml2rfc
xml2rfc: init at 2.9.6
2018-03-18 08:50:47 +01:00
Yurii Rashkovskii
3315a549bf
xml2rfc: init at 2.9.6 2018-03-18 14:44:57 +07:00
Peter Hoeg
1b129b0b54 pythonPackages.pushover: init at 0.3 2018-03-18 12:16:27 +08:00
Shea Levy
8b097fc7f6
release-small.nix: Fix evaluation error 2018-03-17 21:57:44 -04:00
Echo Nolan
5b0985d055 workrave: fix alert sounds by including the right GST plugins 2018-03-17 13:31:45 -07: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
lewo
5720286e47
Merge pull request #36900 from rnhmjoj/noteshrink
noteshrink: init at 0.1.1
2018-03-17 20:32:37 +01:00
Robert Schütz
3394feaeef pythonPackages.hvac: move expression 2018-03-17 18:54:57 +01:00
Daiderd Jordan
879f144d7f
far2l: fix clang build
/cc ZHF #36454
2018-03-17 18:48:20 +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
Gabriel Ebner
065fda260a
Merge pull request #37189 from fdns/libtins
libtins: init at 3.5
2018-03-17 15:58:05 +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
Peter Simons
aa0545130b Configure Haskell bootstrapping package sets to perform minimal builds. 2018-03-17 08:21:23 +01:00
Peter Simons
993bcbb225 ghc: drop all compiler versions prior to 7.10.3
None of these old compilers are used anywhere in Nixpkgs, and keeping those
builds working in the face of regular updates of GCC, binutils, and whatnot is
too much effort for no obvious benefit.
2018-03-17 08:21:22 +01:00