##// END OF EJS Templates
packaging: extracted some optional debug libraries into a separate file so we don't build always those...
packaging: extracted some optional debug libraries into a separate file so we don't build always those packages that we only use in time of debug.

File last commit:

r3141:b9ddffca default
r3141:b9ddffca default
Show More
python-packages.nix
2277 lines | 77.4 KiB | text/x-nix | NixLexer
/ pkgs / python-packages.nix
nix: updated to 18.03 nix packages...
r2824 # Generated by pip2nix 0.8.0.dev1
release: updated pip2nix output for 4.4.2
r996 # See https://github.com/johbo/pip2nix
nix: updated to 18.03 nix packages...
r2824 { pkgs, fetchurl, fetchgit, fetchhg }:
self: super: {
"alembic" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "alembic-0.9.9";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."sqlalchemy"
self."mako"
self."python-editor"
self."python-dateutil"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/89/03/756d5b8e1c90bf283c3f435766aa3f20208d1c3887579dd8f2122e01d5f4/alembic-0.9.9.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0bmkq6isjbmy4p7nxfvfpknjsx7rb3xn9g00169y891hcfkkxgc5";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "amqp" = super.buildPythonPackage {
name = "amqp-2.3.1";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."vine"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/1b/32/242ff76cd802766f11c89c72f3389b5c8de4bdfbab406137b90c5fae8b05/amqp-2.3.1.tar.gz";
sha256 = "0wlfnvhmfrn7c8qif2jyvsm63ibdxp02ss564qwrvqfhz0di72s0";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "appenlight-client" = super.buildPythonPackage {
name = "appenlight-client-0.6.25";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."webob"
self."requests"
self."six"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/fa/44/2911ef85ea4f4fe65058fd22959d8dad598fab6a3c84e5bcb569d15c8783/appenlight_client-0.6.25.tar.gz";
sha256 = "1r9l2rfg677nxhamdbyb9y4fs1zgy2dy1p19c68fnvqkxz40y627";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "atomicwrites" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "atomicwrites-1.2.1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/ac/ed/a311712ef6b4355035489f665e63e1a73f9eb371929e3c98e5efd451069e/atomicwrites-1.2.1.tar.gz";
sha256 = "1vmkbw9j0qammwxbxycrs39gvdg4lc2d4lk98kwf8ag2manyi6pc";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "attrs" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "attrs-18.2.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/0f/9e/26b1d194aab960063b266170e53c39f73ea0d0d3f5ce23313e0ec8ee9bdf/attrs-18.2.0.tar.gz";
sha256 = "0s9ydh058wmmf5v391pym877x4ahxg45dw6a0w4c7s5wgpigdjqh";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "authomatic" = super.buildPythonPackage {
name = "authomatic-0.1.0.post1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped authomatic to the latest available version. To fix oauth problems with Google.
r2894 url = "https://code.rhodecode.com/upstream/authomatic/archive/90a9ce60cc405ae8a2bf5c3713acd5d78579a04e.tar.gz?md5=3c68720a1322b25254009518d1ff6801";
sha256 = "1cgk0a86sbsjbri06gf5z5l4npwkjdxw6fdnwl4vvfmxs2sx9yxw";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "babel" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "babel-1.3";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pytz"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0bnin777lc53nxd1hp3apq410jj5wx92n08h7h4izpl4f4sx00lz";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "backports.shutil-get-terminal-size" = super.buildPythonPackage {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 name = "backports.shutil-get-terminal-size-1.0.0";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "107cmn7g3jnbkp826zlj8rrj19fam301qvaqf0f3905f5217lgki";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "beaker" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "beaker-1.9.1";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."funcsigs"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "08arsn61r255lhz6hcpn2lsiqpg30clla805ysx06wmbhvb6w9rj";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "beautifulsoup4" = super.buildPythonPackage {
dependencies: bumped some loose libraries...
r2961 name = "beautifulsoup4-4.6.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped some loose libraries...
r2961 url = "https://files.pythonhosted.org/packages/88/df/86bffad6309f74f3ff85ea69344a078fc30003270c8df6894fca7a3c72ff/beautifulsoup4-4.6.3.tar.gz";
sha256 = "041dhalzjciw6qyzzq7a2k4h1yvyk76xigp35hv5ibnn448ydy4h";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "billiard" = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "billiard-3.5.0.3";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/39/ac/f5571210cca2e4f4532e38aaff242f26c8654c5e2436bee966c230647ccc/billiard-3.5.0.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1riwiiwgb141151md4ykx49qrz749akj5k8g290ji9bsqjyj4yqx";
pylons: remove pylons as dependency...
r2351 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "bleach" = super.buildPythonPackage {
bleach: moved clean out of the catch context, so we no longer allow sanitizer to be bypassed....
r2992 name = "bleach-2.1.4";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."html5lib"
];
project: added all source files and assets
r1 src = fetchurl {
bleach: moved clean out of the catch context, so we no longer allow sanitizer to be bypassed....
r2992 url = "https://files.pythonhosted.org/packages/7a/b7/fa555afb61462b030abaf9ed1479b8ea031510f58c7706b06113be9f82ea/bleach-2.1.4.tar.gz";
sha256 = "1n337zbdml6z6zia0b1qgv6xiddx3qlwmcg9vk2mk60jcxhmzs8f";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
};
nix: updated to 18.03 nix packages...
r2824 "bumpversion" = super.buildPythonPackage {
name = "bumpversion-0.5.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
sha256 = "0zn7694yfipxg35ikkfh7kvgl2fissha3dnqad2c5bvsvmrwhi37";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "celery" = super.buildPythonPackage {
name = "celery-4.1.1";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pytz"
self."billiard"
self."kombu"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped celery to 4.1.1
r2764 url = "https://files.pythonhosted.org/packages/e9/cf/a4c0597effca20c57eb586324e41d1180bc8f13a933da41e0646cff69f02/celery-4.1.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1xbir4vw42n2ir9lanhwl7w69zpmj7lbi66fxm2b7pyvkcss7wni";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "chameleon" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "chameleon-2.24";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0ykqr7syxfa6h9adjfnsv1gdsca2xzm22vmic8859n0f0j09abj5";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
};
};
nix: updated to 18.03 nix packages...
r2824 "channelstream" = super.buildPythonPackage {
channelstream: do not send comment notifications to the commenting user
r544 name = "channelstream-0.5.2";
packaging: added channelstream and gevent back into CE....
r525 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."gevent"
self."ws4py"
self."pyramid"
self."pyramid-jinja2"
self."itsdangerous"
self."requests"
self."six"
];
packaging: added channelstream and gevent back into CE....
r525 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1qbm4xdl5hfkja683x546bncg3rqq8qv79w1m1a1wd48cqqzb6rm";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "click" = super.buildPythonPackage {
dependencies: bumped click to 6.6.0
r2301 name = "click-6.6";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/7a/00/c14926d8232b36b08218067bcd5853caefb4737cda3f0a47437151344792/click-6.6.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1sggipyz52crrybwbr9xvwxd4aqigvplf53k9w3ygxmzivd1jsnc";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "colander" = super.buildPythonPackage {
dependencies: bumped colander to 1.4.0
r2279 name = "colander-1.4";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."translationstring"
self."iso8601"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/cc/e2/c4e716ac4a426d8ad4dfe306c34f0018a22275d2420815784005bf771c84/colander-1.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0wjfphyr5aakv5hw73q287lbc15cbm0aardajv7i2mqf377rl3p2";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "configobj" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "configobj-5.0.6";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: use our own custom configobj for consistency across projects.
r2911 url = "https://code.rhodecode.com/upstream/configobj/archive/a11ff0a0bd4fbda9e3a91267e720f88329efb4a6.tar.gz?md5=9916c524ea11a6c418217af6b28d4b3c";
sha256 = "1hhcxirwvg58grlfr177b3awhbq8hlx1l3lh69ifl1ki7lfd1s1x";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "configparser" = super.buildPythonPackage {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 name = "configparser-3.5.0";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0fi7vf09vi1588jd8f16a021m5y6ih2hy7rpbjb408xw45qb822k";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "cov-core" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "cov-core-1.15.0";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."coverage"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0k3np9ymh06yv1ib96sb6wfsxjkqhmik8qfsn119vnhga9ywc52a";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "coverage" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "coverage-4.5.1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/35/fe/e7df7289d717426093c68d156e0fd9117c8f4872b6588e8a8928a0f68424/coverage-4.5.1.tar.gz";
sha256 = "1wbrzpxka3xd4nmmkc6q0ir343d91kymwsm8pbmwa0d2a7q4ir2n";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped few libraries....
r3096 license = [ pkgs.lib.licenses.asl20 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "cssselect" = super.buildPythonPackage {
dependencies: bumped cssselect to 1.0.3
r2766 name = "cssselect-1.0.3";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 doCheck = false;
src = fetchurl {
dependencies: bumped cssselect to 1.0.3
r2766 url = "https://files.pythonhosted.org/packages/52/ea/f31e1d2e9eb130fda2a631e22eac369dc644e8807345fbed5113f2d6f92b/cssselect-1.0.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "011jqa2jhmydhi0iz4v1w3cr540z5zas8g2bw8brdw4s4b2qnv86";
pylons: remove pylons as dependency...
r2351 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "decorator" = super.buildPythonPackage {
dependencies: bumped decorator to 4.1.2
r2282 name = "decorator-4.1.2";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/bb/e0/f6e41e9091e130bf16d4437dabbac3993908e4d6485ecbc985ef1352db94/decorator-4.1.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1d8npb11kxyi36mrvjdpcjij76l5zfyrz2f820brf0l0rcw4vdkw";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: made decorator lib use the same version for rc and vcsserver.
r1523 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "new BSD License"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "deform" = super.buildPythonPackage {
dependencies: bumped deform to 2.0.5
r2704 name = "deform-2.0.5";
dan
forms: add deform for integration settings forms
r518 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."chameleon"
self."colander"
self."iso8601"
self."peppercorn"
self."translationstring"
self."zope.deprecation"
];
dan
deform: use pypi deform library and add helpers to deform scope directly...
r519 src = fetchurl {
dependencies: bumped deform to 2.0.5
r2704 url = "https://files.pythonhosted.org/packages/0c/b1/ba711d5808c12538c8504f534d79c124ed834f19ac36f0ac5391c3bbd1c1/deform-2.0.5.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0ybg9zsnfac1kaxrjanmkjk0xaklf4d3piywxwr08l1cl1336kc7";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
dan
forms: add deform for integration settings forms
r518 license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
};
nix: updated to 18.03 nix packages...
r2824 "docutils" = super.buildPythonPackage {
dependencies: bumped docutils to 0.14.0
r2283 name = "docutils-0.14";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/84/f4/5771e41fdf52aabebbadecc9381d11dea0fa34e4759b4071244fa094804c/docutils-0.14.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0x22fs3pdmr42kvz6c654756wja305qv6cx1zbhwlagvxgr4xrji";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.publicDomain pkgs.lib.licenses.gpl1 { fullName = "public domain, Python, 2-Clause BSD, GPL 3 (see COPYING.txt)"; } pkgs.lib.licenses.psfl ];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
};
nix: updated to 18.03 nix packages...
r2824 "dogpile.cache" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "dogpile.cache-0.6.7";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/ee/bd/440da735a11c6087eed7cc8747fc4b995cbac2464168682f8ee1c8e43844/dogpile.cache-0.6.7.tar.gz";
sha256 = "1aw8rx8vhb75y7zc6gi67g21sw057jdx7i8m3jq7kf3nqavxx9zw";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "dogpile.core" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "dogpile.core-0.4.1";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0xpdvg4kr1isfkrh1rfsh7za4q5a5s6l2kf9wpvndbwf3aqjyrdy";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "ecdsa" = super.buildPythonPackage {
users: added SSH key management for user admin pages
r1993 name = "ecdsa-0.13";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/f9/e5/99ebb176e47f150ac115ffeda5fedb6a3dbb3c00c74a59fd84ddf12f5857/ecdsa-0.13.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1yj31j0asmrx4an9xvsaj2icdmzy6pw0glfpqrrkrphwdpi1xkv4";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "elasticsearch" = super.buildPythonPackage {
dan
pkgs: update rce to use tools 0.8.0
r110 name = "elasticsearch-2.3.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."urllib3"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "10ad2dk73xsys9vajwsncibs69asa63w1hgwz6lz1prjpyi80c5y";
dan
pkgs: update rce to use tools 0.8.0
r110 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
dan
pkgs: update rce to use tools 0.8.0
r110 };
nix: updated to 18.03 nix packages...
r2824 "elasticsearch-dsl" = super.buildPythonPackage {
packaging: updated rhodecode-tools to 0.11.0
r1235 name = "elasticsearch-dsl-2.2.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."python-dateutil"
self."elasticsearch"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1g4kxzxsdwlsl2a9kscmx11pafgimhj7y8wrfksv8pgvpkfb9fwr";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "entrypoints" = super.buildPythonPackage {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 name = "entrypoints-0.2.2";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."configparser"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0bihrdp8ahsys437kxdhk52gz6kib8rxjv71i93wkw7594fcaxll";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "enum34" = super.buildPythonPackage {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 name = "enum34-1.1.6";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1cgm5ng2gcfrkrm3hc22brl6chdmv67b9zvva9sfs7gn7dwc9n4a";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "formencode" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "formencode-1.2.4";
packaging: added channelstream and gevent back into CE....
r525 doCheck = false;
src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1fgy04sdy4yry5xcjls3x3xy30dqwj58ycnkndim819jx0788w42";
packaging: added channelstream and gevent back into CE....
r525 };
meta = {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 license = [ pkgs.lib.licenses.psfl ];
packaging: added channelstream and gevent back into CE....
r525 };
};
nix: updated to 18.03 nix packages...
r2824 "funcsigs" = super.buildPythonPackage {
dependencies: bumped Beaker to 1.9.0
r1875 name = "funcsigs-1.0.2";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/94/4a/db842e7a0545de1cdb0439bb80e6e42dfe82aaeaadd4072f2263a4fbed23/funcsigs-1.0.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0l4g5818ffyfmfs1a924811azhjj8ax9xd1cffr1mzd3ycn0zfx7";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped Beaker to 1.9.0
r1875 license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
};
};
nix: updated to 18.03 nix packages...
r2824 "functools32" = super.buildPythonPackage {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 name = "functools32-3.2.3.post2";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/c5/60/6ac26ad05857c601308d8fb9e87fa36d0ebf889423f47c3502ef034365db/functools32-3.2.3-2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0v8ya0b58x47wp216n1zamimv4iw57cxz3xxhzix52jkw3xks9gn";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.psfl ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "future" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "future-0.14.3";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1savk7jx7hal032f522c5ajhh8fra6gmnadrj9adv5qxi18pv1b2";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "OSI Approved"; } pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "futures" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "futures-3.0.2";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0mz2pbgxbc2nbib1szifi07whjbfs4r02pv2z390z7p410awjgyw";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "gevent" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "gevent-1.3.6";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."greenlet"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/49/13/aa4bb3640b5167fe58875d3d7e65390cdb14f9682a41a741a566bb560842/gevent-1.3.6.tar.gz";
sha256 = "1ih4k73dqz2zb561hda99vbanja3m6cdch3mgxxn1mla3qwkqhbv";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "gnureadline" = super.buildPythonPackage {
dependencies: bumped gnureadline 6.3.8
r2292 name = "gnureadline-6.3.8";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/50/64/86085c823cd78f9df9d8e33dce0baa71618016f8860460b82cf6610e1eb3/gnureadline-6.3.8.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0ddhj98x2nv45iz4aadk4b9m0b1kpsn1xhcbypn5cd556knhiqjq";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped gnureadline 6.3.8
r2292 license = [ { fullName = "GNU General Public License v3 (GPLv3)"; } pkgs.lib.licenses.gpl1 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "gprof2dot" = super.buildPythonPackage {
dependencies: bumped test libraries versions....
r2274 name = "gprof2dot-2017.9.19";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/9d/36/f977122502979f3dfb50704979c9ed70e6b620787942b089bf1af15f5aba/gprof2dot-2017.9.19.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "17ih23ld2nzgc3xwgbay911l6lh96jp1zshmskm17n1gg2i7mg6f";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped test libraries versions....
r2274 license = [ { fullName = "GNU Lesser General Public License v3 or later (LGPLv3+)"; } { fullName = "LGPL"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "greenlet" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "greenlet-0.4.15";
packaging: added channelstream and gevent back into CE....
r525 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/f8/e8/b30ae23b45f69aa3f024b46064c0ac8e5fcb4f22ace0dca8d6f9c8bbe5e7/greenlet-0.4.15.tar.gz";
sha256 = "1g4g1wwc472ds89zmqlpyan3fbnzpa8qm48z3z1y6mlk44z485ll";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "gunicorn" = super.buildPythonPackage {
dependencies: bumped gunicorn to 19.9.0
r2840 name = "gunicorn-19.9.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped gunicorn to 19.9.0
r2840 url = "https://files.pythonhosted.org/packages/47/52/68ba8e5e8ba251e54006a49441f7ccabca83b6bef5aedacb4890596c7911/gunicorn-19.9.0.tar.gz";
sha256 = "1wzlf4xmn6qjirh5w81l6i6kqjnab1n1qqkh7zsj1yb6gh4n49ps";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "html5lib" = super.buildPythonPackage {
dependencies: bumped html5lib 1.0.1
r2534 name = "html5lib-1.0.1";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."webencodings"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/85/3e/cf449cf1b5004e87510b9368e7a5f1acd8831c2d6691edd3c62a0823f98f/html5lib-1.0.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0dipzfrycv6j1jw82v9b7d8lzggx3x8xngx6l4xrqkxwvg7hvjv6";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 license = [ pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "hupper" = super.buildPythonPackage {
dependencies: bumped hupper to 1.3.1 and testpath to 0.4.2
r3115 name = "hupper-1.3.1";
dan
forms: add deform for integration settings forms
r518 doCheck = false;
dan
deform: use pypi deform library and add helpers to deform scope directly...
r519 src = fetchurl {
dependencies: bumped hupper to 1.3.1 and testpath to 0.4.2
r3115 url = "https://files.pythonhosted.org/packages/cf/4b/467b826a84c8594b81f414b5ab6794e981951dac90ca40abaf9ea1cb36b0/hupper-1.3.1.tar.gz";
sha256 = "03mf13n6i4dd60wlb9m99ddl4m3lmly70cjp7f82vdkibfl1v6l9";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: synced auto-generated nix file with EE
r1911 license = [ pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "infrae.cache" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "infrae.cache-1.0.1";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."beaker"
self."repoze.lru"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1dvqsjn8vw253wz9d1pz17j79mf4bs53dvp2qxck2qdp1am1njw4";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "invoke" = super.buildPythonPackage {
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 name = "invoke-0.13.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0794vhgxfmkh0vzkkg5cfv1w82g3jc3xr18wim29far9qpx9468s";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "ipaddress" = super.buildPythonPackage {
dependencies: bumped paddress to 1.0.22
r2720 name = "ipaddress-1.0.22";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped paddress to 1.0.22
r2720 url = "https://files.pythonhosted.org/packages/97/8d/77b8cedcfbf93676148518036c6b1ce7f8e14bf07e95d7fd4ddcb8cc052f/ipaddress-1.0.22.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0b570bm6xqpjwqis15pvdy6lyvvzfndjvkynilcddjj5x98wfimi";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped pyramid-debugtoolbar to 4.3.1
r1907 license = [ pkgs.lib.licenses.psfl ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "ipdb" = super.buildPythonPackage {
dependencies: bumped ipdb to 0.11
r2710 name = "ipdb-0.11";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
self."ipython"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped ipdb to 0.11
r2710 url = "https://files.pythonhosted.org/packages/80/fe/4564de08f174f3846364b3add8426d14cebee228f741c27e702b2877e85b/ipdb-0.11.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "02m0l8wrhhd3z7dg3czn5ys1g5pxib516hpshdzp7rxzsxgcd0bh";
dan
pkgs: update rce to use tools 0.8.0
r110 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 license = [ pkgs.lib.licenses.bsdOriginal ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
dan
pkgs: update rce to use tools 0.8.0
r110 };
nix: updated to 18.03 nix packages...
r2824 "ipython" = super.buildPythonPackage {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 name = "ipython-5.1.0";
dan
pkgs: update rce to use tools 0.8.0
r110 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
self."decorator"
self."pickleshare"
self."simplegeneric"
self."traitlets"
self."prompt-toolkit"
self."pygments"
self."pexpect"
self."backports.shutil-get-terminal-size"
self."pathlib2"
self."pexpect"
];
dan
pkgs: update rce to use tools 0.8.0
r110 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0qdrf6aj9kvjczd5chj1my8y2iq09am9l8bb2a1334a52d76kx3y";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.bsdOriginal ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "ipython-genutils" = super.buildPythonPackage {
name = "ipython-genutils-0.2.0";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
sha256 = "1a4bc9y8hnvq6cp08qs4mckgm6i6ajpndp4g496rvvzcfmp12bpb";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "iso8601" = super.buildPythonPackage {
name = "iso8601-0.1.11";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
sha256 = "0c7gh3lsdjds262h0v1sqc66l7hqgfwbakn96qrhdbl0i3vm5yz8";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "itsdangerous" = super.buildPythonPackage {
name = "itsdangerous-0.24";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
sha256 = "06856q6x675ly542ig0plbqcyab6ksfzijlyf1hzhgg3sgwgrcyb";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "jinja2" = super.buildPythonPackage {
name = "jinja2-2.9.6";
dependencies: bumped Beaker to 1.9.0
r1875 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."markupsafe"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
sha256 = "1zzrkywhziqffrzks14kzixz7nd4yh2vc0fb04a68vfd2ai03anx";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "jsonschema" = super.buildPythonPackage {
name = "jsonschema-2.6.0";
packaging: added channelstream and gevent back into CE....
r525 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."functools32"
];
packaging: added channelstream and gevent back into CE....
r525 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
sha256 = "00kf3zmpp9ya4sydffpifn0j0mzm342a2vzh82p6r0vh10cg7xbg";
packaging: added channelstream and gevent back into CE....
r525 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "jupyter-client" = super.buildPythonPackage {
name = "jupyter-client-5.0.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."traitlets"
self."jupyter-core"
self."pyzmq"
self."python-dateutil"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
sha256 = "0nxw4rqk4wsjhc87gjqd7pv89cb9dnimcfnmcmp85bmrvv1gjri7";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "jupyter-core" = super.buildPythonPackage {
name = "jupyter-core-4.4.0";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."traitlets"
];
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz";
sha256 = "1dy083rarba8prn9f9srxq3c7n7vyql02ycrqq306c40lr57aw5s";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "kombu" = super.buildPythonPackage {
name = "kombu-4.2.0";
release: updated pip2nix output for 4.8.0
r1853 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."amqp"
];
release: updated pip2nix output for 4.8.0
r1853 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/ab/b1/46a7a8babf5e60f3b2ca081a100af8edfcf132078a726375f52a054e70cf/kombu-4.2.0.tar.gz";
sha256 = "1yz19qlqf0inl1mnwlpq9j6kj9r67clpy0xg99phyg4329rw80fn";
release: updated pip2nix output for 4.8.0
r1853 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.bsdOriginal ];
release: updated pip2nix output for 4.8.0
r1853 };
};
nix: updated to 18.03 nix packages...
r2824 "lxml" = super.buildPythonPackage {
name = "lxml-3.7.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-3.7.3.tar.gz";
sha256 = "1iv1jgkqn1hdh1xyxri6g0y1s67h01jzjkw2nhkx3rqylmw2sl5a";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 license = [ pkgs.lib.licenses.bsdOriginal ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "mako" = super.buildPythonPackage {
name = "mako-1.0.7";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."markupsafe"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1bi5gnr8r8dva06qpyx4kgjc6spm2k1y908183nbbaylggjzs0jf";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "markdown" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "markdown-2.6.11";
nix: synced auto-generated nix file with EE
r1911 doCheck = false;
src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "108g80ryzykh8bj0i7jfp71510wrcixdi771lf2asyghgyf8cmm8";
nix: synced auto-generated nix file with EE
r1911 };
meta = {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "markupsafe" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "markupsafe-1.0";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0rdn1s8x9ni7ss8rfiacj7x1085lx8mh2zdwqslnw8xc3l4nkgm6";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
nix: synced auto-generated nix file with EE
r1911 };
};
nix: updated to 18.03 nix packages...
r2824 "meld3" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "meld3-1.0.2";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0n4mkwlpsqnmn0dm0wm5hn9nkda0nafl0jdy5sdl5977znh59dzp";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "mistune" = super.buildPythonPackage {
dependencies: bumped mistune to 0.8.3
r2442 name = "mistune-0.8.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/9d/be/e06d4346cc608a01dec6bf770d7d0303a4fd6db588b318ced18f5f257145/mistune-0.8.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "06b662p6kf46wh2jsabaqhaq4bz1srh2zxkrnx4yg96azlxw645w";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "mock" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "mock-1.0.1";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/a2/52/7edcd94f0afb721a2d559a5b9aae8af4f8f2c79bc63fdbe8a8a6c9b23bbe/mock-1.0.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0kzlsbki6q0awf89rc287f3aj8x431lrajf160a70z0ikhnxsfdq";
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
project: added all source files and assets
r1 };
};
nix: updated to 18.03 nix packages...
r2824 "more-itertools" = super.buildPythonPackage {
dependencies: bumped some not pinned libraries...
r2919 name = "more-itertools-4.3.0";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped some not pinned libraries...
r2919 url = "https://files.pythonhosted.org/packages/88/ff/6d485d7362f39880810278bdc906c13300db05485d9c65971dec1142da6a/more-itertools-4.3.0.tar.gz";
sha256 = "17h3na0rdh8xq30w4b9pizgkdxmm51896bxw600x84jflg9vaxn4";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "msgpack-python" = super.buildPythonPackage {
dependencies: bumped msgpack-python to 0.5.6
r2842 name = "msgpack-python-0.5.6";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped msgpack-python to 0.5.6
r2842 url = "https://files.pythonhosted.org/packages/8a/20/6eca772d1a5830336f84aca1d8198e5a3f4715cd1c7fc36d3cc7f7185091/msgpack-python-0.5.6.tar.gz";
sha256 = "16wh8qgybmfh4pjp8vfv78mdlkxfmcasg78lzlnm6nslsfkci31p";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "mysql-python" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "mysql-python-1.2.5";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0x0c2jg0bb3pp84njaqiic050qkyd7ymwhfvhipnimg58yv40441";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.gpl1 ];
};
};
nix: updated to 18.03 nix packages...
r2824 "nbconvert" = super.buildPythonPackage {
dependencies: jupyter...
r2443 name = "nbconvert-5.3.1";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."mistune"
self."jinja2"
self."pygments"
self."traitlets"
self."jupyter-core"
self."nbformat"
self."entrypoints"
self."bleach"
self."pandocfilters"
self."testpath"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/b9/a4/d0a0938ad6f5eeb4dea4e73d255c617ef94b0b2849d51194c9bbdb838412/nbconvert-5.3.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1f9dkvpx186xjm4xab0qbph588mncp4vqk3fmxrsnqs43mks9c8j";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "nbformat" = super.buildPythonPackage {
name = "nbformat-4.4.0";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."ipython-genutils"
self."traitlets"
self."jsonschema"
self."jupyter-core"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
sha256 = "00nlf08h8yc4q73nphfvfhxrcnilaqanb8z0mdy6nxk0vzq4wjgp";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "packaging" = super.buildPythonPackage {
name = "packaging-15.2";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
sha256 = "1zn60w84bxvw6wypffka18ca66pa1k2cfrq3cq8fnsfja5m3k4ng";
};
meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
};
"pandocfilters" = super.buildPythonPackage {
name = "pandocfilters-1.4.2";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
sha256 = "1a8d9b7s48gmq9zj0pmbyv2sivn5i7m6mybgpkk4jm5vd7hp1pdk";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "paste" = super.buildPythonPackage {
name = "paste-2.0.3";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
sha256 = "062jk0nlxf6lb2wwj6zc20rlvrwsnikpkh90y0dn8cjch93s6ii3";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pastedeploy" = super.buildPythonPackage {
name = "pastedeploy-1.5.2";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
sha256 = "1jz3m4hq8v6hyhfjz9425nd3nvn52cvbfipdcd72krjmla4qz1fm";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pastescript" = super.buildPythonPackage {
name = "pastescript-2.0.2";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."paste"
self."pastedeploy"
self."six"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz";
sha256 = "1h3nnhn45kf4pbcv669ik4faw04j58k8vbj1hwrc532k0nc28gy0";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pathlib2" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "pathlib2-2.3.2";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."scandir"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/db/a8/7d6439c1aec525ed70810abee5b7d7f3aa35347f59bc28343e8f62019aa2/pathlib2-2.3.2.tar.gz";
sha256 = "10yb0iv5x2hs631rcppkhbddx799d3h8pcwmkbh2a66ns3w71ccf";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "peppercorn" = super.buildPythonPackage {
name = "peppercorn-0.5";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
sha256 = "0jvp144zn7yqk9kbpxc059167mlqk85i5lpvl1niw8gsa5fvl74j";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pexpect" = super.buildPythonPackage {
name = "pexpect-4.6.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."ptyprocess"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/89/43/07d07654ee3e25235d8cea4164cdee0ec39d1fda8e9203156ebe403ffda4/pexpect-4.6.0.tar.gz";
sha256 = "1fla85g47iaxxpjhp9vkxdnv4pgc7rplfy6ja491smrrk0jqi3ia";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
};
nix: updated to 18.03 nix packages...
r2824 "pickleshare" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "pickleshare-0.7.5";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pathlib2"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/d8/b6/df3c1c9b616e9c0edbc4fbab6ddd09df9535849c64ba51fcb6531c32d4d8/pickleshare-0.7.5.tar.gz";
sha256 = "1jmghg3c53yp1i8cm6pcrm280ayi8621rwyav9fac7awjr3kss47";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "plaster" = super.buildPythonPackage {
name = "plaster-1.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
sha256 = "1hy8k0nv2mxq94y5aysk6hjk9ryb4bsd13g83m60hcyzxz3wflc3";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 license = [ pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "plaster-pastedeploy" = super.buildPythonPackage {
dependecies: bumped plaster-pastedeploy to 0.6
r2900 name = "plaster-pastedeploy-0.6";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pastedeploy"
self."plaster"
];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 src = fetchurl {
dependecies: bumped plaster-pastedeploy to 0.6
r2900 url = "https://files.pythonhosted.org/packages/3f/e7/6a6833158d2038ec40085433308a1e164fd1dac595513f6dd556d5669bb8/plaster_pastedeploy-0.6.tar.gz";
sha256 = "1bkggk18f4z2bmsmxyxabvf62znvjwbivzh880419r3ap0616cf2";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.mit ];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
};
nix: updated to 18.03 nix packages...
r2824 "pluggy" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "pluggy-0.7.1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/a1/83/ef7d976c12d67a5c7a5bc2a47f0501c926cabae9d9fcfdc26d72abc9ba15/pluggy-0.7.1.tar.gz";
sha256 = "1qbn70mksmr03hac6jgp6fiqc4l7859z8dchx2x950vhlij87swm";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "prompt-toolkit" = super.buildPythonPackage {
name = "prompt-toolkit-1.0.15";
nix: added required peppercorn lib
r521 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."wcwidth"
];
nix: added required peppercorn lib
r521 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
sha256 = "05v9h5nydljwpj5nm8n804ms0glajwfy1zagrzqrg91wk3qqi1c5";
nix: added required peppercorn lib
r521 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.bsdOriginal ];
nix: added required peppercorn lib
r521 };
};
nix: updated to 18.03 nix packages...
r2824 "psutil" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "psutil-5.4.7";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/7d/9a/1e93d41708f8ed2b564395edfa3389f0fd6d567597401c2e5e2775118d8b/psutil-5.4.7.tar.gz";
sha256 = "0fsgmvzwbdbszkwfnqhib8jcxm4w6zyhvlxlcda0rfm5cyqj4qsv";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.bsdOriginal ];
nix: added required peppercorn lib
r521 };
};
nix: updated to 18.03 nix packages...
r2824 "psycopg2" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "psycopg2-2.7.5";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/b2/c1/7bf6c464e903ffc4f3f5907c389e5a4199666bf57f6cd6bf46c17912a1f9/psycopg2-2.7.5.tar.gz";
sha256 = "17klx964gw8z0znl0raz3by8vdc7cq5gxj4pdcrfcina84nrdkzc";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
};
nix: updated to 18.03 nix packages...
r2824 "ptyprocess" = super.buildPythonPackage {
name = "ptyprocess-0.6.0";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/7d/2d/e4b8733cf79b7309d84c9081a4ab558c89d8c89da5961bf4ddb050ca1ce0/ptyprocess-0.6.0.tar.gz";
sha256 = "1h4lcd3w5nrxnsk436ar7fwkiy5rfn5wj2xwy9l0r4mdqnf2jgwj";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ ];
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
};
nix: updated to 18.03 nix packages...
r2824 "py" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "py-1.6.0";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/4f/38/5f427d1eedae73063ce4da680d2bae72014995f9fdeaa57809df61c968cd/py-1.6.0.tar.gz";
sha256 = "1wcs3zv9wl5m5x7p16avqj2gsrviyb23yvc3pr330isqs0sh98q6";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "py-bcrypt" = super.buildPythonPackage {
name = "py-bcrypt-0.4";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
sha256 = "0y6smdggwi5s72v6p1nn53dg6w05hna3d264cq6kas0lap73p8az";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 };
meta = {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 license = [ pkgs.lib.licenses.bsdOriginal ];
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 };
};
nix: updated to 18.03 nix packages...
r2824 "py-gfm" = super.buildPythonPackage {
name = "py-gfm-0.1.3";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
self."markdown"
];
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/12/e4/6b3d8678da04f97d7490d8264d8de51c2dc9fb91209ccee9c515c95e14c5/py-gfm-0.1.3.tar.gz";
sha256 = "162ggwwj0af9g3s1k8m4bfwbvis03x9pinnf35mj79pb90rf81zi";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pyasn1" = super.buildPythonPackage {
dependencies: bumped python-pam to 1.8.4 and fixed pam auth.
r2918 name = "pyasn1-0.4.4";
project: added all source files and assets
r1 doCheck = false;
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 src = fetchurl {
dependencies: bumped python-pam to 1.8.4 and fixed pam auth.
r2918 url = "https://files.pythonhosted.org/packages/10/46/059775dc8e50f722d205452bced4b3cc965d27e8c3389156acd3b1123ae3/pyasn1-0.4.4.tar.gz";
sha256 = "0drilmx5j25aplfr5wrml0030cs5fgxp9yp94fhllxgx28yjm3zm";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "pyasn1-modules" = super.buildPythonPackage {
dependencies: bumped gevent to 1.3.4
r2825 name = "pyasn1-modules-0.2.2";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pyasn1"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped gevent to 1.3.4
r2825 url = "https://files.pythonhosted.org/packages/37/33/74ebdc52be534e683dc91faf263931bc00ae05c6073909fde53999088541/pyasn1-modules-0.2.2.tar.gz";
sha256 = "0ivm850yi7ajjbi8j115qpsj95bgxdsx48nbjzg0zip788c3xkx0";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pycrypto" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "pycrypto-2.6.1";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0g0ayql5b9mkjam8hym6zyg6bv77lbh66rv1fyvgqb17kfc1xkpj";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.publicDomain ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pycurl" = super.buildPythonPackage {
depdendencies: bumped pycurl to 7.43.0.2
r2942 name = "pycurl-7.43.0.2";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
depdendencies: bumped pycurl to 7.43.0.2
r2942 url = "https://files.pythonhosted.org/packages/e8/e4/0dbb8735407189f00b33d84122b9be52c790c7c3b25286826f4e1bdb7bde/pycurl-7.43.0.2.tar.gz";
sha256 = "1915kb04k1j4y6k1dx1sgnbddxrl9r1n4q928if2lkrdm73xy30g";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 license = [ pkgs.lib.licenses.mit { fullName = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
};
nix: updated to 18.03 nix packages...
r2824 "pyflakes" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "pyflakes-0.8.1";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0sbpq6pqm1i9wqi41mlfrsc5rk92jv4mskvlyxmnhlbdnc80ma1z";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pygments" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "pygments-2.2.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1k78qdvir1yb1c634nkv6rbga8wv4289xarghmsbbvzhvr311bnv";
packages: added py-gfm lib for markdown extensions.
r316 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "pygments-markdown-lexer" = super.buildPythonPackage {
dan
nix: add pygments-markdown-lexer for highglighting markdown files
r1028 name = "pygments-markdown-lexer-0.1.0.dev39";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pygments"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1pzb5wy23q3fhs0rqzasjnw6hdzwjngpakb73i98cn0b8lk8q4jc";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 license = [ pkgs.lib.licenses.asl20 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pymysql" = super.buildPythonPackage {
dependencies: added alternative pymysql drivers for mysql
r2779 name = "pymysql-0.8.1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: added alternative pymysql drivers for mysql
r2779 url = "https://files.pythonhosted.org/packages/44/39/6bcb83cae0095a31b6be4511707fdf2009d3e29903a55a0494d3a9a2fac0/PyMySQL-0.8.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0a96crz55bw4h6myh833skrli7b0ck89m3x673y2z2ryy7zrpq9l";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
dependencies: added pyotp library for usage in 2FA.
r2934 "pyotp" = super.buildPythonPackage {
name = "pyotp-2.2.6";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/67/69/131f5ad63de40c30f3be88d891e4a2ea1b69398528db99bc1e5c543422fa/pyotp-2.2.6.tar.gz";
sha256 = "0sdxxvr3j4j0pk26v258jpxhgpbnpmyqhvzhl24hsd50j7fk14fx";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "pyparsing" = super.buildPythonPackage {
name = "pyparsing-1.5.7";
dan
nix: add pygments-markdown-lexer for highglighting markdown files
r1028 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/6f/2c/47457771c02a8ff0f302b695e094ec309e30452232bd79198ee94fda689f/pyparsing-1.5.7.tar.gz";
sha256 = "17z7ws076z977sclj628fvwrp8y9j2rvdjcsq42v129n1gwi8vk4";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pyramid" = super.buildPythonPackage {
name = "pyramid-1.9.2";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
self."webob"
self."repoze.lru"
self."zope.interface"
self."zope.deprecation"
self."venusian"
self."translationstring"
self."pastedeploy"
self."plaster"
self."plaster-pastedeploy"
self."hupper"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped pyramid to 1.9.2
r2708 url = "https://files.pythonhosted.org/packages/a0/c1/b321d07cfc4870541989ad131c86a1d593bfe802af0eca9718a0dadfb97a/pyramid-1.9.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "09drsl0346nchgxp2j7sa5hlk7mkhfld9wvbd0wicacrp26a92fg";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pyramid-beaker" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "pyramid-beaker-0.8";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pyramid"
self."beaker"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0hflx3qkcdml1mwpq53sz46s7jickpfn0zy0ns2c7j445j66bp3p";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pyramid-debugtoolbar" = super.buildPythonPackage {
dependencies: bumped pyramid-debugtoolbar to 4.4.0
r2707 name = "pyramid-debugtoolbar-4.4";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pyramid"
self."pyramid-mako"
self."repoze.lru"
self."pygments"
self."ipaddress"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped pyramid-debugtoolbar to 4.4.0
r2707 url = "https://files.pythonhosted.org/packages/00/6f/c04eb4e715a7a5a4b24079ab7ffd1dceb1f70b2e24fc17686a2922dbac0a/pyramid_debugtoolbar-4.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "17p7nxvapvy2hab1rah3ndq2kbs4v83pixj8x2n4m7008ai9lxsz";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "Repoze Public License"; } pkgs.lib.licenses.bsdOriginal ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pyramid-jinja2" = super.buildPythonPackage {
dependencies: bumped pyramid-jinja to 2.7.0
r2281 name = "pyramid-jinja2-2.7";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pyramid"
self."zope.deprecation"
self."jinja2"
self."markupsafe"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/d8/80/d60a7233823de22ce77bd864a8a83736a1fe8b49884b08303a2e68b2c853/pyramid_jinja2-2.7.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1sz5s0pp5jqhf4w22w9527yz8hgdi4mhr6apd6vw1gm5clghh8aw";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
mailing: switched from homebrew lib to pyramid_mailer with python3 compatability
r3113 "pyramid-mailer" = super.buildPythonPackage {
name = "pyramid-mailer-0.15.1";
doCheck = false;
propagatedBuildInputs = [
self."pyramid"
self."repoze.sendmail"
self."transaction"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/a0/f2/6febf5459dff4d7e653314d575469ad2e11b9d2af2c3606360e1c67202f2/pyramid_mailer-0.15.1.tar.gz";
sha256 = "16vg8jb203jgb7b0hd6wllfqvp542qh2ry1gjai2m6qpv5agy2pc";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "pyramid-mako" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "pyramid-mako-1.0.2";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pyramid"
self."mako"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
sha256 = "18gk2vliq8z4acblsl6yzgbvnr9rlxjlcqir47km7kvlk1xri83d";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pysqlite" = super.buildPythonPackage {
dependencies: bumped pysqlite to 2.8.3
r1880 name = "pysqlite-2.8.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/42/02/981b6703e3c83c5b25a829c6e77aad059f9481b0bbacb47e6e8ca12bd731/pysqlite-2.8.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1424gwq9sil2ffmnizk60q36vydkv8rxs6m7xs987kz8cdc37lqp";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "zlib/libpng License"; } { fullName = "zlib/libpng license"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pytest" = super.buildPythonPackage {
dependencies: bumped py.test to 3.8.2
r3118 name = "pytest-3.8.2";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."py"
self."six"
self."setuptools"
self."attrs"
self."more-itertools"
self."atomicwrites"
self."pluggy"
self."funcsigs"
dependencies: bumped few libraries....
r3096 self."pathlib2"
nix: updated to 18.03 nix packages...
r2824 ];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped py.test to 3.8.2
r3118 url = "https://files.pythonhosted.org/packages/5f/d2/7f77f406ac505abda02ab4afb50d06ebf304f6ea42fca34f8f37529106b2/pytest-3.8.2.tar.gz";
sha256 = "18nrwzn61kph2y6gxwfz9ms68rfvr9d4vcffsxng9p7jk9z18clk";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pytest-cov" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "pytest-cov-2.6.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pytest"
self."coverage"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/d9/e2/58f90a316fbd94dd50bf5c826a23f3f5d079fb3cc448c1e9f0e3c33a3d2a/pytest-cov-2.6.0.tar.gz";
sha256 = "0qnpp9y3ygx4jk4pf5ad71fh2skbvnr6gl54m7rg5qysnx4g0q73";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped pytest libraries to latest versions.
r1221 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pytest-profiling" = super.buildPythonPackage {
name = "pytest-profiling-1.3.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."pytest"
self."gprof2dot"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/f5/34/4626126e041a51ef50a80d0619519b18d20aef249aac25b0d0fdd47e57ee/pytest-profiling-1.3.0.tar.gz";
sha256 = "08r5afx5z22yvpmsnl91l4amsy1yxn8qsmm61mhp06mz8zjs51kb";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pytest-runner" = super.buildPythonPackage {
name = "pytest-runner-4.2";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/9e/b7/fe6e8f87f9a756fd06722216f1b6698ccba4d269eac6329d9f0c441d0f93/pytest-runner-4.2.tar.gz";
sha256 = "1gkpyphawxz38ni1gdq1fmwyqcg02m7ypzqvv46z06crwdxi2gyj";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pytest-sugar" = super.buildPythonPackage {
dependencies: bumped test dependencies...
r2761 name = "pytest-sugar-0.9.1";
dependencies: organized test requirements....
r1222 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pytest"
self."termcolor"
];
dependencies: organized test requirements....
r1222 src = fetchurl {
dependencies: bumped test dependencies...
r2761 url = "https://files.pythonhosted.org/packages/3e/6a/a3f909083079d03bde11d06ab23088886bbe25f2c97fbe4bb865e2bf05bc/pytest-sugar-0.9.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0b4av40dv30727m54v211r0nzwjp2ajkjgxix6j484qjmwpw935b";
dependencies: organized test requirements....
r1222 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "pytest-timeout" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "pytest-timeout-1.3.2";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pytest"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/8c/3e/1b6a319d12ae7baa3acb7c18ff2c8630a09471a0319d43535c683b4d03eb/pytest-timeout-1.3.2.tar.gz";
sha256 = "09wnmzvnls2mnsdz7x3c3sk2zdp6jl4dryvyj5i8hqz16q2zq5qi";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit { fullName = "DFSG approved"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "python-dateutil" = super.buildPythonPackage {
dependencies: bumped some not pinned libraries:...
r2769 name = "python-dateutil-2.7.3";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped some not pinned libraries:...
r2769 url = "https://files.pythonhosted.org/packages/a0/b0/a4e3241d2dee665fea11baec21389aec6886655cd4db7647ddf96c3fad15/python-dateutil-2.7.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1f7h54lg0w2ckch7592xpjkh8dg87k2br256h0iw49zn6bg02w72";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
email: fixed logging on smtp library.
r2773 license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.asl20 { fullName = "Dual License"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "python-editor" = super.buildPythonPackage {
release: updated pip2nix output for 4.5.0
r1174 name = "python-editor-1.0.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0rf5xz8vw93v7mhdcvind7fkykipzga430wkcd7wk892xsn6dh53";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
release: updated pip2nix output for 4.4.2
r996 license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "python-ldap" = super.buildPythonPackage {
name = "python-ldap-3.1.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pyasn1"
self."pyasn1-modules"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/7f/1c/28d721dff2fcd2fef9d55b40df63a00be26ec8a11e8c6fc612ae642f9cfd/python-ldap-3.1.0.tar.gz";
sha256 = "1i97nwfnraylyn0myxlf3vciicrf5h6fymrcff9c00k581wmx5s1";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.psfl ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "python-memcached" = super.buildPythonPackage {
dependencies: bumped python-memcached to 1.59
r2713 name = "python-memcached-1.59";
dependencies: added redis library to enable usage of redis backend for beaker.
r2158 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
];
dependencies: bumped pathlib2 to 2.3.0.
r1866 src = fetchurl {
dependencies: bumped python-memcached to 1.59
r2713 url = "https://files.pythonhosted.org/packages/90/59/5faf6e3cd8a568dd4f737ddae4f2e54204fd8c51f90bf8df99aca6c22318/python-memcached-1.59.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0kvyapavbirk2x3n1jx4yb9nyigrj1s3x15nm3qhpvhkpqvqdqm2";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.psfl ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "python-pam" = super.buildPythonPackage {
dependencies: bumped python-pam to 1.8.4 and fixed pam auth.
r2918 name = "python-pam-1.8.4";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped python-pam to 1.8.4 and fixed pam auth.
r2918 url = "https://files.pythonhosted.org/packages/01/16/544d01cae9f28e0292dbd092b6b8b0bf222b528f362ee768a5bed2140111/python-pam-1.8.4.tar.gz";
sha256 = "16whhc0vr7gxsbzvsnq65nq8fs3wwmx755cavm8kkczdkz4djmn8";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "License :: OSI Approved :: MIT License"; } pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pytz" = super.buildPythonPackage {
dependencies: bumped pytz to 2018.4
r2714 name = "pytz-2018.4";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped pytz to 2018.4
r2714 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0jgpqx3kk2rhv81j1izjxvmx8d0x7hzs1857pgqnixic5wq2ar60";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "pyzmq" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "pyzmq-14.6.0";
dependencies: organized test requirements....
r1222 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1frmbjykvhmdg64g7sn20c9fpamrsfxwci1nhhg8q7jgz5pq0ikp";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal { fullName = "LGPL+BSD"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "redis" = super.buildPythonPackage {
dependencies: added redis library to enable usage of redis backend for beaker.
r2158 name = "redis-2.10.6";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/09/8d/6d34b75326bf96d4139a2ddd8e74b80840f800a0a79f9294399e212cb9a7/redis-2.10.6.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "03vcgklykny0g0wpvqmy8p6azi2s078317wgb2xjv5m2rs9sjb52";
dependencies: organized test requirements....
r1222 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "repoze.lru" = super.buildPythonPackage {
dependencies: bumped repoze.lru to 0.7.0
r2294 name = "repoze.lru-0.7";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/12/bc/595a77c4b5e204847fdf19268314ef59c85193a9dc9f83630fc459c0fee5/repoze.lru-0.7.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0xzz1aw2smy8hdszrq8yhnklx6w1r1mf55061kalw3iq35gafa84";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "Repoze Public License"; } { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
mailing: switched from homebrew lib to pyramid_mailer with python3 compatability
r3113 "repoze.sendmail" = super.buildPythonPackage {
name = "repoze.sendmail-4.4.1";
doCheck = false;
propagatedBuildInputs = [
self."setuptools"
self."zope.interface"
self."transaction"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/12/4e/8ef1fd5c42765d712427b9c391419a77bd48877886d2cbc5e9f23c8cad9b/repoze.sendmail-4.4.1.tar.gz";
sha256 = "096ln02jr2afk7ab9j2czxqv2ryqq7m86ah572nqplx52iws73ks";
};
meta = {
license = [ pkgs.lib.licenses.zpl21 ];
};
};
nix: updated to 18.03 nix packages...
r2824 "requests" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "requests-2.9.1";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0zsqrzlybf25xscgi7ja4s48y2abf9wvjkn47wh984qgs1fq2xy5";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "rhodecode-enterprise-ce" = super.buildPythonPackage {
packages: generated packages after version bump
r3050 name = "rhodecode-enterprise-ce-4.14.0";
nix: updated to 18.03 nix packages...
r2824 buildInputs = [
self."pytest"
self."py"
self."pytest-cov"
self."pytest-sugar"
self."pytest-runner"
self."pytest-profiling"
dependencies: bumped few libraries....
r3096 self."pytest-timeout"
nix: updated to 18.03 nix packages...
r2824 self."gprof2dot"
self."mock"
self."webtest"
self."cov-core"
self."coverage"
self."configobj"
];
project: added all source files and assets
r1 doCheck = true;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools-scm"
self."amqp"
self."authomatic"
dependencies: pin some dependencies to prevent constant version changes.
r3010 self."atomicwrites"
self."attrs"
nix: updated to 18.03 nix packages...
r2824 self."babel"
self."beaker"
self."celery"
self."chameleon"
self."channelstream"
self."click"
self."colander"
self."configobj"
self."cssselect"
self."decorator"
self."deform"
self."docutils"
self."dogpile.cache"
self."dogpile.core"
self."ecdsa"
self."formencode"
self."future"
self."futures"
self."gnureadline"
self."infrae.cache"
self."iso8601"
self."itsdangerous"
self."jinja2"
self."billiard"
self."kombu"
self."lxml"
self."mako"
self."markdown"
self."markupsafe"
self."msgpack-python"
self."mysql-python"
self."pymysql"
dependencies: added pyotp library for usage in 2FA.
r2934 self."pyotp"
nix: updated to 18.03 nix packages...
r2824 self."packaging"
self."paste"
self."pastedeploy"
self."pastescript"
self."pathlib2"
self."peppercorn"
self."psutil"
self."psycopg2"
self."py-bcrypt"
self."pycrypto"
self."pycurl"
self."pyflakes"
self."pygments-markdown-lexer"
self."pygments"
self."pyparsing"
self."pyramid-beaker"
self."pyramid-debugtoolbar"
self."pyramid-jinja2"
self."pyramid-mako"
self."pyramid"
mailing: switched from homebrew lib to pyramid_mailer with python3 compatability
r3113 self."pyramid-mailer"
nix: updated to 18.03 nix packages...
r2824 self."pysqlite"
self."python-dateutil"
self."python-ldap"
self."python-memcached"
self."python-pam"
self."pytz"
self."tzlocal"
self."pyzmq"
self."py-gfm"
self."redis"
self."repoze.lru"
self."requests"
self."routes"
self."simplejson"
self."six"
self."sqlalchemy"
self."sshpubkeys"
self."subprocess32"
self."supervisor"
self."tempita"
self."translationstring"
self."trollius"
self."urllib3"
self."urlobject"
self."venusian"
self."weberror"
self."webhelpers2"
self."webhelpers"
self."webob"
self."whoosh"
self."wsgiref"
self."zope.cachedescriptors"
self."zope.deprecation"
self."zope.event"
self."zope.interface"
self."nbconvert"
self."bleach"
self."nbformat"
self."jupyter-client"
self."alembic"
self."invoke"
self."bumpversion"
self."gevent"
self."greenlet"
self."gunicorn"
self."waitress"
dependencies: bumped few libraries....
r3096 self."setproctitle"
nix: updated to 18.03 nix packages...
r2824 self."ipdb"
self."ipython"
self."rhodecode-tools"
self."appenlight-client"
self."pytest"
self."py"
self."pytest-cov"
self."pytest-sugar"
self."pytest-runner"
self."pytest-profiling"
dependencies: bumped few libraries....
r3096 self."pytest-timeout"
nix: updated to 18.03 nix packages...
r2824 self."gprof2dot"
self."mock"
self."webtest"
self."cov-core"
self."coverage"
];
project: added all source files and assets
r1 src = ./.;
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
packaging: restructured setup.py file....
r1234 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "rhodecode-tools" = super.buildPythonPackage {
dependencies: bumped rhodecode-tools to 1.0.1 version
r3119 name = "rhodecode-tools-1.0.1";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."click"
self."future"
self."six"
self."mako"
self."markupsafe"
self."requests"
self."elasticsearch"
self."elasticsearch-dsl"
self."urllib3"
self."whoosh"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped rhodecode-tools to 1.0.1 version
r3119 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v1.0.1.tar.gz?md5=ffb5d6bcb855305b93cfe23ad42e500b";
sha256 = "0nr300s4sg685qs4wgbwlplwriawrwi6jq79z37frcnpyc89gpvm";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped rhodecode-tools to 1.0.0 release
r3097 license = [ { fullName = "Apache 2.0 and Proprietary"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "routes" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "routes-2.4.1";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."repoze.lru"
];
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 src = fetchurl {
url = "https://files.pythonhosted.org/packages/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1zamff3m0kc4vyfniyhxpkkcqv1rrgnmh37ykxv34nna1ws47vi6";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "scandir" = super.buildPythonPackage {
dependencies: bumped some loose libraries...
r2961 name = "scandir-1.9.0";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
dependencies: bumped some loose libraries...
r2961 url = "https://files.pythonhosted.org/packages/16/2a/557af1181e6b4e30254d5a6163b18f5053791ca66e251e77ab08887e8fe3/scandir-1.9.0.tar.gz";
sha256 = "0r3hvf1a9jm1rkqgx40gxkmccknkaiqjavs8lccgq9s8khh5x5s4";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "setproctitle" = super.buildPythonPackage {
name = "setproctitle-1.1.10";
dependencies: bumped sqlalchemy to 1.1.18
r2709 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
sha256 = "163kplw9dcrw0lffq1bvli5yws3rngpnvrxrzdw89pbphjjvg0v2";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
dependencies: added setuptools
r2962 "setuptools" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "setuptools-40.4.3";
dependencies: added setuptools
r2962 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/6e/9c/6a003320b00ef237f94aa74e4ad66c57a7618f6c79d67527136e2544b728/setuptools-40.4.3.zip";
sha256 = "058v6zns4634n4al2nmmvp15j8nrgwn8wjrbdks47wk3vm05gg5c";
dependencies: added setuptools
r2962 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "setuptools-scm" = super.buildPythonPackage {
name = "setuptools-scm-2.1.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/e5/62/f9e1ac314464eb5945c97542acb6bf6f3381dfa5d7a658de7730c36f31a1/setuptools_scm-2.1.0.tar.gz";
sha256 = "0yb364cgk15sfw3x8ln4ssh98z1dj6n8iiz4r2rw1cfsxhgi8rx7";
timezone: fix issues with timezone detection of current logic....
r2676 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "simplegeneric" = super.buildPythonPackage {
name = "simplegeneric-0.8.1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
sha256 = "0wwi1c6md4vkbcsfsf8dklf3vr4mcdj4mpxkanwgb6jb1432x5yw";
};
meta = {
license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "simplejson" = super.buildPythonPackage {
name = "simplejson-3.11.1";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
sha256 = "1rr58dppsq73p0qcd9bsw066cdd3v63sqv7j6sqni8frvm4jv8h1";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "six" = super.buildPythonPackage {
name = "six-1.11.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
sha256 = "1scqzwc51c875z23phj48gircqjgnn3af8zy2izjwmnlxrxsgs3h";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
"sqlalchemy" = super.buildPythonPackage {
name = "sqlalchemy-1.1.18";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz";
sha256 = "1ab4ysip6irajfbxl9wy27kv76miaz8h6759hfx92499z4dcf3lb";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "sshpubkeys" = super.buildPythonPackage {
name = "sshpubkeys-2.2.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pycrypto"
self."ecdsa"
];
project: added all source files and assets
r1 src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/27/da/337fabeb3dca6b62039a93ceaa636f25065e0ae92b575b1235342076cf0a/sshpubkeys-2.2.0.tar.gz";
sha256 = "0r4kpwzmg96a2x56pllik7dmc3fnqk189v3sfgsi07q2ryrhr6xm";
pylons: remove pylons as dependency...
r2351 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "subprocess32" = super.buildPythonPackage {
dependencies: bumped few libraries....
r3096 name = "subprocess32-3.5.2";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped few libraries....
r3096 url = "https://files.pythonhosted.org/packages/c3/5f/7117737fc7114061837a4f51670d863dd7f7f9c762a6546fa8a0dcfe61c8/subprocess32-3.5.2.tar.gz";
sha256 = "11v62shwmdys48g7ncs3a8jwwnkcl8d4zcwy6dk73z1zy2f9hazb";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.psfl ];
};
};
"supervisor" = super.buildPythonPackage {
name = "supervisor-3.3.4";
doCheck = false;
propagatedBuildInputs = [
self."meld3"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
sha256 = "0wp62z9xprvz2krg02xnbwcnq6pxfq3byd8cxx8c2d8xznih28i1";
};
meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "tempita" = super.buildPythonPackage {
name = "tempita-0.5.2";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
src = fetchurl {
nix: updated to 18.03 nix packages...
r2824 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
sha256 = "177wwq45slfyajd8csy477bmdmzipyw0dm7i85k3akb7m85wzkna";
dependencies: organized test requirements....
r1222 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "termcolor" = super.buildPythonPackage {
name = "termcolor-1.1.0";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
sha256 = "0fv1vq14rpqwgazxg4981904lfyp84mnammw7y046491cv76jv8x";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "testpath" = super.buildPythonPackage {
dependencies: bumped hupper to 1.3.1 and testpath to 0.4.2
r3115 name = "testpath-0.4.2";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 doCheck = false;
src = fetchurl {
dependencies: bumped hupper to 1.3.1 and testpath to 0.4.2
r3115 url = "https://files.pythonhosted.org/packages/06/30/9a7e917066d851d8b4117e85794b5f14516419ea714a8a2681ec6aa8a981/testpath-0.4.2.tar.gz";
sha256 = "1y40hywscnnyb734pnzm55nd8r8kp1072bjxbil83gcd53cv755n";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
email: fixed logging on smtp library.
r2773 license = [ ];
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
};
nix: updated to 18.03 nix packages...
r2824 "traitlets" = super.buildPythonPackage {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 name = "traitlets-4.3.2";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."ipython-genutils"
self."six"
self."decorator"
self."enum34"
];
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0dbq7sx26xqz5ixs711k5nc88p8a0nqyz6162pwks5dpcz9d4jww";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
mailing: switched from homebrew lib to pyramid_mailer with python3 compatability
r3113 "transaction" = super.buildPythonPackage {
name = "transaction-2.2.1";
doCheck = false;
propagatedBuildInputs = [
self."zope.interface"
];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/a6/5e/09da91cb9373c73aae41721e5571c47db72fa9e11b259ca8fd3b01e306e9/transaction-2.2.1.tar.gz";
sha256 = "0ykcfx5mw76z8wwg6a68ahr52q3qa75hky1xx9axbr9pwiq2097j";
};
meta = {
license = [ pkgs.lib.licenses.zpl21 ];
};
};
nix: updated to 18.03 nix packages...
r2824 "translationstring" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "translationstring-1.3";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0bdpcnd9pv0131dl08h4zbcwmgc45lyvq3pa224xwan5b3x4rr2f";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "trollius" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "trollius-1.0.4";
channelstream: do not send comment notifications to the commenting user
r544 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."futures"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0xny8y12x3wrflmyn6xi8a7n3m3ac80fgmgzphx5jbbaxkjcm148";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "tzlocal" = super.buildPythonPackage {
timezone: fix issues with timezone detection of current logic....
r2676 name = "tzlocal-1.5.1";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."pytz"
];
timezone: fix issues with timezone detection of current logic....
r2676 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/cb/89/e3687d3ed99bc882793f82634e9824e62499fdfdc4b1ae39e211c5b05017/tzlocal-1.5.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0kiciwiqx0bv0fbc913idxibc4ygg4cb7f8rcpd9ij2shi4bigjf";
timezone: fix issues with timezone detection of current logic....
r2676 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "urllib3" = super.buildPythonPackage {
dependencies: bumped rhodecode-tools to 0.15.0 + urllib3 to 1.21
r2729 name = "urllib3-1.21";
project: added all source files and assets
r1 doCheck = false;
channelstream: do not send comment notifications to the commenting user
r544 src = fetchurl {
dependencies: bumped rhodecode-tools to 0.15.0 + urllib3 to 1.21
r2729 url = "https://files.pythonhosted.org/packages/34/95/7b28259d0006ed681c424cd71a668363265eac92b67dddd018eb9a22bff8/urllib3-1.21.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0irnj4wvh2y36s4q3l2vas9qr9m766w6w418nb490j3mf8a8zw6h";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.mit ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "urlobject" = super.buildPythonPackage {
dependencies: bumped urlobject to 2.4.3
r2717 name = "urlobject-2.4.3";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: bumped urlobject to 2.4.3
r2717 url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1ahc8ficzfvr2avln71immfh4ls0zyv6cdaa5xmkdj5rd87f5cj7";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
dependencies: bumped urlobject to 2.4.3
r2717 license = [ pkgs.lib.licenses.publicDomain ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "venusian" = super.buildPythonPackage {
dependencies: bumped venusian to 1.1.0
r1862 name = "venusian-1.1.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/38/24/b4b470ab9e0a2e2e9b9030c7735828c8934b4c6b45befd1bb713ec2aeb2d/venusian-1.1.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0zapz131686qm0gazwy8bh11vr57pr89jbwbl50s528sqy9f80lr";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "vine" = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "vine-1.1.4";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/32/23/36284986e011f3c130d802c3c66abd8f1aef371eae110ddf80c5ae22e1ff/vine-1.1.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0wkskb2hb494v9gixqnf4bl972p4ibcmxdykzpwjlfa5picns4aj";
dependencies: bumped bleach to 2.1.1
r2439 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "waitress" = super.buildPythonPackage {
dependencies: bumped waitress to 1.1.0
r2297 name = "waitress-1.1.0";
project: added all source files and assets
r1 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1a85gyji0kajc3p0s1pwwfm06w4wfxjkvvl4rnrz3h164kbd6g6k";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "wcwidth" = super.buildPythonPackage {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 name = "wcwidth-0.1.7";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0pn6dflzm609m4r3i8ik5ni9ijjbb5fa3vg1n7hn6vkd49r77wrx";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "webencodings" = super.buildPythonPackage {
dependencies: bumped bleach to 2.1.1
r2439 name = "webencodings-0.5.1";
channelstream: do not send comment notifications to the commenting user
r544 doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/0b/02/ae6ceac1baeda530866a85075641cec12989bd8d31af6d5ab4a3e8c92f47/webencodings-0.5.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "08qrgrc4hrximb2gqnl69g01s93rhf2842jfxdjljc1dbwj1qsmk";
dependencies: bumped bleach to 2.1.1
r2439 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "weberror" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "weberror-0.10.3";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."webob"
self."tempita"
self."pygments"
self."paste"
];
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 src = fetchurl {
url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0frg4kvycqpj5bi8asfqfs6bxsr2cvjvb6b56c4d1ai1z57kbjx6";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "webhelpers" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "webhelpers-1.3";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."markupsafe"
];
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 src = fetchurl {
url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "10x5i82qdkrvyw18gsybwggfhfpl869siaab89vnndi9x62g51pa";
channelstream: do not send comment notifications to the commenting user
r544 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "webhelpers2" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "webhelpers2-2.0";
doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."markupsafe"
self."six"
];
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 src = fetchurl {
url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0aphva1qmxh83n01p53f5fd43m4srzbnfbz5ajvbx9aj2aipwmcs";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "webob" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "webob-1.7.4";
channelstream: do not send comment notifications to the commenting user
r544 doCheck = false;
src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1na01ljg04z40il7vcrn8g29vaw7nvg1xvhk64cr4jys5wcay44d";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "webtest" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "webtest-2.0.29";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."six"
self."webob"
self."waitress"
self."beautifulsoup4"
];
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 src = fetchurl {
url = "https://files.pythonhosted.org/packages/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0bcj1ica5lnmj5zbvk46x28kgphcsgh7sfnwjmn0cr94mhawrg6v";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: updated to 18.03 nix packages...
r2824 "whoosh" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "whoosh-2.7.4";
doCheck = false;
project: added all source files and assets
r1 src = fetchurl {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "10qsqdjpbc85fykc1vgcs8xwbgn4l2l52c8d83xf1q59pwyn79bw";
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal pkgs.lib.licenses.bsd2 ];
};
};
nix: updated to 18.03 nix packages...
r2824 "ws4py" = super.buildPythonPackage {
dependencies: made all dependencies lowercase, helps with diffing other projects, and keeps proper order.
r2718 name = "ws4py-0.5.1";
doCheck = false;
src = fetchurl {
url = "https://files.pythonhosted.org/packages/53/20/4019a739b2eefe9282d3822ef6a225250af964b117356971bd55e274193c/ws4py-0.5.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "10slbbf2jm4hpr92jx7kh7mhf48sjl01v2w4d8z3f1p0ybbp7l19";
channelstream: do not send comment notifications to the commenting user
r544 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nix: updated to 18.03 nix packages...
r2824 "wsgiref" = super.buildPythonPackage {
project: added all source files and assets
r1 name = "wsgiref-0.1.2";
doCheck = false;
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0y8fyjmpq7vwwm4x732w97qbkw78rjwal5409k04cw4m03411rn7";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "PSF or ZPL"; } ];
};
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "zope.cachedescriptors" = super.buildPythonPackage {
dependencies: bumped zope components:...
r2662 name = "zope.cachedescriptors-4.3.1";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/2f/89/ebe1890cc6d3291ebc935558fa764d5fffe571018dbbee200e9db78762cb/zope.cachedescriptors-4.3.1.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0jhr3m5p74c6r7k8iv0005b8bfsialih9d7zl5vx38rf5xq1lk8z";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "zope.deprecation" = super.buildPythonPackage {
dependencies: bumped zope components:...
r2662 name = "zope.deprecation-4.3.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/a1/18/2dc5e6bfe64fdc3b79411b67464c55bb0b43b127051a20f7f492ab767758/zope.deprecation-4.3.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "095jas41wbxgmw95kwdxqhbc3bgihw2hzj9b3qpdg85apcsf2lkx";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "zope.event" = super.buildPythonPackage {
dependencies: bumped zope components:...
r2662 name = "zope.event-4.3.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/9e/d0/54ba59f19a0635f6591b74be259cf6fbf67e73f4edda27b5cd0cf4d26efa/zope.event-4.3.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "1rrkyx42bcq8dkpj23c2v99kczlrg8d39c06q5qpr0vs4hjfmv70";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
nix: updated to 18.03 nix packages...
r2824 "zope.interface" = super.buildPythonPackage {
dependencies: bumped zope.interface to 4.5.0
r2715 name = "zope.interface-4.5.0";
project: added all source files and assets
r1 doCheck = false;
nix: updated to 18.03 nix packages...
r2824 propagatedBuildInputs = [
self."setuptools"
];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped zope.interface to 4.5.0
r2715 url = "https://files.pythonhosted.org/packages/ac/8a/657532df378c2cd2a1fe6b12be3b4097521570769d4852ec02c24bd3594e/zope.interface-4.5.0.tar.gz";
nix: updated to 18.03 nix packages...
r2824 sha256 = "0k67m60ij06wkg82n15qgyn96waf4pmrkhv0njpkfzpmv5q89hsp";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
nix: updated to 18.03 nix packages...
r2824 license = [ pkgs.lib.licenses.zpl21 ];
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 };
project: added all source files and assets
r1 };
### Test requirements
dependencies: organized test requirements....
r1222
project: added all source files and assets
r1 }