Rok Garbas
|
0b4bcaad95
|
pythonPackages.gcutil: fix pinning of google_apputils version
also added some more metadata to the package
|
2015-08-29 21:39:35 +02:00 |
|
Rok Garbas
|
32dca6d3b2
|
pythonPackages.qscintilla: dont build on py3 and pypy
because qscintilla is not a standard python package ``buildPythonPackage`` is
not used and ``disabled`` does do anything.
diff --git a/pkgs/top-level/python-packages.nix
b/pkgs/top-level/python-packages.nix index 93d40c3..925ceb0 100644 ---
a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix
@@ -11823,35 +11823,36 @@ let }; };
- qscintilla = pkgs.stdenv.mkDerivation rec {
- # TODO: Qt5 support
- name = "qscintilla-${version}";
- version = pkgs.qscintilla.version;
- disabled = isPy3k || isPyPy;
-
- src = pkgs.qscintilla.src;
-
- buildInputs = with pkgs; [ xorg.lndir qt4 pyqt4 python ];
-
- preConfigure = ''
- mkdir -p $out
- lndir ${pkgs.pyqt4} $out
- cd Python
- ${python.executable} ./configure-old.py \
- --destdir $out/lib/${python.libPrefix}/site-packages/PyQt4 \
- --apidir $out/api/${python.libPrefix} \
- -n ${pkgs.qscintilla}/include \
- -o ${pkgs.qscintilla}/lib \
- --sipdir $out/share/sip
- '';
+ qscintilla = if isPy3k || isPyPy
+ then throw "qscintilla-${pkgs.qscintilla.version} not supported for interpreter ${python.executable}"
+ else pkgs.stdenv.mkDerivation rec {
+ # TODO: Qt5 support
+ name = "qscintilla-${version}";
+ version = pkgs.qscintilla.version;
+
+ src = pkgs.qscintilla.src;
+
+ buildInputs = with pkgs; [ xorg.lndir qt4 pyqt4 python ];
+
+ preConfigure = ''
+ mkdir -p $out
+ lndir ${pkgs.pyqt4} $out
+ cd Python
+ ${python.executable} ./configure-old.py \
+ --destdir $out/lib/${python.libPrefix}/site-packages/PyQt4 \
+ --apidir $out/api/${python.libPrefix} \
+ -n ${pkgs.qscintilla}/include \
+ -o ${pkgs.qscintilla}/lib \
+ --sipdir $out/share/sip
+ '';
- meta = with stdenv.lib; {
- description = "A Python binding to QScintilla, Qt based text editing control";
- license = licenses.lgpl21Plus;
- maintainers = [ "abcz2.uprola@gmail.com" ];
- platforms = platforms.linux;
+ meta = with stdenv.lib; {
+ description = "A Python binding to QScintilla, Qt based text editing control";
+ license = licenses.lgpl21Plus;
+ maintainers = [ "abcz2.uprola@gmail.com" ];
+ platforms = platforms.linux;
+ };
};
- };
qserve = buildPythonPackage rec {
|
2015-08-29 21:22:29 +02:00 |
|
Rok Garbas
|
33cb16104c
|
vimPlugins: adding css_color_5056, ctrlp-py-matcher, ctrlp-z, goyo, vim-signify, vim-webdevicons
|
2015-08-29 21:01:38 +02:00 |
|
Rok Garbas
|
c61ade7b52
|
vimPlugins: updated (and sorted alphabetically)
|
2015-08-29 21:01:28 +02:00 |
|
William A. Kennington III
|
3afc3494bb
|
goPackages: Use parallel instead of forking in bash
|
2015-08-29 11:51:26 -07:00 |
|
Peter Simons
|
b9e999a595
|
Merge pull request #9526 from dfoxfranke/cvs-fast-export
cvs-fast-export: don't link against librt
|
2015-08-29 20:09:59 +02:00 |
|
Peter Simons
|
6b1bcc66ae
|
haskell-MFlow: fix build
|
2015-08-29 20:01:49 +02:00 |
|
William A. Kennington III
|
4121c5064a
|
parallel: Fix some needed dependencies
|
2015-08-29 10:49:23 -07:00 |
|
Jaka Hudoklin
|
be1d6923a8
|
Merge pull request #9528 from offlinehacker/nixos/openvswitch/startup_fix
openvswitch service: fix ipsec startup order
|
2015-08-29 19:19:56 +02:00 |
|
Jaka Hudoklin
|
eaaad0deea
|
Merge pull request #9527 from offlinehacker/nixos/kube/options
kubernetes service: add a few options
|
2015-08-29 19:19:23 +02:00 |
|
Jaka Hudoklin
|
c65cdcf722
|
kubernetes service: add a few options
|
2015-08-29 19:18:38 +02:00 |
|
Jaka Hudoklin
|
8ceca44dbd
|
Merge pull request #9363 from Havvy/iojs
iojs: 3.0.0 -> 3.1.0
|
2015-08-29 19:00:15 +02:00 |
|
Jaka Hudoklin
|
c7bb64cb97
|
Merge pull request #7344 from joachifm/apparmor-pam
nixos: add AppArmor PAM support
|
2015-08-29 18:59:53 +02:00 |
|
Jaka Hudoklin
|
ed63e18652
|
Merge pull request #9384 from jefdaj/bitcoinxt-twopackages
Add BitcoinXT as a separate package
|
2015-08-29 18:47:48 +02:00 |
|
Jaka Hudoklin
|
5c91812c79
|
Merge pull request #9351 from offlinehacker/pkgs/xca/update/1.3.0
xca: Update to 1.3.0
|
2015-08-29 18:44:56 +02:00 |
|
Jaka Hudoklin
|
256d2950b9
|
xca: 0.9.3 -> 1.3.0
|
2015-08-29 18:44:02 +02:00 |
|
Jaka Hudoklin
|
bb708a5dad
|
Merge pull request #9531 from offlinehacker/pkgs/skydns/update_2.5.2b
skydns: 2.5.0a -> 2.5.2b
|
2015-08-29 18:34:04 +02:00 |
|
Jaka Hudoklin
|
03b564620b
|
Merge pull request #9529 from offlinehacker/pkgs/qtpass/1.0.1
qtpass: 0.8.4 -> 1.0.1
|
2015-08-29 18:33:29 +02:00 |
|
Jaka Hudoklin
|
95e2403f86
|
Merge pull request #9530 from offlinehacker/pkgs/docker/fix_add_utillinux
docker: add blkid from utillinux to path
|
2015-08-29 18:32:52 +02:00 |
|
Jaka Hudoklin
|
e2f673e024
|
skydns: 2.5.0a -> 2.5.2b
|
2015-08-29 18:28:50 +02:00 |
|
Jaka Hudoklin
|
ff0575a2f1
|
docker: add blkid from utillinux to path
|
2015-08-29 18:25:39 +02:00 |
|
Jaka Hudoklin
|
367b0be7b4
|
qtpass: 0.8.4 -> 1.0.1
|
2015-08-29 18:23:08 +02:00 |
|
Jaka Hudoklin
|
29c0262708
|
openvswitch service: fix ipsec startup order
|
2015-08-29 18:21:43 +02:00 |
|
Daniel Fox Franke
|
07903b1617
|
cvs-fast-export: don't link against librt
It's superfluous on Linux, and it breaks the build on Darwin.
|
2015-08-29 12:05:52 -04:00 |
|
Bjørn Forsman
|
ab6af31ecb
|
spyder: enable for all python interpreters
Rope is not ported to python3 yet, so it is disabled (it's a
"recommended" dependency, not critical).
|
2015-08-29 17:41:35 +02:00 |
|
Frederik Rietdijk
|
dbc7e0fea5
|
spyder: 2.2.5 -> 2.3.6
Set environment variable to use setuptools (fixes build issue).
[Bjørn: split enabling spyder for python3 into separate commit.]
|
2015-08-29 17:41:35 +02:00 |
|
Damien Cassou
|
de3a53f277
|
Merge pull request #9525 from DamienCassou/update-maintainer-email
Change my email address
|
2015-08-29 16:59:47 +02:00 |
|
Damien Cassou
|
41507ce415
|
Change my email address
|
2015-08-29 16:57:08 +02:00 |
|
Peter Simons
|
c95f642260
|
Merge pull request #9508 from dfoxfranke/haskell-tar
haskellPackages.tar: disable tests
|
2015-08-29 16:09:21 +02:00 |
|
Bjørn Forsman
|
f6135c9fba
|
calibre: 2.35.0 -> 2.36.0
Unbreaks build, as the 2.35.0 source URL returns HTTP error 404.
|
2015-08-29 15:58:42 +02:00 |
|
Peter Simons
|
69b648ea95
|
Revert "Added K Framework package."
This reverts commit de0211090334c2d562ee8560a298d5f5f76b40b3. The package doesn't
compile: https://github.com/NixOS/nixpkgs/pull/7419#issuecomment-135972366.
|
2015-08-29 15:38:33 +02:00 |
|
Domen Kožar
|
fe0d91a0eb
|
petrifoo: fix build
(cherry picked from commit dc8e1c199c074319be63fba8a0301b3332262927)
Signed-off-by: Domen Kožar <domen@dev.si>
|
2015-08-29 14:12:36 +02:00 |
|
Domen Kožar
|
cbb7bc92b6
|
Merge pull request #9320 from kamilchm/vimPlugins-molokai
vimPlugins: add molokai
|
2015-08-29 14:09:51 +02:00 |
|
Domen Kožar
|
0c8b638b57
|
Merge pull request #9514 from dfoxfranke/glob2
glob2: fix build failure
|
2015-08-29 14:05:48 +02:00 |
|
Domen Kožar
|
806b679b6d
|
Merge pull request #9515 from benley/prometheus-0.15.1
Prometheus: update to 0.15.1
|
2015-08-29 14:04:43 +02:00 |
|
Domen Kožar
|
d9cb4f92b5
|
pythonPackages.protobuf: disable on pypy
(cherry picked from commit 172d2793b9819eb6fa87f88806aaf6c7587e3a2c)
Signed-off-by: Domen Kožar <domen@dev.si>
|
2015-08-29 13:17:33 +02:00 |
|
Domen Kožar
|
df045923b4
|
Merge pull request #9491 from FRidh/importlib
importlib: disable for Python>2.6 and PyPy
|
2015-08-29 13:13:03 +02:00 |
|
Frederik Rietdijk
|
12553227d2
|
python-packages dask: init at 0.7.0
|
2015-08-29 13:03:36 +02:00 |
|
Frederik Rietdijk
|
582c9a81dc
|
python-packages dill: init at 0.2.4
|
2015-08-29 13:03:01 +02:00 |
|
Frederik Rietdijk
|
88d444b36f
|
python-packages objgraph: init at 2.0.1
|
2015-08-29 13:02:44 +02:00 |
|
Frederik Rietdijk
|
d3bc5765dd
|
python-packages xray: init at 0.6.0
|
2015-08-29 12:36:11 +02:00 |
|
Vincent Laporte
|
1a2d05a840
|
getdata: 0.8.8 -> 0.8.9
|
2015-08-29 11:57:10 +02:00 |
|
Frederik Rietdijk
|
fb5f7832d9
|
gnome 3.16 accersiser: change ipythonLight to ipython
|
2015-08-29 10:57:37 +02:00 |
|
Frederik Rietdijk
|
df8ddf9809
|
python-packages ipyparallel: init at 4.0.2
|
2015-08-29 10:57:37 +02:00 |
|
Frederik Rietdijk
|
4aed6b2d29
|
python-packages nbconvert: init at 4.0.0
|
2015-08-29 10:57:37 +02:00 |
|
Frederik Rietdijk
|
2e27fdab1f
|
python-packages nbformat: init at 4.0.0
|
2015-08-29 10:57:36 +02:00 |
|
Frederik Rietdijk
|
70dddefc96
|
python-packages notebook: init at 4.0.4
The Jupyter notebook used to be part of ipython
|
2015-08-29 10:57:36 +02:00 |
|
Frederik Rietdijk
|
529083ae67
|
python-packages qtconsole: init at 4.0.1
The qtconsole used to be part of the ipython package.
|
2015-08-29 10:57:36 +02:00 |
|
Frederik Rietdijk
|
86137992f7
|
python-packages jupyter_client: init at 4.0.0
|
2015-08-29 10:57:35 +02:00 |
|
Frederik Rietdijk
|
50aed1ee10
|
importlib: disable for Python>2.6 and PyPy
importlib is part of the standard library for Python > 2.6 and PyPy.
Tested with nix-shell for all *Packages.importlib versions.
|
2015-08-29 10:43:42 +02:00 |
|