##// END OF EJS Templates
dependencies: bumped urlobject to 2.4.3
dependencies: bumped urlobject to 2.4.3

File last commit:

r2717:f06fdbee default
r2717:f06fdbee default
Show More
python-packages.nix
2086 lines | 81.9 KiB | text/x-nix | NixLexer
/ pkgs / python-packages.nix
release: updated pip2nix output for 4.5.0
r1174 # Generated by pip2nix 0.4.0
release: updated pip2nix output for 4.4.2
r996 # See https://github.com/johbo/pip2nix
project: added all source files and assets
r1 {
Babel = super.buildPythonPackage {
name = "Babel-1.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pytz];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
sha256 = "9f02d0357184de1f093c10012b52e7454a1008be6a5c185ab7a3307aceb1d12e";
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 };
Beaker = super.buildPythonPackage {
dependencies: bumped beaker to 1.9.1
r2675 name = "Beaker-1.9.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped Beaker to 1.9.0
r1875 propagatedBuildInputs = with self; [funcsigs];
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/ca/14/a626188d0d0c7b55dd7cf1902046c2743bd392a7078bb53073e13280eb1e/Beaker-1.9.1.tar.gz";
sha256 = "32276ed686ab7203baf60520452903e35d1c3515f632683ea4a5881c8cd55921";
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 };
CProfileV = super.buildPythonPackage {
dependencies: bumped cprofileV to 1.0.7
r1870 name = "CProfileV-1.0.7";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [bottle];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/df/50/d8c1ada7d537c64b0f76453fa31dedb6af6e27b82fcf0331e5f71a4cf98b/CProfileV-1.0.7.tar.gz";
sha256 = "8791748b1f3d3468c2c927c3fd5f905080b84d8f2d217ca764b7d9d7a1fb9a77";
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 };
dan
forms: add deform for integration settings forms
r518 Chameleon = super.buildPythonPackage {
name = "Chameleon-2.24";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
sha256 = "452e9580040ed8541062b16e21eaef4231dd5ed8da3ad9548246b9eef5c9787a";
dan
forms: add deform for integration settings forms
r518 };
meta = {
nix: added required peppercorn lib
r521 license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ];
dan
forms: add deform for integration settings forms
r518 };
};
project: added all source files and assets
r1 FormEncode = super.buildPythonPackage {
name = "FormEncode-1.2.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
sha256 = "8270840ee832055463b3d3328f8ae4b881e1fbe84353c97af1d913df3401feb9";
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 };
Jinja2 = super.buildPythonPackage {
dependencies: bumped jinja to 2.9.6
r2280 name = "Jinja2-2.9.6";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/90/61/f820ff0076a2599dd39406dcb858ecb239438c02ce706c8e91131ab9c7f1/Jinja2-2.9.6.tar.gz";
sha256 = "ddaa01a212cd6d641401cb01b605f4a4d9f37bfc93043d7f760ec70fb99ff9ff";
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 };
Mako = super.buildPythonPackage {
dependencies: bumped Mako to 1.0.7
r2030 name = "Mako-1.0.7";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/eb/f3/67579bb486517c0d49547f9697e36582cd19dafb5df9e687ed8e22de57fa/Mako-1.0.7.tar.gz";
sha256 = "4e02fde57bd4abb5ec400181e4c314f56ac3e49ba4fb8b0d50bba18cb27d25ae";
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 };
Markdown = super.buildPythonPackage {
dependencies: bumped markdown to 2.6.11
r2536 name = "Markdown-2.6.11";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/b3/73/fc5c850f44af5889192dff783b7b0d8f3fe8d30b65c8e3f78f8f0265fecf/Markdown-2.6.11.tar.gz";
sha256 = "a856869c7ff079ad84a3e19cd87a64998350c2b94e9e08e44270faef33400f81";
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 };
MarkupSafe = super.buildPythonPackage {
dependencies: bumped markupsafe to 1.0.0
r2287 name = "MarkupSafe-1.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/4d/de/32d741db316d8fdb7680822dd37001ef7a448255de9699ab4bfcbdf4172b/MarkupSafe-1.0.tar.gz";
sha256 = "a6be69091dac236ea9c6bc7d012beab42010fa914c459791d627dad4910eb665";
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 };
MySQL-python = super.buildPythonPackage {
name = "MySQL-python-1.2.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
sha256 = "811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74";
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.gpl1 ];
};
project: added all source files and assets
r1 };
Paste = super.buildPythonPackage {
dependencies: bumped paste to version 2.0.3.
r1237 name = "Paste-2.0.3";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
sha256 = "2346a347824c32641bf020c17967b49ae74d3310ec1bc9b958d4b84e2d985218";
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 };
PasteDeploy = super.buildPythonPackage {
name = "PasteDeploy-1.5.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
sha256 = "d5858f89a255e6294e63ed46b73613c56e3b9a2d82a42f1df4d06c8421a9e3cb";
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 };
PasteScript = super.buildPythonPackage {
dependencies: bumped pastescript to 2.0.2
r2350 name = "PasteScript-2.0.2";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pastescript to 2.0.2
r2350 propagatedBuildInputs = with self; [Paste PasteDeploy six];
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/e5/f0/78e766c3dcc61a4f3a6f71dd8c95168ae9c7a31722b5663d19c1fdf62cb6/PasteScript-2.0.2.tar.gz";
sha256 = "c03f249805538cc2328741ae8d262a9200ae1c993119b3d9bac4cd422cb476c0";
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 };
Pygments = super.buildPythonPackage {
dependencies: bumped pygments to 2.2.0
r1354 name = "Pygments-2.2.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
sha256 = "dbae1046def0efb574852fab9e90209b23f556367b5a320c0bcb871c77c3e8cc";
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 };
Routes = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "Routes-2.4.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
pylons: remove pylons as dependency...
r2351 propagatedBuildInputs = with self; [six 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/33/38/ea827837e68d9c7dde4cff7ec122a93c319f0effc08ce92a17095576603f/Routes-2.4.1.tar.gz";
sha256 = "26ee43340fca5a32769ffe0c58edcb396ccce6bc1dfa689ddf844d50877355fd";
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 };
Tempita = super.buildPythonPackage {
name = "Tempita-0.5.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
sha256 = "cacecf0baa674d356641f1d406b8bff1d756d739c46b869a54de515d08e6fc9c";
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 };
URLObject = super.buildPythonPackage {
name = "URLObject-2.4.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/cb/b6/e25e58500f9caef85d664bec71ec67c116897bfebf8622c32cb75d1ca199/URLObject-2.4.0.tar.gz";
sha256 = "f51272b12846db98af530b0a64f6593d2b1e8405f0aa580285b37ce8009b8d9c";
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 = [ ];
};
project: added all source files and assets
r1 };
WebError = super.buildPythonPackage {
name = "WebError-0.10.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [WebOb Tempita Pygments Paste];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
sha256 = "a6cb354ff921aad008336599b5e56622ebbe8c76d86985e22af262e6f7242f3b";
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 };
WebHelpers = super.buildPythonPackage {
name = "WebHelpers-1.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
sha256 = "ea86f284e929366b77424ba9a89341f43ae8dee3cbeb8702f73bcf86058aa583";
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 };
WebHelpers2 = super.buildPythonPackage {
name = "WebHelpers2-2.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe six];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
sha256 = "9a557ea31252a5beb654e52f67d7cf9ad4419a2b6e941b801d08f68a83daf02a";
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 };
WebOb = super.buildPythonPackage {
dependencies: bumped webob to 1.7.4
r2265 name = "WebOb-1.7.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/75/34/731e23f52371852dfe7490a61644826ba7fe70fd52a377aaca0f4956ba7f/WebOb-1.7.4.tar.gz";
sha256 = "8d10af182fda4b92193113ee1edeb687ab9dc44336b37d6804e413f0240d40d9";
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 };
WebTest = super.buildPythonPackage {
dependencies: bumped test libraries versions....
r2274 name = "WebTest-2.0.29";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 propagatedBuildInputs = with self; [six WebOb waitress beautifulsoup4];
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/94/de/8f94738be649997da99c47b104aa3c3984ecec51a1d8153ed09638253d56/WebTest-2.0.29.tar.gz";
sha256 = "dbbccc15ac2465066c95dc3a7de0d30cde3791e886ccbd7e91d5d2a2580c922d";
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 };
Whoosh = super.buildPythonPackage {
dependencies: bumped Whoosh to veriosn 2.7.4. Fixes #4283
r1231 name = "Whoosh-2.7.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
sha256 = "7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83";
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.bsd2 ];
};
project: added all source files and assets
r1 };
alembic = super.buildPythonPackage {
dependecies: bumped alembic to 0.6.8 release.
r2607 name = "alembic-0.9.8";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped alembic to 0.9.2
r1876 propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor python-dateutil];
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/95/2252783859df9ec76b9a25d968c2827ed75a43ba34c6e8d38f87a5c0fb26/alembic-0.9.8.tar.gz";
sha256 = "13b8611788acf0d7b617775db5c2ae26554a6d4263c590ef628d448fd05aef56";
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 };
pylons: remove pylons as dependency...
r2351 amqp = super.buildPythonPackage {
name = "amqp-2.2.2";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
pylons: remove pylons as dependency...
r2351 propagatedBuildInputs = with self; [vine];
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/e0/70/9ab9ccd8247fb7d2adb717e9f6a0ed358c9e1ab2c349048b0352f9e80ee2/amqp-2.2.2.tar.gz";
sha256 = "cba1ace9d4ff6049b190d8b7991f9c1006b443a5238021aca96dd6ad2ac9da22";
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 };
appenlight-client = super.buildPythonPackage {
dependencies: bumped appenlight client to 0.6.25
r2590 name = "appenlight-client-0.6.25";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped appenlight_client to 0.6.21
r1871 propagatedBuildInputs = with self; [WebOb requests six];
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/fa/44/2911ef85ea4f4fe65058fd22959d8dad598fab6a3c84e5bcb569d15c8783/appenlight_client-0.6.25.tar.gz";
sha256 = "47180fc8ef136feb906129dce09bf0ef07ed884fcbaf5615ecf61cf35c1634e5";
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.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 };
authomatic = super.buildPythonPackage {
name = "authomatic-0.1.0.post1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/08/1a/8a930461e604c2d5a7a871e1ac59fa82ccf994c32e807230c8d2fb07815a/Authomatic-0.1.0.post1.tar.gz";
sha256 = "731e398f09e37abfc91dea86feca2f41693db97c4e10ee3e92e9a53455c16a68";
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 };
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 backports.shutil-get-terminal-size = super.buildPythonPackage {
name = "backports.shutil-get-terminal-size-1.0.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "713e7a8228ae80341c70586d1cc0a8caa5207346927e23d09dcbcaf18eadec80";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 beautifulsoup4 = super.buildPythonPackage {
name = "beautifulsoup4-4.6.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/fa/8d/1d14391fdaed5abada4e0f63543fef49b8331a34ca60c88bd521bcf7f782/beautifulsoup4-4.6.0.tar.gz";
sha256 = "808b6ac932dccb0a4126558f7dfdcf41710dd44a4ef497a0bb59a77f9f078e89";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
pylons: remove pylons as dependency...
r2351 billiard = super.buildPythonPackage {
name = "billiard-3.5.0.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "1d7b22bdc47aa52841120fcd22a74ae4fc8c13e9d3935643098184f5788c3ce6";
pylons: remove pylons as dependency...
r2351 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 bleach = super.buildPythonPackage {
dependencies: bumped bleach to 2.2.3
r2716 name = "bleach-2.1.3";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six html5lib];
src = fetchurl {
dependencies: bumped bleach to 2.2.3
r2716 url = "https://files.pythonhosted.org/packages/eb/ea/58428609442130dc31d3a59010bf6cbd263a16c589d01d23b7c1e6997e3b/bleach-2.1.3.tar.gz";
sha256 = "eb7386f632349d10d9ce9d4a838b134d4731571851149f9cc2c05a9a837a9a44";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
};
project: added all source files and assets
r1 bottle = super.buildPythonPackage {
dependencies: bumped bottle to 0.12.13
r2291 name = "bottle-0.12.13";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/bd/99/04dc59ced52a8261ee0f965a8968717a255ea84a36013e527944dbf3468c/bottle-0.12.13.tar.gz";
sha256 = "39b751aee0b167be8dffb63ca81b735bbf1dd0905b3bc42761efedee8f123355";
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 };
bumpversion = super.buildPythonPackage {
name = "bumpversion-0.5.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
sha256 = "6744c873dd7aafc24453d8b6a1a0d6d109faf63cd0cd19cb78fd46e74932c77e";
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 };
celery = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "celery-4.1.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
pylons: remove pylons as dependency...
r2351 propagatedBuildInputs = with self; [pytz billiard kombu];
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/07/65/88a2a45fc80f487872c93121a701a53bbbc3d3d832016876fac84fc8d46a/celery-4.1.0.tar.gz";
sha256 = "77ff3730198d6a17b3c1f05579ebe570b579efb35f6d7e13dba3b1368d068b35";
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 };
packaging: added channelstream and gevent back into CE....
r525 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 buildInputs = with self; [];
doCheck = false;
channelstream: do not send comment notifications to the commenting user
r544 propagatedBuildInputs = with self; [gevent ws4py pyramid pyramid-jinja2 itsdangerous requests 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";
sha256 = "359bf5316688341e54a881a7b331c2388fc7ec32a4f4818c92d3c1425b2775e1";
packaging: added channelstream and gevent back into CE....
r525 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 click = super.buildPythonPackage {
dependencies: bumped click to 6.6.0
r2301 name = "click-6.6";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "cc6a19da8ebff6e7074f731447ef7e112bd23adf3de5c597cf9989f2fd8defe9";
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 };
colander = super.buildPythonPackage {
dependencies: bumped colander to 1.4.0
r2279 name = "colander-1.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [translationstring iso8601];
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";
sha256 = "e20e9acf190e5711cf96aa65a5405dac04b6e841028fc361d953a9923dbc4e72";
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 };
configobj = super.buildPythonPackage {
name = "configobj-5.0.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
sha256 = "a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 configparser = super.buildPythonPackage {
name = "configparser-3.5.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "5308b47021bc2340965c371f0f058cc6971a04502638d4244225c49d80db273a";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
project: added all source files and assets
r1 cov-core = super.buildPythonPackage {
name = "cov-core-1.15.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [coverage];
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";
sha256 = "4a14c67d520fda9d42b0da6134638578caae1d374b9bb462d8de00587dba764c";
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 };
coverage = super.buildPythonPackage {
name = "coverage-3.7.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
sha256 = "d1aea1c4aa61b8366d6a42dd3650622fbf9c634ed24eaf7f379c8b970e5ed44e";
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 };
cssselect = super.buildPythonPackage {
dependencies: added css select into required libraries.
r1528 name = "cssselect-1.0.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-1.0.1.tar.gz";
sha256 = "73db1c054b9348409e2862fc6c0dde5c4e4fbe4da64c5c5a9e05fbea45744077";
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 };
decorator = super.buildPythonPackage {
dependencies: bumped decorator to 4.1.2
r2282 name = "decorator-4.1.2";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "7cb64d38cb8002971710c8899fbdfb859a23a364b7c99dab19d1f719c2ba16b5";
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 };
dan
forms: add deform for integration settings forms
r518 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 buildInputs = with self; [];
doCheck = false;
dependencies: bumped deform to 2.0.4
r1712 propagatedBuildInputs = with self; [Chameleon colander iso8601 peppercorn translationstring 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";
sha256 = "874d3346a02c500432efdcc73b1a7174aa0ea69cd52a99bb9a812967f54f6f79";
dan
forms: add deform for integration settings forms
r518 };
meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
};
project: added all source files and assets
r1 docutils = super.buildPythonPackage {
dependencies: bumped docutils to 0.14.0
r2283 name = "docutils-0.14";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274";
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 ];
};
project: added all source files and assets
r1 };
dogpile.cache = super.buildPythonPackage {
dependencies: bumped dogpile.cache to 0.6.5
r2705 name = "dogpile.cache-0.6.5";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
packaging: added channelstream and gevent back into CE....
r525 propagatedBuildInputs = with self; [];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped dogpile.cache to 0.6.5
r2705 url = "https://files.pythonhosted.org/packages/65/24/7bd97e9d486c37ac03ef6ae3a590db1a8e02183e5d7ce9071bcca9d86c44/dogpile.cache-0.6.5.tar.gz";
sha256 = "631197e78b4471bb0e93d0a86264c45736bc9ae43b4205d581dcc34fbe9b5f31";
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 };
dogpile.core = super.buildPythonPackage {
name = "dogpile.core-0.4.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "be652fb11a8eaf66f7e5c94d418d2eaa60a2fe81dae500f3743a863cc9dbed76";
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 };
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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "64cf1ee26d1cde3c73c6d7d107f835fed7c6a2904aef9eac223d57ad800c43fa";
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 };
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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [urllib3];
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";
sha256 = "be3080a2bf32dff0a9f9fcc1c087515a25a357645673a976d25ef77166134d81";
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 };
elasticsearch-dsl = super.buildPythonPackage {
packaging: updated rhodecode-tools to 0.11.0
r1235 name = "elasticsearch-dsl-2.2.0";
dan
pkgs: update rce to use tools 0.8.0
r110 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six python-dateutil elasticsearch];
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";
sha256 = "99bbb4dcbcfb5db4f57499237f24acf1397543e895e99994a09af2a6fbef93bc";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 entrypoints = super.buildPythonPackage {
name = "entrypoints-0.2.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [configparser];
src = fetchurl {
url = "https://code.rhodecode.com/upstream/entrypoints/archive/96e6d645684e1af3d7df5b5272f3fe85a546b233.tar.gz?md5=7db37771aea9ac9fefe093e5d6987313";
md5 = "7db37771aea9ac9fefe093e5d6987313";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 enum34 = super.buildPythonPackage {
name = "enum34-1.1.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "8ad8c4783bf61ded74527bffb48ed9b54166685e4230386a9ed9b1279e2df5b1";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
dependencies: bumped Beaker to 1.9.0
r1875 funcsigs = super.buildPythonPackage {
name = "funcsigs-1.0.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "a7bb0f2cf3a3fd1ab2732cb49eba4252c2af4240442415b4abce3b87022a8f50";
dependencies: bumped Beaker to 1.9.0
r1875 };
meta = {
license = [ { fullName = "ASL"; } pkgs.lib.licenses.asl20 ];
};
};
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 functools32 = super.buildPythonPackage {
name = "functools32-3.2.3.post2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "f6253dfbe0538ad2e387bd8fdfd9293c925d63553f5813c4e587745416501e6d";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.psfl ];
};
};
project: added all source files and assets
r1 future = super.buildPythonPackage {
name = "future-0.14.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "62857d51881d97dd5492b9295b9f51d92108a52a4c88e2c40054c1d3e5995be9";
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 };
futures = super.buildPythonPackage {
name = "futures-3.0.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "dc3fc91508e49e0fd2f8625f0132d16e49c80f882e7e1d565c56b0d5dfbae257";
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 };
packaging: added channelstream and gevent back into CE....
r525 gevent = super.buildPythonPackage {
dependencies: bumped gevent to 1.2.2 together with greenlet to 0.4.12
r1864 name = "gevent-1.2.2";
packaging: added channelstream and gevent back into CE....
r525 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [greenlet];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/1b/92/b111f76e54d2be11375b47b213b56687214f258fd9dae703546d30b837be/gevent-1.2.2.tar.gz";
sha256 = "4791c8ae9c57d6f153354736e1ccab1e2baf6c8d9ae5a77a9ac90f41e2966b2d";
packaging: added channelstream and gevent back into CE....
r525 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
project: added all source files and assets
r1 gnureadline = super.buildPythonPackage {
dependencies: bumped gnureadline 6.3.8
r2292 name = "gnureadline-6.3.8";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "58e208ed34a53456ecf58bc11eacbe332c50d322b329457e2c645bd15192b035";
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 };
gprof2dot = super.buildPythonPackage {
dependencies: bumped test libraries versions....
r2274 name = "gprof2dot-2017.9.19";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "cebc7aa2782fd813ead415ea1fae3409524343485eadc7fb60ef5bd1e810309e";
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 };
release: updated pip2nix output for 4.8.0
r1853 graphviz = super.buildPythonPackage {
dependencies: bumped graphviz 0.8.2
r2529 name = "graphviz-0.8.2";
release: updated pip2nix output for 4.8.0
r1853 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/fa/d1/63b62dee9e55368f60b5ea445e6afb361bb47e692fc27553f3672e16efb8/graphviz-0.8.2.zip";
sha256 = "606741c028acc54b1a065b33045f8c89ee0927ea77273ec409ac988f2c3d1091";
release: updated pip2nix output for 4.8.0
r1853 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
packaging: added channelstream and gevent back into CE....
r525 greenlet = super.buildPythonPackage {
dependecies: bumped greenlet to 0.4.13
r2535 name = "greenlet-0.4.13";
packaging: added channelstream and gevent back into CE....
r525 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/13/de/ba92335e9e76040ca7274224942282a80d54f85e342a5e33c5277c7f87eb/greenlet-0.4.13.tar.gz";
sha256 = "0fef83d43bf87a5196c91e73cb9772f945a4caaff91242766c5916d1dd1381e4";
packaging: added channelstream and gevent back into CE....
r525 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
project: added all source files and assets
r1 gunicorn = super.buildPythonPackage {
dependencies: bumped http servers including gunicorn....
r1865 name = "gunicorn-19.7.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/30/3a/10bb213cede0cc4d13ac2263316c872a64bf4c819000c8ccd801f1d5f822/gunicorn-19.7.1.tar.gz";
sha256 = "eee1169f0ca667be05db3351a0960765620dad53f53434262ff8901b68a1b622";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 html5lib = super.buildPythonPackage {
dependencies: bumped html5lib 1.0.1
r2534 name = "html5lib-1.0.1";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
dependencies: bumped html5lib 1.0.1
r2534 propagatedBuildInputs = with self; [six webencodings];
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/85/3e/cf449cf1b5004e87510b9368e7a5f1acd8831c2d6691edd3c62a0823f98f/html5lib-1.0.1.tar.gz";
sha256 = "66cb0dcfdbbc4f9c3ba1a63fdb511ffdbd4f513b2b6d81b80cd26ce6b3fb3736";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: synced auto-generated nix file with EE
r1911 hupper = super.buildPythonPackage {
name = "hupper-1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/2e/07/df892c564dc09bb3cf6f6deb976c26adf9117db75ba218cb4353dbc9d826/hupper-1.0.tar.gz";
md5 = "26e77da7d5ac5858f59af050d1a6eb5a";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
project: added all source files and assets
r1 infrae.cache = super.buildPythonPackage {
name = "infrae.cache-1.0.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Beaker repoze.lru];
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";
sha256 = "844b1baa0ab7613159c7e2ee368a5ec4d574e409ff86963e1f45f08dacd478b7";
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.zpt21 ];
};
project: added all source files and assets
r1 };
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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "1a1992fac5292b97448d1c85dc0793e309c4c376acbc39ff067056d71fdc241d";
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 };
};
dependencies: bumped pyramid-debugtoolbar to 4.3.1
r1907 ipaddress = super.buildPythonPackage {
dependencies: bumped to ipaddress 0.1.19
r2530 name = "ipaddress-1.0.19";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pyramid-debugtoolbar to 4.3.1
r1907 propagatedBuildInputs = with self; [];
project: added all source files and assets
r1 src = fetchurl {
dependencies: bumped to ipaddress 0.1.19
r2530 url = "https://pypi.python.org/packages/f0/ba/860a4a3e283456d6b7e2ab39ce5cf11a3490ee1a363652ac50abf9f0f5df/ipaddress-1.0.19.tar.gz";
md5 = "d0687efaf93a32476d81e90ba0609c57";
dependencies: bumped pyramid-debugtoolbar to 4.3.1
r1907 };
meta = {
license = [ pkgs.lib.licenses.psfl ];
};
};
project: added all source files and assets
r1 ipdb = super.buildPythonPackage {
dependencies: bumped ipdb to 0.11
r2710 name = "ipdb-0.11";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped ipdb to 0.10.3
r1869 propagatedBuildInputs = with self; [setuptools 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";
sha256 = "7081c65ed7bfe7737f83fa4213ca8afd9617b42ff6b3f1daf9a3419839a2a00a";
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.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 };
ipython = super.buildPythonPackage {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 name = "ipython-5.1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools decorator pickleshare simplegeneric traitlets prompt-toolkit Pygments pexpect backports.shutil-get-terminal-size pathlib2 pexpect];
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";
sha256 = "7ef4694e1345913182126b219aaa4a0047e191af414256da6772cf249571b961";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
ipython-genutils = super.buildPythonPackage {
dependencies: bumped external libraries to latest versions...
r1620 name = "ipython-genutils-0.2.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
docs: updated 4.1 release notes
r160 propagatedBuildInputs = with self; [];
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/e8/69/fbeffffc05236398ebfcfb512b6d2511c622871dca1746361006da310399/ipython_genutils-0.2.0.tar.gz";
sha256 = "eb2e116e75ecef9d4d228fdc66af54269afa26ab4463042e33785b887c628ba8";
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 };
iso8601 = super.buildPythonPackage {
dependencies: downgraded iso8601 to 0.1.11 for compatability.
r2712 name = "iso8601-0.1.11";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: downgraded iso8601 to 0.1.11 for compatability.
r2712 url = "https://files.pythonhosted.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
sha256 = "e8fb52f78880ae063336c94eb5b87b181e6a0cc33a6c008511bac9a6e980ef30";
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 };
itsdangerous = super.buildPythonPackage {
name = "itsdangerous-0.24";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
sha256 = "cbb3fcf8d3e33df861709ecaf89d9e6629cff0a217bc2848f1b41cd30d360519";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 jsonschema = super.buildPythonPackage {
name = "jsonschema-2.6.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [functools32];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
sha256 = "6ff5f3180870836cae40f06fa10419f557208175f13ad7bc26caa77beb1f6e02";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
jupyter-client = super.buildPythonPackage {
name = "jupyter-client-5.0.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [traitlets jupyter-core pyzmq python-dateutil];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
sha256 = "2766f9c2deb9ae826e65d53a56a36d69b184f63d0dcb7710835273327126bc5b";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
jupyter-core = super.buildPythonPackage {
dependencies: bumped libs not explicitly set by requirements...
r2300 name = "jupyter-core-4.4.0";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [traitlets];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/b6/2d/2804f4de3a95583f65e5dcb4d7c8c7183124882323758996e867f47e72af/jupyter_core-4.4.0.tar.gz";
sha256 = "ba70754aa680300306c699790128f6fbd8c306ee5927976cbe48adacf240c0b7";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 kombu = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "kombu-4.1.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
pylons: remove pylons as dependency...
r2351 propagatedBuildInputs = with self; [amqp];
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/03/5e/1a47d1e543d4943d65330af4e4406049f443878818fb65bfdc651bb93a96/kombu-4.1.0.tar.gz";
sha256 = "4249d9dd9dbf1fcec471d1c2def20653c9310dd1a217272d77e4844f9d5273cb";
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 };
lxml = super.buildPythonPackage {
dependencies: bumped lxml and made it a dependency.
r1525 name = "lxml-3.7.3";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-3.7.3.tar.gz";
sha256 = "aa502d78a51ee7d127b4824ff96500f0181d3c7826e6ee7b800d068be79361c7";
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 };
meld3 = super.buildPythonPackage {
name = "meld3-1.0.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "f7b754a0fde7a4429b2ebe49409db240b5699385a572501bb0d5627d299f9558";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 mistune = super.buildPythonPackage {
dependencies: bumped mistune to 0.8.3
r2442 name = "mistune-0.8.3";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "bc10c33bfdcaa4e749b779f62f60d6e12f8215c46a292d05e486b869ae306619";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 mock = super.buildPythonPackage {
name = "mock-1.0.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f";
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 };
msgpack-python = super.buildPythonPackage {
dependencies: bumped msgpack to version 0.4.8.
r1225 name = "msgpack-python-0.4.8";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
sha256 = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 nbconvert = super.buildPythonPackage {
dependencies: jupyter...
r2443 name = "nbconvert-5.3.1";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [mistune Jinja2 Pygments traitlets jupyter-core nbformat entrypoints bleach pandocfilters testpath];
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";
sha256 = "12b1a4671d4463ab73af6e4cbcc965b62254e05d182cd54995dda0d0ef9e2db9";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nbformat = super.buildPythonPackage {
dependencies: jupyter...
r2443 name = "nbformat-4.4.0";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [ipython-genutils traitlets jsonschema jupyter-core];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/6e/0e/160754f7ae3e984863f585a3743b0ed1702043a81245907c8fae2d537155/nbformat-4.4.0.tar.gz";
sha256 = "f7494ef0df60766b7cabe0a3651556345a963b74dbc16bc7c18479041170d402";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 objgraph = super.buildPythonPackage {
dependencies: bumped objgraph to 3.1.1
r2285 name = "objgraph-3.1.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
release: updated pip2nix output for 4.8.0
r1853 propagatedBuildInputs = with self; [graphviz];
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/be/58/9ca81a20cc837054e94866df1475d899caaa94f3732b8a46006858b015f7/objgraph-3.1.1.tar.gz";
sha256 = "8c2de13d7d68235eab95d115f5f95c230c5648874006d391dc3cdaa83823589d";
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 };
packaging = super.buildPythonPackage {
name = "packaging-15.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
sha256 = "cf92396a51d269eb10660367c7c40cea1aa3180a6a3a773d377cf7451007c6fe";
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 };
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 pandocfilters = super.buildPythonPackage {
dependencies: bumped pandadoc_filters to 1.4.2
r2028 name = "pandocfilters-1.4.2";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/4c/ea/236e2584af67bb6df960832731a6e5325fd4441de001767da328c33368ce/pandocfilters-1.4.2.tar.gz";
sha256 = "b3dd70e169bb5449e6bc6ff96aea89c5eea8c5f6ab5e207fc2f521a2cf4a0da9";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 pathlib2 = super.buildPythonPackage {
dependencies: bumped pathlib2 to 2.3.0.
r1866 name = "pathlib2-2.3.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pathlib2 to 2.3.0.
r1866 propagatedBuildInputs = with self; [six scandir];
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/14/df0deb867c2733f7d857523c10942b3d6612a1b222502fdffa9439943dfb/pathlib2-2.3.0.tar.gz";
sha256 = "d32550b75a818b289bd4c1f96b60c89957811da205afcceab75bc8b4857ea5b3";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
nix: added required peppercorn lib
r521 peppercorn = super.buildPythonPackage {
name = "peppercorn-0.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
sha256 = "921cba5d51fa211e6da0fbd2120b9a98d663422a80f5bb669ad81ffb0909774b";
nix: added required peppercorn lib
r521 };
meta = {
license = [ { fullName = "BSD-derived (http://www.repoze.org/LICENSE.txt)"; } ];
};
};
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 pexpect = super.buildPythonPackage {
dependencies: bumped pyexpect to 4.4.0 and scandir to 1.7
r2589 name = "pexpect-4.4.0";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [ptyprocess];
src = fetchurl {
dependencies: bumped pyexpect to 4.4.0 and scandir to 1.7
r2589 url = "https://pypi.python.org/packages/fa/c3/60c0cbf96f242d0b47a82e9ca634dcd6dcb043832cf05e17540812e1c707/pexpect-4.4.0.tar.gz";
md5 = "e9b07f0765df8245ac72201d757baaef";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.isc { fullName = "ISC License (ISCL)"; } ];
};
};
pickleshare = super.buildPythonPackage {
name = "pickleshare-0.7.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pathlib2];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
sha256 = "84a9257227dfdd6fe1b4be1319096c20eb85ff1e82c7932f36efccfe1b09737b";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 plaster = super.buildPythonPackage {
dependencies: bumped libs not explicitly set by requirements...
r2300 name = "plaster-1.0";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/37/e1/56d04382d718d32751017d32f351214384e529b794084eee20bb52405563/plaster-1.0.tar.gz";
sha256 = "8351c7c7efdf33084c1de88dd0f422cbe7342534537b553c49b857b12d98c8c3";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
plaster-pastedeploy = super.buildPythonPackage {
dependencies: bumped plaster-pastedeploy to 0.4.2
r2392 name = "plaster-pastedeploy-0.4.2";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [PasteDeploy plaster];
src = fetchurl {
dependencies: bumped plaster-pastedeploy to 0.4.2
r2392 url = "https://pypi.python.org/packages/2c/62/0daf9c0be958e785023e583e51baac15863699e956bfb3d448898d80edd8/plaster_pastedeploy-0.4.2.tar.gz";
md5 = "58fd7852002909378e818c9d5b71e90a";
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 prompt-toolkit = super.buildPythonPackage {
dependencies: bumped prompt_toolkit to 1.0.15
r2027 name = "prompt-toolkit-1.0.15";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six wcwidth];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/8a/ad/cf6b128866e78ad6d7f1dc5b7f99885fb813393d9860778b2984582e81b5/prompt_toolkit-1.0.15.tar.gz";
sha256 = "858588f1983ca497f1cf4ffde01d978a3ea02b01c8a26a8bbc5cd2e66d816917";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 psutil = super.buildPythonPackage {
dependencies: bumped psutil to 5.4.3
r2537 name = "psutil-5.4.3";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/e2/e1/600326635f97fee89bf8426fef14c5c29f4849c79f68fd79f433d8c1bd96/psutil-5.4.3.tar.gz";
sha256 = "e2467e9312c2fa191687b89ff4bc2ad8843be4af6fb4dc95a7cc5f7d7a327b18";
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 };
psycopg2 = super.buildPythonPackage {
dependencies: bumped psycopg2 to 2.7.4
r2706 name = "psycopg2-2.7.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped psycopg2 to 2.7.4
r2706 url = "https://files.pythonhosted.org/packages/74/83/51580322ed0e82cba7ad8e0af590b8fb2cf11bd5aaa1ed872661bd36f462/psycopg2-2.7.4.tar.gz";
sha256 = "8bf51191d60f6987482ef0cfe8511bbf4877a5aa7f313d7b488b53189cf26209";
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.zpt21 { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "LGPL with exceptions or ZPL"; } ];
};
project: added all source files and assets
r1 };
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 ptyprocess = super.buildPythonPackage {
dependencies: bumped ptyprocess to 0.5.2
r1861 name = "ptyprocess-0.5.2";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/51/83/5d07dc35534640b06f9d9f1a1d2bc2513fb9cc7595a1b0e28ae5477056ce/ptyprocess-0.5.2.tar.gz";
sha256 = "e64193f0047ad603b71f202332ab5527c5e52aa7c8b609704fc28c0dc20c4365";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ ];
};
};
project: added all source files and assets
r1 py = super.buildPythonPackage {
dependencies: bumped test dependencies:...
r2386 name = "py-1.5.2";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/90/e3/e075127d39d35f09a500ebb4a90afd10f9ef0a1d28a6d09abeec0e444fdd/py-1.5.2.tar.gz";
sha256 = "ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d";
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 };
py-bcrypt = super.buildPythonPackage {
name = "py-bcrypt-0.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
sha256 = "5fa13bce551468350d66c4883694850570f3da28d6866bb638ba44fe5eabda78";
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 };
packages: added py-gfm lib for markdown extensions.
r316 py-gfm = super.buildPythonPackage {
name = "py-gfm-0.1.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools Markdown];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/12/e4/6b3d8678da04f97d7490d8264d8de51c2dc9fb91209ccee9c515c95e14c5/py-gfm-0.1.3.tar.gz";
sha256 = "f107e43248eba6236b19ceda78531f40c7bdb85ba4a219f478c92920397f4f98";
packages: added py-gfm lib for markdown extensions.
r316 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 pycrypto = super.buildPythonPackage {
name = "pycrypto-2.6.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c";
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 };
pycurl = super.buildPythonPackage {
name = "pycurl-7.19.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/6c/48/13bad289ef6f4869b1d8fc11ae54de8cfb3cc4a2eb9f7419c506f763be46/pycurl-7.19.5.tar.gz";
sha256 = "69a0aa7c9dddbfe4cebf4d1f674c490faccf739fc930d85d8990ce2fd0551a43";
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 = "LGPL/MIT"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
};
project: added all source files and assets
r1 };
pyflakes = super.buildPythonPackage {
name = "pyflakes-0.8.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "3fa80a10b36d51686bf7744f5dc99622cd5c98ce8ed64022e629868aafc17769";
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 };
dan
nix: add pygments-markdown-lexer for highglighting markdown files
r1028 pygments-markdown-lexer = super.buildPythonPackage {
name = "pygments-markdown-lexer-0.1.0.dev39";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Pygments];
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";
sha256 = "4c128c26450b5886521c674d759f95fc3768b8955a7d9c81866ee0213c2febdf";
dan
nix: add pygments-markdown-lexer for highglighting markdown files
r1028 };
meta = {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 license = [ pkgs.lib.licenses.asl20 ];
dan
nix: add pygments-markdown-lexer for highglighting markdown files
r1028 };
};
project: added all source files and assets
r1 pyparsing = super.buildPythonPackage {
name = "pyparsing-1.5.7";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/6f/2c/47457771c02a8ff0f302b695e094ec309e30452232bd79198ee94fda689f/pyparsing-1.5.7.tar.gz";
sha256 = "646e14f90b3689b005c19ac9b6b390c9a39bf976481849993e277d7380e6e79f";
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 };
pyramid = super.buildPythonPackage {
dependencies: bumped pyramid to 1.9.2
r2708 name = "pyramid-1.9.2";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pyramid to 1.9 webob to 1.7.3 and webtest to 2.0.27...
r1906 propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy plaster plaster-pastedeploy 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";
sha256 = "cf89a48cb899291639686bf3d4a883b39e496151fa4871fb83cc1a3200d5b925";
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 };
pyramid-beaker = super.buildPythonPackage {
name = "pyramid-beaker-0.8";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pyramid Beaker];
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";
sha256 = "77dc658c2c84c8c384b6c07f60dd9d2ccaa30df97a147c790db43636f1e8d441";
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 };
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 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pyramid-debugtoolbar to 4.3.1
r1907 propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments 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";
sha256 = "5f779aa242009c4aace848f67807da44af2970b303aa1c9682c2efab76b7e79e";
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 };
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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
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";
sha256 = "5c21081f65a5bec0b76957990c2b89ed41f4fd11257121387110cb722fd0e5eb";
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 };
pyramid-mako = super.buildPythonPackage {
name = "pyramid-mako-1.0.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pyramid Mako];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
sha256 = "6da0987b9874cf53e72139624665a73965bbd7fbde504d1753e4231ce916f3a1";
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 };
pysqlite = super.buildPythonPackage {
dependencies: bumped pysqlite to 2.8.3
r1880 name = "pysqlite-2.8.3";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "17d3335863e8cf8392eea71add33dab3f96d060666fe68ab7382469d307f4490";
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 };
pytest = super.buildPythonPackage {
dependencies: bumped test dependencies:...
r2386 name = "pytest-3.2.5";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped test libraries....
r1863 propagatedBuildInputs = with self; [py 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/1f/f8/8cd74c16952163ce0db0bd95fdd8810cbf093c08be00e6e665ebf0dc3138/pytest-3.2.5.tar.gz";
sha256 = "6d5bd4f7113b444c55a3bbb5c738a3dd80d43563d063fc42dcb0aaefbdd78b81";
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 };
pytest-catchlog = super.buildPythonPackage {
name = "pytest-catchlog-1.2.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [py pytest];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
sha256 = "4be15dc5ac1750f83960897f591453040dff044b5966fe24a91c2f7d04ecfcf0";
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 };
pytest-cov = super.buildPythonPackage {
dependencies: bumped test libraries....
r1863 name = "pytest-cov-2.5.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped pytest libraries to latest versions.
r1221 propagatedBuildInputs = with self; [pytest 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/24/b4/7290d65b2f3633db51393bdf8ae66309b37620bc3ec116c5e357e3e37238/pytest-cov-2.5.1.tar.gz";
sha256 = "03aa752cf11db41d281ea1d807d954c4eda35cfa1b21d6971966cc041bbf6e2d";
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 };
pytest-profiling = super.buildPythonPackage {
dependencies: bumped test libraries versions....
r2274 name = "pytest-profiling-1.2.11";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six pytest gprof2dot];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/c0/4a/b4aa786e93c07a86f1f87c581a36bf355a9e06a9da7e00dbd05047626bd2/pytest-profiling-1.2.11.tar.gz";
sha256 = "8904f9a1ed31d6be2c0b586c4e2fbc14cc17fb0afae2c01a6c0f701978a1c9a4";
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 };
pytest-runner = super.buildPythonPackage {
dependencies: bumped test dependencies:...
r2386 name = "pytest-runner-3.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/65/b4/ae89338cd2d81e2cc54bd6db2e962bfe948f612303610d68ab24539ac2d1/pytest-runner-3.0.tar.gz";
sha256 = "0f7c3a3cf5aead13f54baaa01ceb49e5ae92aba5d3ff1928e81e189c40bc6703";
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: organized test requirements....
r1222 pytest-sugar = super.buildPythonPackage {
dependencies: bumped test libraries versions....
r2274 name = "pytest-sugar-0.9.0";
dependencies: organized test requirements....
r1222 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pytest termcolor];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/49/d8/c5ff6cca3ce2ebd8b73eec89779bf6b4a7737456a70e8ea4d44c1ff90f71/pytest-sugar-0.9.0.tar.gz";
sha256 = "8f1aca70235559f95abe2d7508a029d933e9c9961888d74d423e6460678a9686";
dependencies: organized test requirements....
r1222 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 pytest-timeout = super.buildPythonPackage {
dependencies: bumped pytest libraries to latest versions.
r1221 name = "pytest-timeout-1.2.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pytest];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
sha256 = "c29e3168f10897728059bd6b8ca20b28733d7fe6b8f6c09bb9d89f6146f27cb8";
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 };
python-dateutil = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "python-dateutil-2.6.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 propagatedBuildInputs = with self; [six];
project: added all source files and assets
r1 src = fetchurl {
pylons: remove pylons as dependency...
r2351 url = "https://pypi.python.org/packages/54/bb/f1db86504f7a49e1d9b9301531181b00a1c7325dc85a29160ee3eaa73a54/python-dateutil-2.6.1.tar.gz";
md5 = "db38f6b4511cefd76014745bb0cc45a4";
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 = {
pylons: remove pylons as dependency...
r2351 license = [ pkgs.lib.licenses.bsdOriginal { fullName = "Simplified BSD"; } ];
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 };
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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "a3c066acee22a1c94f63938341d4fb374e3fdd69366ed6603d7b24bed1efc565";
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 };
python-ldap = super.buildPythonPackage {
dependencies: bumped python-ldap to 2.4.45
r2293 name = "python-ldap-2.4.45";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/ce/52/6b5372d0166820f4a4b0a88ed73dc7504219355049fc1d266d8ccdb7942e/python-ldap-2.4.45.tar.gz";
sha256 = "824fde180a53772e23edc031c4dd64ac1af4a3eade78f00d9d510937d562f64e";
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 };
python-memcached = super.buildPythonPackage {
dependencies: bumped python-memcached to 1.59
r2713 name = "python-memcached-1.59";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
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";
sha256 = "a2e28637be13ee0bf1a8b6843e7490f9456fd3f2a4cb60471733c7b5d5557e4f";
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 };
python-pam = super.buildPythonPackage {
name = "python-pam-1.8.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz";
sha256 = "26efe4e79b869b10f97cd8c4a6bbb04a4e54d41186364e975b4108c9c071812c";
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 };
pytz = super.buildPythonPackage {
dependencies: bumped pytz to 2018.4
r2714 name = "pytz-2018.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped pytz to 2018.4
r2714 url = "https://files.pythonhosted.org/packages/10/76/52efda4ef98e7544321fd8d5d512e11739c1df18b0649551aeccfb1c8376/pytz-2018.4.tar.gz";
sha256 = "c06425302f2cf668f1bba7a0a03f3c1d34d4ebeef2c72003da308b3947c7f749";
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 };
pyzmq = super.buildPythonPackage {
name = "pyzmq-14.6.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "7746806ff94f1e8c1e843644c6bbd3b9aaeb1203c2eaf38879adc23dbd5c35bb";
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 };
recaptcha-client = super.buildPythonPackage {
name = "recaptcha-client-1.0.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/0a/ea/5f2fbbfd894bdac1c68ef8d92019066cfcf9fbff5fe3d728d2b5c25c8db4/recaptcha-client-1.0.6.tar.gz";
sha256 = "28c6853c1d13d365b7dc71a6b05e5ffb56471f70a850de318af50d3d7c0dea2f";
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 = "MIT/X11"; } ];
};
project: added all source files and assets
r1 };
dependencies: added redis library to enable usage of redis backend for beaker.
r2158 redis = super.buildPythonPackage {
name = "redis-2.10.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "a22ca993cea2962dbb588f9f30d0015ac4afcc45bee27d3978c0dbe9e97c6c0f";
dependencies: added redis library to enable usage of redis backend for beaker.
r2158 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
project: added all source files and assets
r1 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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77";
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 };
requests = super.buildPythonPackage {
name = "requests-2.9.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "c577815dd00f1394203fc44eb979724b098f88264a9ef898ee45b8e5e9cf587f";
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 };
rhodecode-enterprise-ce = super.buildPythonPackage {
nix: changed version 4.12.0 to 4.13.0 for rhodecode-enterprise-ce package
r2700 name = "rhodecode-enterprise-ce-4.13.0";
dependencies: added css select into required libraries.
r1528 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj];
project: added all source files and assets
r1 doCheck = true;
dependencies: removed uwsgi from requirements....
r2702 propagatedBuildInputs = with self; [setuptools-scm amqp authomatic Babel Beaker celery Chameleon channelstream click colander configobj cssselect decorator deform docutils dogpile.cache dogpile.core ecdsa FormEncode future futures gnureadline infrae.cache iso8601 itsdangerous Jinja2 billiard kombu lxml Mako Markdown MarkupSafe msgpack-python MySQL-python objgraph packaging Paste PasteDeploy PasteScript pathlib2 peppercorn psutil psycopg2 py-bcrypt pycrypto pycurl pyflakes pygments-markdown-lexer Pygments pyparsing pyramid-beaker pyramid-debugtoolbar pyramid-jinja2 pyramid-mako pyramid pysqlite python-dateutil python-ldap python-memcached python-pam pytz tzlocal pyzmq py-gfm recaptcha-client redis repoze.lru requests Routes setproctitle simplejson six SQLAlchemy sshpubkeys subprocess32 supervisor Tempita translationstring trollius urllib3 URLObject venusian WebError WebHelpers2 WebHelpers WebOb Whoosh wsgiref zope.cachedescriptors zope.deprecation zope.event zope.interface nbconvert bleach nbformat jupyter-client alembic invoke bumpversion transifex-client gevent greenlet gunicorn waitress ipdb ipython CProfileV bottle rhodecode-tools appenlight-client pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core 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 };
rhodecode-tools = super.buildPythonPackage {
dependencies: pin against rhodecode-tools 0.14.1
r2390 name = "rhodecode-tools-0.14.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
packaging: updated rhodecode-tools to 0.11.0
r1235 propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests elasticsearch elasticsearch-dsl urllib3 Whoosh];
project: added all source files and assets
r1 src = fetchurl {
dependencies: pin against rhodecode-tools 0.14.1
r2390 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.14.1.tar.gz?md5=0b9c2caad160b68889f8172ea54af7b2";
md5 = "0b9c2caad160b68889f8172ea54af7b2";
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 = "AGPLv3 and Proprietary"; } ];
};
project: added all source files and assets
r1 };
dependencies: bumped pathlib2 to 2.3.0.
r1866 scandir = super.buildPythonPackage {
dependencies: bumped pyexpect to 4.4.0 and scandir to 1.7
r2589 name = "scandir-1.7";
dependencies: bumped pathlib2 to 2.3.0.
r1866 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/13/bb/e541b74230bbf7a20a3949a2ee6631be299378a784f5445aa5d0047c192b/scandir-1.7.tar.gz";
sha256 = "b2d55be869c4f716084a19b1e16932f0769711316ba62de941320bf2be84763d";
dependencies: bumped pathlib2 to 2.3.0.
r1866 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal { fullName = "New BSD License"; } ];
};
};
project: added all source files and assets
r1 setproctitle = super.buildPythonPackage {
dependencies: bumped setproctitle 1.1.10
r2296 name = "setproctitle-1.1.10";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/5a/0d/dc0d2234aacba6cf1a729964383e3452c52096dc695581248b548786f2b3/setproctitle-1.1.10.tar.gz";
sha256 = "6283b7a58477dd8478fbb9e76defb37968ee4ba47b05ec1c053cb39638bd7398";
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 };
setuptools = super.buildPythonPackage {
packaging: updated setuptools to 30.1.0 and setuptools-scm to 1.15.0
r1238 name = "setuptools-30.1.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/1e/43/002c8616db9a3e7be23c2556e39b90a32bb40ba0dc652de1999d5334d372/setuptools-30.1.0.tar.gz";
sha256 = "73c7f183260cec2ef870128c77106ba7a978649b8c4cddc320ec3547615e885f";
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 };
setuptools-scm = super.buildPythonPackage {
pylons: remove pylons as dependency...
r2351 name = "setuptools-scm-1.15.6";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/03/6d/aafdd01edd227ee879b691455bf19895091872af7e48192bea1758c82032/setuptools_scm-1.15.6.tar.gz";
sha256 = "49ab4685589986a42da85706b3311a2f74f1af567d39fee6cb1e088d7a75fb5f";
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 };
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 simplegeneric = super.buildPythonPackage {
name = "simplegeneric-0.8.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
sha256 = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.zpt21 ];
};
};
project: added all source files and assets
r1 simplejson = super.buildPythonPackage {
dependencies: bumped simplejson to 3.11.1
r1877 name = "simplejson-3.11.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/08/48/c97b668d6da7d7bebe7ea1817a6f76394b0ec959cb04214ca833c34359df/simplejson-3.11.1.tar.gz";
sha256 = "01a22d49ddd9a168b136f26cac87d9a335660ce07aa5c630b8e3607d6f4325e7";
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 = [ { 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 };
six = super.buildPythonPackage {
dependencies: bumped six to 1.11.0
r2298 name = "six-1.11.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz";
sha256 = "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9";
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: bumped sqlalchemy to 1.1.18
r2709 sqlalchemy = super.buildPythonPackage {
name = "sqlalchemy-1.1.18";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/cc/4d/96d93ff77cd67aca7618e402191eee3490d8f5f245d6ab7622d35fe504f4/SQLAlchemy-1.1.18.tar.gz";
sha256 = "8b0ec71af9291191ba83a91c03d157b19ab3e7119e27da97932a4773a3f664a9";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
users: added SSH key management for user admin pages
r1993 sshpubkeys = super.buildPythonPackage {
name = "sshpubkeys-2.2.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pycrypto ecdsa];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/27/da/337fabeb3dca6b62039a93ceaa636f25065e0ae92b575b1235342076cf0a/sshpubkeys-2.2.0.tar.gz";
sha256 = "b59b0cb3cf021f10f5737aec84c2c4d60d56db9991d26b4a17caa4573fbf9364";
users: added SSH key management for user admin pages
r1993 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 subprocess32 = super.buildPythonPackage {
dependencies: bumped subprocess32 to 3.2.7
r1867 name = "subprocess32-3.2.7";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/b8/2f/49e53b0d0e94611a2dc624a1ad24d41b6d94d0f1b0a078443407ea2214c2/subprocess32-3.2.7.tar.gz";
sha256 = "1e450a4a4c53bf197ad6402c564b9f7a53539385918ef8f12bdf430a61036590";
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 };
supervisor = super.buildPythonPackage {
dependencies: bumped supervisor to 3.3.4
r2608 name = "supervisor-3.3.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [meld3];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/44/60/698e54b4a4a9b956b2d709b4b7b676119c833d811d53ee2500f1b5e96dc3/supervisor-3.3.4.tar.gz";
sha256 = "212201a3fd1d35c150ef0c35bf0676fd1a6c195fb60bf0f2147fe7dbd317e672";
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 };
dependencies: organized test requirements....
r1222 termcolor = super.buildPythonPackage {
name = "termcolor-1.1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
sha256 = "1d6d69ce66211143803fbc56652b41d73b4a400a2891d7bf7a1cdf4c02de613b";
dependencies: organized test requirements....
r1222 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 testpath = super.buildPythonPackage {
dependencies: bumped testpath to 0.3.1
r1860 name = "testpath-0.3.1";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/f4/8b/b71e9ee10e5f751e9d959bc750ab122ba04187f5aa52aabdc4e63b0e31a7/testpath-0.3.1.tar.gz";
sha256 = "0d5337839c788da5900df70f8e01015aec141aa3fe7936cb0d0a2953f7ac7609";
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [ipython-genutils six decorator enum34];
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";
sha256 = "9c4bd2d267b7153df9152698efb1050a5d84982d3384a37b2c1f7723ba3e7835";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 translationstring = super.buildPythonPackage {
name = "translationstring-1.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "4ee44cfa58c52ade8910ea0ebc3d2d84bdcad9fa0422405b1801ec9b9a65b72d";
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 };
trollius = super.buildPythonPackage {
name = "trollius-1.0.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [futures];
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";
sha256 = "8884cae4ec6a2d593abcffd5e700626ad4618f42b11beb2b75998f2e8247de76";
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 };
timezone: fix issues with timezone detection of current logic....
r2676 tzlocal = super.buildPythonPackage {
name = "tzlocal-1.5.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pytz];
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";
sha256 = "4ebeb848845ac898da6519b9b31879cf13b6626f7184c496037b818e238f2c4e";
timezone: fix issues with timezone detection of current logic....
r2676 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
project: added all source files and assets
r1 urllib3 = super.buildPythonPackage {
release: updated pip2nix output for 4.1.1
r177 name = "urllib3-1.16";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: changed url to new python hosting for pypi.
r2701 url = "https://files.pythonhosted.org/packages/3b/f0/e763169124e3f5db0926bc3dbfcd580a105f9ca44cf5d8e6c7a803c9f6b5/urllib3-1.16.tar.gz";
sha256 = "63d479478ddfc83bbc11577dc16d47835c5179ac13e550118ca143b62c4bf9ab";
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: bumped urlobject to 2.4.3
r2717 urlobject = super.buildPythonPackage {
name = "urlobject-2.4.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://files.pythonhosted.org/packages/e2/b8/1d0a916f4b34c4618846e6da0e4eeaa8fcb4a2f39e006434fe38acb74b34/URLObject-2.4.3.tar.gz";
sha256 = "47b2e20e6ab9c8366b2f4a3566b6ff4053025dad311c4bb71279bbcfa2430caa";
};
meta = {
license = [ pkgs.lib.licenses.publicDomain ];
};
};
project: added all source files and assets
r1 venusian = super.buildPythonPackage {
dependencies: bumped venusian to 1.1.0
r1862 name = "venusian-1.1.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "9902e492c71a89a241a18b2f9950bea7e41d025cc8f3af1ea8d8201346f8577d";
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 };
pylons: remove pylons as dependency...
r2351 vine = super.buildPythonPackage {
name = "vine-1.1.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped waitress version to 1.0.1
r1228 propagatedBuildInputs = with self; [];
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/32/23/36284986e011f3c130d802c3c66abd8f1aef371eae110ddf80c5ae22e1ff/vine-1.1.4.tar.gz";
sha256 = "52116d59bc45392af9fdd3b75ed98ae48a93e822cee21e5fda249105c59a7a72";
pylons: remove pylons as dependency...
r2351 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 waitress = super.buildPythonPackage {
dependencies: bumped waitress to 1.1.0
r2297 name = "waitress-1.1.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
dependencies: bumped waitress version to 1.0.1
r1228 propagatedBuildInputs = with self; [];
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/3c/68/1c10dd5c556872ceebe88483b0436140048d39de83a84a06a8baa8136f4f/waitress-1.1.0.tar.gz";
sha256 = "d33cd3d62426c0f1b3cd84ee3d65779c7003aae3fc060dee60524d10a57f05a9";
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.zpt21 ];
};
project: added all source files and assets
r1 };
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 wcwidth = super.buildPythonPackage {
name = "wcwidth-0.1.7";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e";
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 };
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
dependencies: bumped bleach to 2.1.1
r2439 webencodings = super.buildPythonPackage {
name = "webencodings-0.5.1";
channelstream: do not send comment notifications to the commenting user
r544 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923";
dependencies: bumped bleach to 2.1.1
r2439 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
channelstream: do not send comment notifications to the commenting user
r544 ws4py = super.buildPythonPackage {
dependencies: bumped ws4py to 0.4.3
r2532 name = "ws4py-0.4.3";
channelstream: do not send comment notifications to the commenting user
r544 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped ws4py to 0.4.3
r2532 url = "https://pypi.python.org/packages/fa/a1/33c43a4304ac3b4dc81deb93cbd329de9297dd034d75c47cce64fda806bc/ws4py-0.4.3.tar.gz";
md5 = "d5834cf7d3965bb0da31bbb02bd8513a";
channelstream: do not send comment notifications to the commenting user
r544 };
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 wsgiref = super.buildPythonPackage {
name = "wsgiref-0.1.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
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";
sha256 = "c7e610c800957046c04c8014aab8cce8f0b9f0495c8cd349e57c1f7cabf40e79";
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 };
zope.cachedescriptors = super.buildPythonPackage {
dependencies: bumped zope components:...
r2662 name = "zope.cachedescriptors-4.3.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
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";
sha256 = "1f4d1a702f2ea3d177a1ffb404235551bb85560100ec88e6c98691734b1d194a";
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.zpt21 ];
};
project: added all source files and assets
r1 };
zope.deprecation = super.buildPythonPackage {
dependencies: bumped zope components:...
r2662 name = "zope.deprecation-4.3.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
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";
sha256 = "7d52e134bbaaa0d72e1e2bc90f0587f1adc116c4bdf15912afaf2f1e8856b224";
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.zpt21 ];
};
project: added all source files and assets
r1 };
zope.event = super.buildPythonPackage {
dependencies: bumped zope components:...
r2662 name = "zope.event-4.3.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
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";
sha256 = "e0ecea24247a837c71c106b0341a7a997e3653da820d21ef6c08b32548f733e7";
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.zpt21 ];
};
project: added all source files and assets
r1 };
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 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
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";
sha256 = "57c38470d9f57e37afb460c399eb254e7193ac7fb8042bd09bdc001981a9c74c";
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.zpt21 ];
};
project: added all source files and assets
r1 };
### Test requirements
dependencies: organized test requirements....
r1222
project: added all source files and assets
r1 }