Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 49d34a496501
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4b5cc4e808b1
Choose a head ref
  • 2 commits
  • 6 files changed
  • 1 contributor

Commits on Sep 28, 2017

  1. python.pkgs.futurist: dontCheck

    (cherry picked from commit 169a344)
    globin committed Sep 28, 2017

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    globin Robin Gloster
    Copy the full SHA
    ecd2a1a View commit details
  2. Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    globin Robin Gloster
    Copy the full SHA
    4b5cc4e View commit details
1 change: 1 addition & 0 deletions pkgs/development/python-modules/graph-tool/2.x.x.nix
Original file line number Diff line number Diff line change
@@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
license = licenses.gpl3;
platforms = platforms.all;
maintainer = [ stdenv.lib.maintainers.joelmo ];
broken = true;
};

src = fetchurl {
1 change: 1 addition & 0 deletions pkgs/development/python-modules/libagent/default.nix
Original file line number Diff line number Diff line change
@@ -22,5 +22,6 @@ buildPythonPackage rec {
homepage = https://github.com/romanz/trezor-agent;
license = licenses.gpl3;
maintainers = with maintainers; [ np ];
broken = true;
};
}
3 changes: 3 additions & 0 deletions pkgs/development/python-modules/ltc_scrypt/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ stdenv
, buildPythonPackage
, fetchPypi
, isPy3k
}:

buildPythonPackage rec {
@@ -13,6 +14,8 @@ buildPythonPackage rec {
sha256 = "1h90hh3iw4i7zs7jgskdjlk8gi97b3v2zqsxdfwdvhrrnhpvv856";
};

disabled = isPy3k;

meta = with stdenv.lib; {
description = "Bindings for scrypt proof of work used by Litecoin";
homepage = https://pypi.python.org/pypi/ltc_scrypt;
Original file line number Diff line number Diff line change
@@ -31,5 +31,6 @@ buildPythonPackage rec {
homepage = https://developer.mozilla.org/en-US/docs/Mozilla/QA/Marionette;
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ raskin ];
broken = true;
};
}
1 change: 1 addition & 0 deletions pkgs/development/python-modules/xarray/default.nix
Original file line number Diff line number Diff line change
@@ -29,5 +29,6 @@ buildPythonPackage rec {
homepage = https://github.com/pydata/xarray;
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ fridh ];
broken = true;
};
}
55 changes: 53 additions & 2 deletions pkgs/top-level/python-packages.nix
Original file line number Diff line number Diff line change
@@ -1824,6 +1824,8 @@ in {
sha256 = "496265f4b7d33483ec153b9e1b8333fe959b115f7e781510089c8313b7d86560";
};

disabled = isPy3k;

meta = {
description = "Tap into The Echo Nest's Musical Brain for the best music search, information, recommendations and remix tools on the web";
homepage = https://github.com/echonest/pyechonest;
@@ -3310,6 +3312,8 @@ in {
bandit oslosphinx coverage testtools testscenarios testrepository mock

];

meta.broken = true;
};

barbicanclient = buildPythonPackage rec {
@@ -3389,6 +3393,7 @@ in {
description = "Client library and command line tool for the OpenStack Nova API";
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.linux;
broken = true;
};
};

@@ -3403,6 +3408,8 @@ in {

buildInputs = with self; [ pytest ];

disabled = isPy3k;

meta = with stdenv.lib; {
description = "Tablib: format-agnostic tabular dataset library";
homepage = "http://python-tablib.org";
@@ -5428,6 +5435,7 @@ in {
propagatedBuildInputs = with self; [ python_fedora pyopenssl ];
postInstall = "mv $out/bin/fedpkg $out/bin/fedora-cert-fedpkg";
doCheck = false;
disabled = isPy3k;
};

fedpkg = buildPythonPackage (rec {
@@ -6274,6 +6282,8 @@ in {
buildInputs = with self; [ pytest ];
propagatedBuildInputs = with self; [ six clint pyyaml docopt requests jsonpatch args ];

disabled = isPy3k;

meta = with stdenv.lib; {
description = "A python wrapper for the various Internet Archive APIs";
homepage = "https://github.com/jjjake/internetarchive";
@@ -6443,6 +6453,7 @@ in {

buildInputs = [ pkgs.bluez pkgs.openobex ];

disabled = isPy3k;

meta = {
homepage = http://lightblue.sourceforge.net;
@@ -6769,7 +6780,9 @@ in {
url = git://github.com/etsy/logster;
rev = "7475c53822";
sha256 = "0565wxxiwksnly8rakb2r77k7lwzniq16kv861qd2ns9hgsjgy31";
};
};

disabled = isPy3k;
};

logfury = callPackage ../development/python-modules/logfury { };
@@ -7725,6 +7738,8 @@ in {

buildInputs = with self; [ zope_interface zope_location zope_schema ];

disabled = isPy3k;

meta = {
maintainers = with maintainers; [ domenkozar ];
};
@@ -10210,6 +10225,8 @@ in {
};

propagatedBuildInputs = with self; [ requests ];

disabled = isPy3k;
};

hypothesis = callPackage ../development/python-modules/hypothesis.nix { };
@@ -11283,6 +11300,7 @@ in {
meta = {
homepage = http://locust.io/;
description = "A load testing tool";
broken = true;
};
};

@@ -13083,6 +13101,8 @@ in {

propagatedBuildInputs = with self; [ nose ];

disabled = isPy3k;

meta = {
description = "Simple nose plugin that enables developers to run subset of collected tests to spare some waiting time for better things";
};
@@ -14016,6 +14036,8 @@ in {
testtools testscenarios testrepository oslotest subunit
];

# breaks in sandboxing
doCheck = false;
};

oslo-messaging = buildPythonPackage rec {
@@ -14090,6 +14112,8 @@ in {
patchPhase = ''
sed -i 's@python@${python.interpreter}@' .testr.conf
'';

meta.broken = true;
};

cinderclient = buildPythonPackage rec {
@@ -14209,6 +14233,7 @@ in {
buildInputs = with self; [
tempest-lib testresources mock oslotest
];
meta.broken = true;
};

oslo-rootwrap = buildPythonPackage rec {
@@ -14455,6 +14480,8 @@ in {
sed -i '/doc8/d' test-requirements.txt
${python.interpreter} setup.py test
'';

meta.broken = true;
};

glance_store = buildPythonPackage rec {
@@ -14606,6 +14633,8 @@ in {
# https://github.com/openstack/networking-hyperv/commit/56d66fc012846620a60cb8f18df5a1c889fe0e26
sed -i 's/from oslo import i18n/import oslo_i18n as i18n/' hyperv/common/i18n.py
'';

broken = true;
};

kazoo = buildPythonPackage rec {
@@ -15368,6 +15397,8 @@ in {

propagatedBuildInputs = with self; [ httplib2 ];

disabled = isPy3k;

meta = {
homepage = https://developer.paypal.com/;
description = "Python APIs to create, process and manage payment";
@@ -16102,7 +16133,7 @@ in {


pyalgotrade = buildPythonPackage {
name = "pyalogotrade-0.16";
name = "pyalgotrade-0.16";

src = pkgs.fetchurl {
url = "mirror://pypi/P/PyAlgoTrade/PyAlgoTrade-0.16.tar.gz";
@@ -16111,6 +16142,8 @@ in {

propagatedBuildInputs = with self; [ numpy scipy pytz ];

disable = isPy3k;

meta = {
description = "Python Algorithmic Trading";
homepage = http://gbeced.github.io/pyalgotrade/;
@@ -16433,6 +16466,7 @@ in {
meta = {
description = "Interface for working with block devices";
license = licenses.gpl2Plus;
broken = isPy3k;
};
};

@@ -16495,6 +16529,7 @@ in {
license = licenses.bsd2;
platforms = platforms.all;
homepage = "http://jparyani.github.io/pycapnp/index.html";
broken = true;
};
};

@@ -19493,6 +19528,8 @@ in {
sha256 = "1b59vyy12g6rix9l2fxx0hjiq33shkb79v57gwffs57vh74wc53v";
};

disabled = isPy3k;

meta = {
description = "A Python object API for managing the Linux LIO kernel target";
homepage = "https://github.com/agrover/rtslib-fb";
@@ -21807,6 +21844,8 @@ in {
sha256 = "64a6c3f1a60a9d8bf18f96a5403f3735b334040345ac3646064931c209720972";
};

disabled = isPy3k;

meta = {
description = "Python implementation of the v3 API for TheMovieDB.org, allowing access to movie and cast information";
homepage = http://pypi.python.org/pypi/tmdb3;
@@ -22504,6 +22543,8 @@ in {
sha256 = "aa6aef08995e14c20cc670d933bfa6e70d736d0b555af309b2e989e2faa9ee53";
};

disabled = isPy3k;

meta = {
description = "Python wrapper for Xvfb, Xephyr and Xvnc";
homepage = "https://github.com/ponty/pyvirtualdisplay";
@@ -23512,6 +23553,8 @@ EOF

buildInputs = with self; [ mock nose ];

disabled = isPy3k;

meta = {
description = "Python API for the browse feature of Spotify";
homepage = https://github.com/trygveaa/python-tunigo;
@@ -24511,6 +24554,8 @@ EOF
};

propagatedBuildInputs = with self; [requests websocket_client python_magic ];

meta.broken = true;
};

power = buildPythonPackage rec {
@@ -24826,6 +24871,8 @@ EOF
};

propagatedBuildInputs = with self; [ pynacl six ];

disabled = isPy3k;
};

pynacl = buildPythonPackage rec {
@@ -26856,6 +26903,8 @@ EOF
};
propagatedBuildInputs = with self; [ requests ];

disabled = isPy3k;

meta = {
description = "A Python client for the Packet API.";
homepage = "https://github.com/packethost/packet-python";
@@ -26960,6 +27009,8 @@ EOF
rev = "479211f6c5a7d034fd77762dfed381c3315cd773";
sha256 = "1ad0mkixc0s86djwsvhp1qlvcfs25086nh0qw7bys49gz8shczzi";
};

disabled = isPy3k;
};

wptserve = callPackage ../development/python-modules/wptserve { };