##// END OF EJS Templates
api: use consistent way to extract users, repos, repo groups and user groups by id or name....
api: use consistent way to extract users, repos, repo groups and user groups by id or name. - makes usage of Number vs String to differenciate if we pick objec ID or it's name this will allow easy fetching of objects by either id or it's name, including numeric string name - fixes #5230

File last commit:

r1528:6bced565 default
r1530:1efcb4ee default
Show More
python-packages.nix
1995 lines | 72.2 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 {
url = "https://pypi.python.org/packages/33/27/e3978243a03a76398c384c83f7ca879bc6e8f1511233a621fcada135606e/Babel-1.3.tar.gz";
md5 = "5264ceb02717843cbc9ffce8e6e06bdb";
};
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 {
name = "Beaker-1.7.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/97/8e/409d2e7c009b8aa803dc9e6f239f1db7c3cdf578249087a404e7c27a505d/Beaker-1.7.0.tar.gz";
md5 = "386be3f7fe427358881eee4622b428b3";
};
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 {
name = "CProfileV-1.0.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [bottle];
src = fetchurl {
url = "https://pypi.python.org/packages/eb/df/983a0b6cfd3ac94abf023f5011cb04f33613ace196e33f53c86cf91850d5/CProfileV-1.0.6.tar.gz";
md5 = "08c7c242b6e64237bc53c5d13537e03d";
};
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 {
url = "https://pypi.python.org/packages/5a/9e/637379ffa13c5172b5c0e704833ffea6bf51cec7567f93fd6e903d53ed74/Chameleon-2.24.tar.gz";
md5 = "1b01f1f6533a8a11d0d2f2366dec5342";
};
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 {
url = "https://pypi.python.org/packages/8e/59/0174271a6f004512e0201188593e6d319db139d14cb7490e488bbb078015/FormEncode-1.2.4.tar.gz";
md5 = "6bc17fb9aed8aea198975e888e2077f4";
};
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 {
name = "Jinja2-2.7.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe];
src = fetchurl {
url = "https://pypi.python.org/packages/b0/73/eab0bca302d6d6a0b5c402f47ad1760dc9cb2dd14bbc1873ad48db258e4d/Jinja2-2.7.3.tar.gz";
md5 = "b9dffd2f3b43d673802fe857c8445b1a";
};
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 templates to 1.0.6
r1229 name = "Mako-1.0.6";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [MarkupSafe];
src = fetchurl {
dependencies: bumped mako templates to 1.0.6
r1229 url = "https://pypi.python.org/packages/56/4b/cb75836863a6382199aefb3d3809937e21fa4cb0db15a4f4ba0ecc2e7e8e/Mako-1.0.6.tar.gz";
md5 = "a28e22a339080316b2acc352b9ee631c";
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 library to 2.6.7
r1230 name = "Markdown-2.6.7";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped Markdown library to 2.6.7
r1230 url = "https://pypi.python.org/packages/48/a4/fc6b002789c2239ac620ca963694c95b8f74e4747769cdf6021276939e74/Markdown-2.6.7.zip";
md5 = "632710a7474bbb74a82084392251061f";
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 {
name = "MarkupSafe-0.23";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/c0/41/bae1254e0396c0cc8cf1751cb7d9afc90a602353695af5952530482c963f/MarkupSafe-0.23.tar.gz";
md5 = "f5ab3deee4c37cd6a922fb81e730da6e";
};
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 {
url = "https://pypi.python.org/packages/a5/e9/51b544da85a36a68debe7a7091f068d802fc515a3a202652828c73453cad/MySQL-python-1.2.5.zip";
md5 = "654f75b302db6ed8dc5a898c625e030c";
};
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: bumped paste to version 2.0.3.
r1237 url = "https://pypi.python.org/packages/30/c3/5c2f7c7a02e4f58d4454353fa1c32c94f79fa4e36d07a67c0ac295ea369e/Paste-2.0.3.tar.gz";
md5 = "1231e14eae62fa7ed76e9130b04bc61e";
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 {
url = "https://pypi.python.org/packages/0f/90/8e20cdae206c543ea10793cbf4136eb9a8b3f417e04e40a29d72d9922cbd/PasteDeploy-1.5.2.tar.gz";
md5 = "352b7205c78c8de4987578d19431af3b";
};
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 {
name = "PasteScript-1.7.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Paste PasteDeploy];
src = fetchurl {
url = "https://pypi.python.org/packages/a5/05/fc60efa7c2f17a1dbaeccb2a903a1e90902d92b9d00eebabe3095829d806/PasteScript-1.7.5.tar.gz";
md5 = "4c72d78dcb6bb993f30536842c16af4d";
};
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: bumped pygments to 2.2.0
r1354 url = "https://pypi.python.org/packages/71/2a/2e4e77803a8bd6408a2903340ac498cb0a2181811af7c9ec92cb70b0308a/Pygments-2.2.0.tar.gz";
md5 = "13037baca42f16917cbd5ad2fab50844";
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 };
Pylons = super.buildPythonPackage {
release: updated pip2nix output for 4.6.0
r1400 name = "Pylons-1.0.2.dev20170205";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Routes WebHelpers Beaker Paste PasteDeploy PasteScript FormEncode simplejson decorator nose Mako WebError WebTest Tempita MarkupSafe WebOb];
src = fetchurl {
requirements: updated structure of requirement files, and re-generated nix files.
r1236 url = "https://code.rhodecode.com/upstream/pylons/archive/707354ee4261b9c10450404fc9852ccea4fd667d.tar.gz?md5=f26633726fa2cd3a340316ee6a5d218f";
md5 = "f26633726fa2cd3a340316ee6a5d218f";
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 {
name = "Routes-1.13";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [repoze.lru];
src = fetchurl {
url = "https://pypi.python.org/packages/88/d3/259c3b3cde8837eb9441ab5f574a660e8a4acea8f54a078441d4d2acac1c/Routes-1.13.tar.gz";
md5 = "d527b0ab7dd9172b1275a41f97448783";
};
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 };
SQLAlchemy = super.buildPythonPackage {
name = "SQLAlchemy-0.9.9";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/28/f7/1bbfd0d8597e8c358d5e15a166a486ad82fc5579b4e67b6ef7c05b1d182b/SQLAlchemy-0.9.9.tar.gz";
md5 = "8a10a9bd13ed3336ef7333ac2cc679ff";
};
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 };
Sphinx = super.buildPythonPackage {
name = "Sphinx-1.2.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [Pygments docutils Jinja2];
src = fetchurl {
url = "https://pypi.python.org/packages/0a/50/34017e6efcd372893a416aba14b84a1a149fc7074537b0e9cb6ca7b7abe9/Sphinx-1.2.2.tar.gz";
md5 = "3dc73ccaa8d0bfb2d62fb671b1f7e8a4";
};
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 };
Tempita = super.buildPythonPackage {
name = "Tempita-0.5.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/56/c8/8ed6eee83dbddf7b0fc64dd5d4454bc05e6ccaafff47991f73f2894d9ff4/Tempita-0.5.2.tar.gz";
md5 = "4c2f17bb9d481821c41b6fbee904cea1";
};
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 {
url = "https://pypi.python.org/packages/cb/b6/e25e58500f9caef85d664bec71ec67c116897bfebf8622c32cb75d1ca199/URLObject-2.4.0.tar.gz";
md5 = "2ed819738a9f0a3051f31dc9924e3065";
};
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 {
url = "https://pypi.python.org/packages/35/76/e7e5c2ce7e9c7f31b54c1ff295a495886d1279a002557d74dd8957346a79/WebError-0.10.3.tar.gz";
md5 = "84b9990b0baae6fd440b1e60cdd06f9a";
};
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 {
url = "https://pypi.python.org/packages/ee/68/4d07672821d514184357f1552f2dad923324f597e722de3b016ca4f7844f/WebHelpers-1.3.tar.gz";
md5 = "32749ffadfc40fea51075a7def32588b";
};
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 {
url = "https://pypi.python.org/packages/ff/30/56342c6ea522439e3662427c8d7b5e5b390dff4ff2dc92d8afcb8ab68b75/WebHelpers2-2.0.tar.gz";
md5 = "0f6b68d70c12ee0aed48c00b24da13d3";
};
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 {
name = "WebOb-1.3.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/16/78/adfc0380b8a0d75b2d543fa7085ba98a573b1ae486d9def88d172b81b9fa/WebOb-1.3.1.tar.gz";
md5 = "20918251c5726956ba8fef22d1556177";
};
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 {
name = "WebTest-1.4.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [WebOb];
src = fetchurl {
url = "https://pypi.python.org/packages/51/3d/84fd0f628df10b30c7db87895f56d0158e5411206b721ca903cb51bfd948/WebTest-1.4.3.zip";
md5 = "631ce728bed92c681a4020a36adbc353";
};
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: bumped Whoosh to veriosn 2.7.4. Fixes #4283
r1231 url = "https://pypi.python.org/packages/25/2b/6beed2107b148edc1321da0d489afc4617b9ed317ef7b72d4993cad9b684/Whoosh-2.7.4.tar.gz";
md5 = "c2710105f20b3e29936bd2357383c325";
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 {
name = "alembic-0.8.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [SQLAlchemy Mako python-editor];
src = fetchurl {
url = "https://pypi.python.org/packages/ca/7e/299b4499b5c75e5a38c5845145ad24755bebfb8eec07a2e1c366b7181eeb/alembic-0.8.4.tar.gz";
md5 = "5f95d8ee62b443f9b37eb5bee76c582d";
};
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 };
amqplib = super.buildPythonPackage {
name = "amqplib-1.0.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/75/b7/8c2429bf8d92354a0118614f9a4d15e53bc69ebedce534284111de5a0102/amqplib-1.0.2.tgz";
md5 = "5c92f17fbedd99b2b4a836d4352d1e2f";
};
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
};
project: added all source files and assets
r1 };
anyjson = super.buildPythonPackage {
name = "anyjson-0.3.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/c3/4d/d4089e1a3dd25b46bebdb55a992b0797cff657b4477bc32ce28038fdecbc/anyjson-0.3.3.tar.gz";
md5 = "2ea28d6ec311aeeebaf993cb3008b27c";
};
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 {
name = "appenlight-client-0.6.14";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [WebOb requests];
src = fetchurl {
url = "https://pypi.python.org/packages/4d/e0/23fee3ebada8143f707e65c06bcb82992040ee64ea8355e044ed55ebf0c1/appenlight_client-0.6.14.tar.gz";
md5 = "578c69b09f4356d898fff1199b98a95c";
};
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.bsdOriginal { fullName = "DFSG approved"; } ];
};
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 {
url = "https://pypi.python.org/packages/08/1a/8a930461e604c2d5a7a871e1ac59fa82ccf994c32e807230c8d2fb07815a/Authomatic-0.1.0.post1.tar.gz";
md5 = "be3f3ce08747d776aae6d6cc8dcb49a9";
};
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 };
backport-ipaddress = super.buildPythonPackage {
name = "backport-ipaddress-0.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/d3/30/54c6dab05a4dec44db25ff309f1fbb6b7a8bde3f2bade38bb9da67bbab8f/backport_ipaddress-0.1.tar.gz";
md5 = "9c1f45f4361f71b124d7293a60006c05";
};
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 };
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 {
url = "https://pypi.python.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz";
md5 = "03267762480bd86b50580dc19dff3c66";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 bleach = super.buildPythonPackage {
name = "bleach-1.5.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six html5lib];
src = fetchurl {
url = "https://pypi.python.org/packages/99/00/25a8fce4de102bf6e3cc76bc4ea60685b2fee33bde1b34830c70cacc26a7/bleach-1.5.0.tar.gz";
md5 = "b663300efdf421b3b727b19d7be9c7e7";
};
meta = {
license = [ pkgs.lib.licenses.asl20 ];
};
};
project: added all source files and assets
r1 bottle = super.buildPythonPackage {
name = "bottle-0.12.8";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/52/df/e4a408f3a7af396d186d4ecd3b389dd764f0f943b4fa8d257bfe7b49d343/bottle-0.12.8.tar.gz";
md5 = "13132c0a8f607bf860810a6ee9064c5b";
};
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 {
url = "https://pypi.python.org/packages/14/41/8c9da3549f8e00c84f0432c3a8cf8ed6898374714676aab91501d48760db/bumpversion-0.5.3.tar.gz";
md5 = "c66a3492eafcf5ad4b024be9fca29820";
};
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 {
name = "celery-2.2.10";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [python-dateutil anyjson kombu pyparsing];
src = fetchurl {
url = "https://pypi.python.org/packages/b1/64/860fd50e45844c83442e7953effcddeff66b2851d90b2d784f7201c111b8/celery-2.2.10.tar.gz";
md5 = "898bc87e54f278055b561316ba73e222";
};
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 {
channelstream: do not send comment notifications to the commenting user
r544 url = "https://pypi.python.org/packages/2b/31/29a8e085cf5bf97fa88e7b947adabfc581a18a3463adf77fb6dada34a65f/channelstream-0.5.2.tar.gz";
md5 = "1c5eb2a8a405be6f1073da94da6d81d3";
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 {
name = "click-5.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/b7/34/a496632c4fb6c1ee76efedf77bb8d28b29363d839953d95095b12defe791/click-5.1.tar.gz";
md5 = "9c5323008cccfe232a8b161fc8196d41";
};
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 {
name = "colander-1.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [translationstring iso8601];
src = fetchurl {
url = "https://pypi.python.org/packages/14/23/c9ceba07a6a1dc0eefbb215fc0dc64aabc2b22ee756bc0f0c13278fa0887/colander-1.2.tar.gz";
md5 = "83db21b07936a0726e588dae1914b9ed";
};
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 {
url = "https://pypi.python.org/packages/64/61/079eb60459c44929e684fa7d9e2fdca403f67d64dd9dbac27296be2e0fab/configobj-5.0.6.tar.gz";
md5 = "e472a3a1c2a67bb0ec9b5d54c13a47d6";
};
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 {
url = "https://pypi.python.org/packages/7c/69/c2ce7e91c89dc073eb1aa74c0621c3eefbffe8216b3f9af9d3885265c01c/configparser-3.5.0.tar.gz";
md5 = "cfdd915a5b7a6c09917a64a573140538";
};
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 {
url = "https://pypi.python.org/packages/4b/87/13e75a47b4ba1be06f29f6d807ca99638bedc6b57fa491cd3de891ca2923/cov-core-1.15.0.tar.gz";
md5 = "f519d4cb4c4e52856afb14af52919fe6";
};
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 {
url = "https://pypi.python.org/packages/09/4f/89b06c7fdc09687bca507dc411c342556ef9c5a3b26756137a4878ff19bf/coverage-3.7.1.tar.gz";
md5 = "c47b36ceb17eaff3ecfab3bcd347d0df";
};
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: added css select into required libraries.
r1528 url = "https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-1.0.1.tar.gz";
md5 = "3fa03bf82a9f0b1223c0f1eb1369e139";
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: made decorator lib use the same version for rc and vcsserver.
r1523 name = "decorator-4.0.11";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: made decorator lib use the same version for rc and vcsserver.
r1523 url = "https://pypi.python.org/packages/cc/ac/5a16f1fc0506ff72fcc8fd4e858e3a1c231f224ab79bb7c4c9b2094cc570/decorator-4.0.11.tar.gz";
md5 = "73644c8f0bd4983d1b6a34b49adec0ae";
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 {
dan
deform: use pypi deform library and add helpers to deform scope directly...
r519 name = "deform-2.0a2";
dan
forms: add deform for integration settings forms
r518 buildInputs = with self; [];
doCheck = false;
dan
deform: use pypi deform library and add helpers to deform scope directly...
r519 propagatedBuildInputs = with self; [Chameleon colander peppercorn translationstring zope.deprecation];
src = fetchurl {
url = "https://pypi.python.org/packages/8d/b3/aab57e81da974a806dc9c5fa024a6404720f890a6dcf2e80885e3cb4609a/deform-2.0a2.tar.gz";
md5 = "7a90d41f7fbc18002ce74f39bd90a5e4";
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 {
name = "docutils-0.12";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/37/38/ceda70135b9144d84884ae2fc5886c6baac4edea39550f28bcd144c1234d/docutils-0.12.tar.gz";
md5 = "4622263b62c5c771c03502afa3157768";
};
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 {
deps: bumped dogpile.cache to version 0.6.1
r319 name = "dogpile.cache-0.6.1";
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 {
deps: bumped dogpile.cache to version 0.6.1
r319 url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz";
md5 = "35d7fb30f22bbd0685763d894dd079a9";
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 {
url = "https://pypi.python.org/packages/0e/77/e72abc04c22aedf874301861e5c1e761231c288b5de369c18be8f4b5c9bb/dogpile.core-0.4.1.tar.gz";
md5 = "01cb19f52bba3e95c9b560f39341f045";
};
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 {
name = "ecdsa-0.11";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/6c/3f/92fe5dcdcaa7bd117be21e5520c9a54375112b66ec000d209e9e9519fad1/ecdsa-0.11.tar.gz";
md5 = "8ef586fe4dbb156697d756900cb41d7c";
};
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 {
dan
pkgs: update rce to use tools 0.8.0
r110 url = "https://pypi.python.org/packages/10/35/5fd52c5f0b0ee405ed4b5195e8bce44c5e041787680dc7b94b8071cac600/elasticsearch-2.3.0.tar.gz";
md5 = "2550f3b51629cf1ef9636608af92c340";
};
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 {
packaging: updated rhodecode-tools to 0.11.0
r1235 url = "https://pypi.python.org/packages/66/2f/52a086968788e58461641570f45c3207a52d46ebbe9b77dc22b6a8ffda66/elasticsearch-dsl-2.2.0.tar.gz";
md5 = "fa6bd3c87ea3caa8f0f051bc37c53221";
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 {
url = "https://pypi.python.org/packages/bf/3e/31d502c25302814a7c2f1d3959d2a3b3f78e509002ba91aea64993936876/enum34-1.1.6.tar.gz";
md5 = "5f13a0841a61f7fc295c514490d120d0";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
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 {
url = "https://pypi.python.org/packages/5e/1a/0aa2c8195a204a9f51284018562dea77e25511f02fe924fac202fc012172/functools32-3.2.3-2.zip";
md5 = "d55232eb132ec779e6893c902a0bc5ad";
};
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 {
url = "https://pypi.python.org/packages/83/80/8ef3a11a15f8eaafafa0937b20c1b3f73527e69ab6b3fa1cf94a5a96aabb/future-0.14.3.tar.gz";
md5 = "e94079b0bd1fc054929e8769fc0f6083";
};
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 {
url = "https://pypi.python.org/packages/f8/e7/fc0fcbeb9193ba2d4de00b065e7fd5aecd0679e93ce95a07322b2b1434f4/futures-3.0.2.tar.gz";
md5 = "42aaf1e4de48d6e871d77dc1f9d96d5a";
};
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.1.2 and greenlet to 0.4.10 versions.
r1226 name = "gevent-1.1.2";
packaging: added channelstream and gevent back into CE....
r525 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [greenlet];
src = fetchurl {
dependencies: bumped gevent to 1.1.2 and greenlet to 0.4.10 versions.
r1226 url = "https://pypi.python.org/packages/43/8f/cb3224a0e6ab663547f45c10d0651cfd52633fde4283bf68d627084df8cc/gevent-1.1.2.tar.gz";
md5 = "bb32a2f852a4997138014d5007215c6e";
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 {
name = "gnureadline-6.3.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/3a/ee/2c3f568b0a74974791ac590ec742ef6133e2fbd287a074ba72a53fa5e97c/gnureadline-6.3.3.tar.gz";
md5 = "c4af83c9a3fbeac8f2da9b5a7c60e51c";
};
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 };
gprof2dot = super.buildPythonPackage {
dependencies: bumped pytest libraries to latest versions.
r1221 name = "gprof2dot-2016.10.13";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/a0/e0/73c71baed306f0402a00a94ffc7b2be94ad1296dfcb8b46912655b93154c/gprof2dot-2016.10.13.tar.gz";
md5 = "0125401f15fd2afe1df686a76c64a4fd";
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 = "LGPL"; } ];
};
project: added all source files and assets
r1 };
packaging: added channelstream and gevent back into CE....
r525 greenlet = super.buildPythonPackage {
dependencies: bumped gevent to 1.1.2 and greenlet to 0.4.10 versions.
r1226 name = "greenlet-0.4.10";
packaging: added channelstream and gevent back into CE....
r525 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped gevent to 1.1.2 and greenlet to 0.4.10 versions.
r1226 url = "https://pypi.python.org/packages/67/62/ca2a95648666eaa2ffeb6a9b3964f21d419ae27f82f2e66b53da5b943fc4/greenlet-0.4.10.zip";
md5 = "bed0c4b3b896702131f4d5c72f87c41d";
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 {
name = "gunicorn-19.6.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/84/ce/7ea5396efad1cef682bbc4068e72a0276341d9d9d0f501da609fab9fcb80/gunicorn-19.6.0.tar.gz";
md5 = "338e5e8a83ea0f0625f768dba4597530";
};
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 {
name = "html5lib-0.9999999";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
src = fetchurl {
url = "https://pypi.python.org/packages/ae/ae/bcb60402c60932b32dfaf19bb53870b29eda2cd17551ba5639219fb5ebf9/html5lib-0.9999999.tar.gz";
md5 = "ef43cb05e9e799f25d65d1135838a96f";
};
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 {
url = "https://pypi.python.org/packages/bb/f0/e7d5e984cf6592fd2807dc7bc44a93f9d18e04e6a61f87fdfb2622422d74/infrae.cache-1.0.1.tar.gz";
md5 = "b09076a766747e6ed2a755cc62088e32";
};
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 {
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 url = "https://pypi.python.org/packages/47/bf/d07ef52fa1ac645468858bbac7cb95b246a972a045e821493d17d89c81be/invoke-0.13.0.tar.gz";
md5 = "c0d1ed4bfb34eaab551662d8cfee6540";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
project: added all source files and assets
r1 };
};
ipdb = super.buildPythonPackage {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 name = "ipdb-0.10.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 propagatedBuildInputs = with self; [ipython setuptools];
project: added all source files and assets
r1 src = fetchurl {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 url = "https://pypi.python.org/packages/eb/0a/0a37dc19572580336ad3813792c0d18c8d7117c2d66fc63c501f13a7a8f8/ipdb-0.10.1.tar.gz";
md5 = "4aeab65f633ddc98ebdb5eebf08dc713";
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 {
url = "https://pypi.python.org/packages/89/63/a9292f7cd9d0090a0f995e1167f3f17d5889dcbc9a175261719c513b9848/ipython-5.1.0.tar.gz";
md5 = "47c8122420f65b58784cb4b9b4af35e3";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
ipython-genutils = super.buildPythonPackage {
name = "ipython-genutils-0.1.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 {
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 url = "https://pypi.python.org/packages/71/b7/a64c71578521606edbbce15151358598f3dfb72a3431763edc2baf19e71f/ipython_genutils-0.1.0.tar.gz";
md5 = "9a8afbe0978adbcbfcb3b35b2d015a56";
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 {
name = "iso8601-0.1.11";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/c0/75/c9209ee4d1b5975eb8c2cba4428bde6b61bd55664a98290dd015cdb18e98/iso8601-0.1.11.tar.gz";
md5 = "b06d11cd14a64096f907086044f0fe38";
};
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 {
url = "https://pypi.python.org/packages/dc/b4/a60bcdba945c00f6d608d8975131ab3f25b22f2bcfe1dab221165194b2d4/itsdangerous-0.24.tar.gz";
md5 = "a3d55aa79369aef5345c036a8a26307f";
};
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 {
url = "https://pypi.python.org/packages/58/b9/171dbb07e18c6346090a37f03c7e74410a1a56123f847efed59af260a298/jsonschema-2.6.0.tar.gz";
md5 = "50c6b69a373a8b55ff1e0ec6e78f13f4";
};
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 {
url = "https://pypi.python.org/packages/e5/6f/65412ed462202b90134b7e761b0b7e7f949e07a549c1755475333727b3d0/jupyter_client-5.0.0.tar.gz";
md5 = "1acd331b5c9fb4d79dae9939e79f2426";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
jupyter-core = super.buildPythonPackage {
name = "jupyter-core-4.3.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [traitlets];
src = fetchurl {
url = "https://pypi.python.org/packages/2f/39/5138f975100ce14d150938df48a83cd852a3fd8e24b1244f4113848e69e2/jupyter_core-4.3.0.tar.gz";
md5 = "18819511a809afdeed9a995a9c27bcfb";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 kombu = super.buildPythonPackage {
name = "kombu-1.5.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [anyjson amqplib];
src = fetchurl {
url = "https://pypi.python.org/packages/19/53/74bf2a624644b45f0850a638752514fc10a8e1cbd738f10804951a6df3f5/kombu-1.5.1.tar.gz";
md5 = "50662f3c7e9395b3d0721fb75d100b63";
};
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: bumped lxml and made it a dependency.
r1525 url = "https://pypi.python.org/packages/39/e8/a8e0b1fa65dd021d48fe21464f71783655f39a41f218293c1c590d54eb82/lxml-3.7.3.tar.gz";
md5 = "075692ce442e69bbd604d44e21c02753";
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 {
url = "https://pypi.python.org/packages/45/a0/317c6422b26c12fe0161e936fc35f36552069ba8e6f7ecbd99bbffe32a5f/meld3-1.0.2.tar.gz";
md5 = "3ccc78cd79cffd63a751ad7684c02c91";
};
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 {
name = "mistune-0.7.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/88/1e/be99791262b3a794332fda598a07c2749a433b9378586361ba9d8e824607/mistune-0.7.3.tar.gz";
md5 = "4eba50bd121b83716fa4be6a4049004b";
};
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 {
url = "https://pypi.python.org/packages/15/45/30273ee91feb60dabb8fbb2da7868520525f02cf910279b3047182feed80/mock-1.0.1.zip";
md5 = "869f08d003c289a97c1a6610faf5e913";
};
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: bumped msgpack to version 0.4.8.
r1225 url = "https://pypi.python.org/packages/21/27/8a1d82041c7a2a51fcc73675875a5f9ea06c2663e02fcfeb708be1d081a0/msgpack-python-0.4.8.tar.gz";
md5 = "dcd854fb41ee7584ebbf35e049e6be98";
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 {
name = "nbconvert-5.1.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [mistune Jinja2 Pygments traitlets jupyter-core nbformat entrypoints bleach pandocfilters testpath];
src = fetchurl {
url = "https://pypi.python.org/packages/95/58/df1c91f1658ee5df19097f915a1e71c91fc824a708d82d2b2e35f8b80e9a/nbconvert-5.1.1.tar.gz";
md5 = "d0263fb03a44db2f94eea09a608ed813";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
nbformat = super.buildPythonPackage {
name = "nbformat-4.3.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [ipython-genutils traitlets jsonschema jupyter-core];
src = fetchurl {
url = "https://pypi.python.org/packages/f9/c5/89df4abf906f766727f976e170caa85b4f1c1d1feb1f45d716016e68e19f/nbformat-4.3.0.tar.gz";
md5 = "9a00d20425914cd5ba5f97769d9963ca";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 nose = super.buildPythonPackage {
name = "nose-1.3.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/70/c7/469e68148d17a0d3db5ed49150242fd70a74a8147b8f3f8b87776e028d99/nose-1.3.6.tar.gz";
md5 = "0ca546d81ca8309080fc80cb389e7a16";
};
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "GNU Library or Lesser General Public License (LGPL)"; } { fullName = "GNU LGPL"; } ];
};
project: added all source files and assets
r1 };
objgraph = super.buildPythonPackage {
name = "objgraph-2.0.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/d7/33/ace750b59247496ed769b170586c5def7202683f3d98e737b75b767ff29e/objgraph-2.0.0.tar.gz";
md5 = "25b0d5e5adc74aa63ead15699614159c";
};
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 {
url = "https://pypi.python.org/packages/24/c4/185da1304f07047dc9e0c46c31db75c0351bd73458ac3efad7da3dbcfbe1/packaging-15.2.tar.gz";
md5 = "c16093476f6ced42128bf610e5db3784";
};
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 {
name = "pandocfilters-1.4.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/e3/1f/21d1b7e8ca571e80b796c758d361fdf5554335ff138158654684bc5401d8/pandocfilters-1.4.1.tar.gz";
md5 = "7680d9f9ec07397dd17f380ee3818b9d";
};
meta = {
license = [ pkgs.lib.licenses.bsdOriginal ];
};
};
project: added all source files and assets
r1 paramiko = super.buildPythonPackage {
name = "paramiko-1.15.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pycrypto ecdsa];
src = fetchurl {
url = "https://pypi.python.org/packages/04/2b/a22d2a560c1951abbbf95a0628e245945565f70dc082d9e784666887222c/paramiko-1.15.1.tar.gz";
md5 = "48c274c3f9b1282932567b21f6acf3b5";
};
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
};
project: added all source files and assets
r1 };
libraries: bumped ipython to 5.10, bumped ipdb to 0.10.1
r1104 pathlib2 = super.buildPythonPackage {
name = "pathlib2-2.1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
src = fetchurl {
url = "https://pypi.python.org/packages/c9/27/8448b10d8440c08efeff0794adf7d0ed27adb98372c70c7b38f3947d4749/pathlib2-2.1.0.tar.gz";
md5 = "38e4f58b4d69dfcb9edb49a54a8b28d2";
};
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 {
url = "https://pypi.python.org/packages/45/ec/a62ec317d1324a01567c5221b420742f094f05ee48097e5157d32be3755c/peppercorn-0.5.tar.gz";
md5 = "f08efbca5790019ab45d76b7244abd40";
};
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 {
name = "pexpect-4.2.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [ptyprocess];
src = fetchurl {
url = "https://pypi.python.org/packages/e8/13/d0b0599099d6cd23663043a2a0bb7c61e58c6ba359b2656e6fb000ef5b98/pexpect-4.2.1.tar.gz";
md5 = "3694410001a99dff83f0b500a1ca1c95";
};
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 {
url = "https://pypi.python.org/packages/69/fe/dd137d84daa0fd13a709e448138e310d9ea93070620c9db5454e234af525/pickleshare-0.7.4.tar.gz";
md5 = "6a9e5dd8dfc023031f6b7b3f824cab12";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
prompt-toolkit = super.buildPythonPackage {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 name = "prompt-toolkit-1.0.13";
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 {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 url = "https://pypi.python.org/packages/23/be/4876b52d5cc159cbd4b0ff6e7aa419a26470849a43a8f647857a4a24467b/prompt_toolkit-1.0.13.tar.gz";
md5 = "427b496d2c147bd3819bc3a7f6e0d493";
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 {
packaging: bumped psutil to latest version
r1026 name = "psutil-4.3.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
packaging: bumped psutil to latest version
r1026 url = "https://pypi.python.org/packages/78/cc/f267a1371f229bf16db6a4e604428c3b032b823b83155bd33cef45e49a53/psutil-4.3.1.tar.gz";
md5 = "199a366dba829c88bddaf5b41d19ddc0";
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 {
deps: bumped supervisor to 3.3.0 and psycopg2 to 2.6.1
r356 name = "psycopg2-2.6.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
deps: bumped supervisor to 3.3.0 and psycopg2 to 2.6.1
r356 url = "https://pypi.python.org/packages/86/fd/cc8315be63a41fe000cce20482a917e874cdc1151e62cb0141f5e55f711e/psycopg2-2.6.1.tar.gz";
md5 = "842b44f8c95517ed5b792081a2370da1";
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 {
name = "ptyprocess-0.5.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/db/d7/b465161910f3d1cef593c5e002bff67e0384898f597f1a7fdc8db4c02bf6/ptyprocess-0.5.1.tar.gz";
md5 = "94e537122914cc9ec9c1eadcd36e73a1";
};
meta = {
license = [ ];
};
};
project: added all source files and assets
r1 py = super.buildPythonPackage {
dependencies: bumped pytest libraries to latest versions.
r1221 name = "py-1.4.31";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/f4/9a/8dfda23f36600dd701c6722316ba8a3ab4b990261f83e7d3ffc6dfedf7ef/py-1.4.31.tar.gz";
md5 = "5d2c63c56dc3f2115ec35c066ecd582b";
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 {
url = "https://pypi.python.org/packages/68/b1/1c3068c5c4d2e35c48b38dcc865301ebfdf45f54507086ac65ced1fd3b3d/py-bcrypt-0.4.tar.gz";
md5 = "dd8b367d6b716a2ea2e72392525f4e36";
};
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 {
requirements: updated structure of requirement files, and re-generated nix files.
r1236 url = "https://code.rhodecode.com/upstream/py-gfm/archive/0d66a19bc16e3d49de273c0f797d4e4781e8c0f2.tar.gz?md5=0d0d5385bfb629eea636a80b9c2bfd16";
md5 = "0d0d5385bfb629eea636a80b9c2bfd16";
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 {
url = "https://pypi.python.org/packages/60/db/645aa9af249f059cc3a368b118de33889219e0362141e75d4eaf6f80f163/pycrypto-2.6.1.tar.gz";
md5 = "55a61a054aa66812daf5161a0d5d7eda";
};
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 {
url = "https://pypi.python.org/packages/6c/48/13bad289ef6f4869b1d8fc11ae54de8cfb3cc4a2eb9f7419c506f763be46/pycurl-7.19.5.tar.gz";
md5 = "47b4eac84118e2606658122104e62072";
};
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 {
url = "https://pypi.python.org/packages/75/22/a90ec0252f4f87f3ffb6336504de71fe16a49d69c4538dae2f12b9360a38/pyflakes-0.8.1.tar.gz";
md5 = "905fe91ad14b912807e8fdc2ac2e2c23";
};
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 {
url = "https://pypi.python.org/packages/c3/12/674cdee66635d638cedb2c5d9c85ce507b7b2f91bdba29e482f1b1160ff6/pygments-markdown-lexer-0.1.0.dev39.zip";
md5 = "6360fe0f6d1f896e35b7a0142ce6459c";
};
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 {
url = "https://pypi.python.org/packages/2e/26/e8fb5b4256a5f5036be7ce115ef8db8d06bc537becfbdc46c6af008314ee/pyparsing-1.5.7.zip";
md5 = "b86854857a368d6ccb4d5b6e76d0637f";
};
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.7.4...
r1405 name = "pyramid-1.7.4";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools WebOb repoze.lru zope.interface zope.deprecation venusian translationstring PasteDeploy];
src = fetchurl {
dependencies: bumped pyramid to 1.7.4...
r1405 url = "https://pypi.python.org/packages/33/91/55f5c661f8923902cd1f68d75f2b937c45e7682857356cf18f0be5493899/pyramid-1.7.4.tar.gz";
md5 = "6ef1dfdcff9136d04490410757c4c446";
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 {
url = "https://pypi.python.org/packages/d9/6e/b85426e00fd3d57f4545f74e1c3828552d8700f13ededeef9233f7bca8be/pyramid_beaker-0.8.tar.gz";
md5 = "22f14be31b06549f80890e2c63a93834";
};
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 to 1.7.4...
r1405 name = "pyramid-debugtoolbar-3.0.5";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pyramid pyramid-mako repoze.lru Pygments];
src = fetchurl {
dependencies: bumped pyramid to 1.7.4...
r1405 url = "https://pypi.python.org/packages/64/0e/df00bfb55605900e7a2f7e4a18dd83575a6651688e297d5a0aa4c208fd7d/pyramid_debugtoolbar-3.0.5.tar.gz";
md5 = "aebab8c3bfdc6f89e4d3adc1d126538e";
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 {
name = "pyramid-jinja2-2.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pyramid zope.deprecation Jinja2 MarkupSafe];
src = fetchurl {
url = "https://pypi.python.org/packages/a1/80/595e26ffab7deba7208676b6936b7e5a721875710f982e59899013cae1ed/pyramid_jinja2-2.5.tar.gz";
md5 = "07cb6547204ac5e6f0b22a954ccee928";
};
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 {
url = "https://pypi.python.org/packages/f1/92/7e69bcf09676d286a71cb3bbb887b16595b96f9ba7adbdc239ffdd4b1eb9/pyramid_mako-1.0.2.tar.gz";
md5 = "ee25343a97eb76bd90abdc2a774eb48a";
};
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 {
name = "pysqlite-2.6.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/5c/a6/1c429cd4c8069cf4bfbd0eb4d592b3f4042155a8202df83d7e9b93aa3dc2/pysqlite-2.6.3.tar.gz";
md5 = "7ff1cedee74646b50117acff87aa1cfa";
};
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 pytest libraries to latest versions.
r1221 name = "pytest-3.0.5";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [py];
src = fetchurl {
dependencies: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/a8/87/b7ca49efe52d2b4169f2bfc49aa5e384173c4619ea8e635f123a0dac5b75/pytest-3.0.5.tar.gz";
md5 = "cefd527b59332688bf5db4a10aa8a7cb";
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 {
url = "https://pypi.python.org/packages/f2/2b/2faccdb1a978fab9dd0bf31cca9f6847fbe9184a0bdcc3011ac41dd44191/pytest-catchlog-1.2.2.zip";
md5 = "09d890c54c7456c818102b7ff8c182c8";
};
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 pytest libraries to latest versions.
r1221 name = "pytest-cov-2.4.0";
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: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/00/c0/2bfd1fcdb9d407b8ac8185b1cb5ff458105c6b207a9a7f0e13032de9828f/pytest-cov-2.4.0.tar.gz";
md5 = "2fda09677d232acc99ec1b3c5831e33f";
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 pytest libraries to latest versions.
r1221 name = "pytest-profiling-1.2.2";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six pytest gprof2dot];
src = fetchurl {
dependencies: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/73/e8/804681323bac0bc45c520ec34185ba8469008942266d0074699b204835c1/pytest-profiling-1.2.2.tar.gz";
md5 = "0a16d7dda2d23b91e9730fa4558cf728";
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 pytest libraries to latest versions.
r1221 name = "pytest-runner-2.9";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
dependencies: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/11/d4/c335ddf94463e451109e3494e909765c3e5205787b772e3b25ee8601b86a/pytest-runner-2.9.tar.gz";
md5 = "2212a2e34404b0960b2fdc2c469247b2";
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 {
name = "pytest-sugar-0.7.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [pytest termcolor];
src = fetchurl {
url = "https://pypi.python.org/packages/03/97/05d988b4fa870e7373e8ee4582408543b9ca2bd35c3c67b569369c6f9c49/pytest-sugar-0.7.1.tar.gz";
md5 = "7400f7c11f3d572b2c2a3b60352d35fe";
};
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: bumped pytest libraries to latest versions.
r1221 url = "https://pypi.python.org/packages/cc/b7/b2a61365ea6b6d2e8881360ae7ed8dad0327ad2df89f2f0be4a02304deb2/pytest-timeout-1.2.0.tar.gz";
md5 = "83607d91aa163562c7ee835da57d061d";
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 {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 name = "python-dateutil-2.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 {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 url = "https://pypi.python.org/packages/65/52/9c18dac21f174ad31b65e22d24297864a954e6fe65876eba3f5773d2da43/python-dateutil-2.1.tar.gz";
md5 = "1534bb15cf311f07afaa3aacba1c028b";
project: added all source files and assets
r1 };
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 license = [ { 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 {
release: updated pip2nix output for 4.5.0
r1174 url = "https://pypi.python.org/packages/65/1e/adf6e000ea5dc909aa420352d6ba37f16434c8a3c2fa030445411a1ed545/python-editor-1.0.3.tar.gz";
md5 = "0aca5f2ef176ce68e98a5b7e31372835";
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 {
name = "python-ldap-2.4.19";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
url = "https://pypi.python.org/packages/42/81/1b64838c82e64f14d4e246ff00b52e650a35c012551b891ada2b85d40737/python-ldap-2.4.19.tar.gz";
md5 = "b941bf31d09739492aa19ef679e94ae3";
};
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 {
name = "python-memcached-1.57";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [six];
src = fetchurl {
url = "https://pypi.python.org/packages/52/9d/eebc0dcbc5c7c66840ad207dfc1baa376dadb74912484bff73819cce01e6/python-memcached-1.57.tar.gz";
md5 = "de21f64b42b2d961f3d4ad7beb5468a1";
};
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 {
url = "https://pypi.python.org/packages/de/8c/f8f5d38b4f26893af267ea0b39023d4951705ab0413a39e0cf7cf4900505/python-pam-1.8.2.tar.gz";
md5 = "db71b6b999246fb05d78ecfbe166629d";
};
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 {
name = "pytz-2015.4";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/7e/1a/f43b5c92df7b156822030fed151327ea096bcf417e45acc23bd1df43472f/pytz-2015.4.zip";
md5 = "233f2a2b370d03f9b5911700cc9ebf3c";
};
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 {
url = "https://pypi.python.org/packages/8a/3b/5463d5a9d712cd8bbdac335daece0d69f6a6792da4e3dd89956c0db4e4e6/pyzmq-14.6.0.tar.gz";
md5 = "395b5de95a931afa5b14c9349a5b8024";
};
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 {
url = "https://pypi.python.org/packages/0a/ea/5f2fbbfd894bdac1c68ef8d92019066cfcf9fbff5fe3d728d2b5c25c8db4/recaptcha-client-1.0.6.tar.gz";
md5 = "74228180f7e1fb76c4d7089160b0d919";
};
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 };
repoze.lru = super.buildPythonPackage {
name = "repoze.lru-0.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/6e/1e/aa15cc90217e086dc8769872c8778b409812ff036bf021b15795638939e4/repoze.lru-0.6.tar.gz";
md5 = "2c3b64b17a8e18b405f55d46173e14dd";
};
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 {
url = "https://pypi.python.org/packages/f9/6d/07c44fb1ebe04d069459a189e7dab9e4abfe9432adcd4477367c25332748/requests-2.9.1.tar.gz";
md5 = "0b7f480d19012ec52bab78292efd976d";
};
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 {
dependencies: bumped pyramid to 1.7.4...
r1405 name = "rhodecode-enterprise-ce-4.7.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: added css select into required libraries.
r1528 propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress cssselect celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu lxml msgpack-python nbconvert packaging psycopg2 py-gfm pycrypto pycurl pyparsing pyramid pyramid-debugtoolbar pyramid-mako pyramid-beaker pysqlite python-dateutil python-ldap python-memcached python-pam recaptcha-client repoze.lru requests simplejson subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
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 {
packaging: updated rhodecode-tools to 0.11.0
r1235 name = "rhodecode-tools-0.11.0";
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 {
packaging: updated rhodecode-tools to 0.11.0
r1235 url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.11.0.tar.gz?md5=e5fd0a8363af08a0ced71b50ca9cce15";
md5 = "e5fd0a8363af08a0ced71b50ca9cce15";
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 };
setproctitle = super.buildPythonPackage {
name = "setproctitle-1.1.8";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/33/c3/ad367a4f4f1ca90468863ae727ac62f6edb558fc09a003d344a02cfc6ea6/setproctitle-1.1.8.tar.gz";
md5 = "728f4c8c6031bbe56083a48594027edd";
};
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 {
packaging: updated setuptools to 30.1.0 and setuptools-scm to 1.15.0
r1238 url = "https://pypi.python.org/packages/1e/43/002c8616db9a3e7be23c2556e39b90a32bb40ba0dc652de1999d5334d372/setuptools-30.1.0.tar.gz";
md5 = "cac497f42e5096ac8df29e38d3f81c3e";
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 {
packaging: updated setuptools to 30.1.0 and setuptools-scm to 1.15.0
r1238 name = "setuptools-scm-1.15.0";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
packaging: updated setuptools to 30.1.0 and setuptools-scm to 1.15.0
r1238 url = "https://pypi.python.org/packages/80/b7/31b6ae5fcb188e37f7e31abe75f9be90490a5456a72860fa6e643f8a3cbc/setuptools_scm-1.15.0.tar.gz";
md5 = "b6916c78ed6253d6602444fad4279c5b";
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 {
url = "https://pypi.python.org/packages/3d/57/4d9c9e3ae9a255cd4e1106bb57e24056d3d0709fc01b2e3e345898e49d5b/simplegeneric-0.8.1.zip";
md5 = "f9c1fab00fd981be588fc32759f474e3";
};
meta = {
license = [ pkgs.lib.licenses.zpt21 ];
};
};
project: added all source files and assets
r1 simplejson = super.buildPythonPackage {
name = "simplejson-3.7.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/6d/89/7f13f099344eea9d6722779a1f165087cb559598107844b1ac5dbd831fb1/simplejson-3.7.2.tar.gz";
md5 = "a5fc7d05d4cb38492285553def5d4b46";
};
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 {
name = "six-1.9.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/16/64/1dc5e5976b17466fd7d712e59cbe9fb1e18bec153109e5ba3ed6c9102f1a/six-1.9.0.tar.gz";
md5 = "476881ef4012262dfc8adc645ee786c4";
};
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 };
subprocess32 = super.buildPythonPackage {
name = "subprocess32-3.2.6";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/28/8d/33ccbff51053f59ae6c357310cac0e79246bbed1d345ecc6188b176d72c3/subprocess32-3.2.6.tar.gz";
md5 = "754c5ab9f533e764f931136974b618f1";
};
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.1 version.
r1227 name = "supervisor-3.3.1";
project: added all source files and assets
r1 buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [meld3];
src = fetchurl {
dependencies: bumped supervisor to 3.3.1 version.
r1227 url = "https://pypi.python.org/packages/80/37/964c0d53cbd328796b1aeb7abea4c0f7b0e8c7197ea9b0b9967b7d004def/supervisor-3.3.1.tar.gz";
md5 = "202f760f9bf4930ec06557bac73e5cf2";
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 {
url = "https://pypi.python.org/packages/8a/48/a76be51647d0eb9f10e2a4511bf3ffb8cc1e6b14e9e4fab46173aa79f981/termcolor-1.1.0.tar.gz";
md5 = "043e89644f8909d462fbbfa511c768df";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 testpath = super.buildPythonPackage {
name = "testpath-0.1";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/f9/c4/c0b22f35138bc26a6058c39cb61db1e8977e5e9550b12cd2cb02ef56fc51/testpath-0.1.tar.gz";
md5 = "401918bcd0b0e5b71a9b909835117bc6";
};
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 {
jupyter-rendering: add required packaging to handle rendering of jupyter notebooks....
r1488 url = "https://pypi.python.org/packages/a5/98/7f5ef2fe9e9e071813aaf9cb91d1a732e0a68b6c44a32b38cb8e14c3f069/traitlets-4.3.2.tar.gz";
md5 = "3068663f2f38fd939a9eb3a500ccc154";
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 transifex-client = super.buildPythonPackage {
name = "transifex-client-0.10";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/f3/4e/7b925192aee656fb3e04fa6381c8b3dc40198047c3b4a356f6cfd642c809/transifex-client-0.10.tar.gz";
md5 = "5549538d84b8eede6b254cd81ae024fa";
};
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.gpl2 ];
};
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 {
url = "https://pypi.python.org/packages/5e/eb/bee578cc150b44c653b63f5ebe258b5d0d812ddac12497e5f80fcad5d0b4/translationstring-1.3.tar.gz";
md5 = "a4b62e0f3c189c783a1685b3027f7c90";
};
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 {
url = "https://pypi.python.org/packages/aa/e6/4141db437f55e6ee7a3fb69663239e3fde7841a811b4bef293145ad6c836/trollius-1.0.4.tar.gz";
md5 = "3631a464d49d0cbfd30ab2918ef2b783";
};
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 };
uWSGI = super.buildPythonPackage {
name = "uWSGI-2.0.11.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/9b/78/918db0cfab0546afa580c1e565209c49aaf1476bbfe491314eadbe47c556/uwsgi-2.0.11.2.tar.gz";
md5 = "1f02dcbee7f6f61de4b1fd68350cf16f";
};
Martin Bornhold
oss-licenses: Regenerate python-packages.nix and licenses.json to have a recent version.
r208 meta = {
license = [ pkgs.lib.licenses.gpl2 ];
};
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 {
release: updated pip2nix output for 4.1.1
r177 url = "https://pypi.python.org/packages/3b/f0/e763169124e3f5db0926bc3dbfcd580a105f9ca44cf5d8e6c7a803c9f6b5/urllib3-1.16.tar.gz";
md5 = "fcaab1c5385c57deeb7053d3d7d81d59";
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 };
venusian = super.buildPythonPackage {
name = "venusian-1.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/86/20/1948e0dfc4930ddde3da8c33612f6a5717c0b4bc28f591a5c5cf014dd390/venusian-1.0.tar.gz";
md5 = "dccf2eafb7113759d60c86faf5538756";
};
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 };
waitress = super.buildPythonPackage {
dependencies: bumped waitress version to 1.0.1
r1228 name = "waitress-1.0.1";
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: bumped waitress version to 1.0.1
r1228 url = "https://pypi.python.org/packages/78/7d/84d11b96c3f60164dec3bef4a859a03aeae0231aa93f57fbe0d05fa4ff36/waitress-1.0.1.tar.gz";
md5 = "dda92358a7569669086155923a46e57c";
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 {
url = "https://pypi.python.org/packages/55/11/e4a2bb08bb450fdbd42cc709dd40de4ed2c472cf0ccb9e64af22279c5495/wcwidth-0.1.7.tar.gz";
md5 = "b3b6a0a08f0c8a34d1de8cf44150a4ad";
};
meta = {
license = [ pkgs.lib.licenses.mit ];
};
};
channelstream: do not send comment notifications to the commenting user
r544 ws4py = super.buildPythonPackage {
name = "ws4py-0.3.5";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [];
src = fetchurl {
url = "https://pypi.python.org/packages/b6/4f/34af703be86939629479e74d6e650e39f3bd73b3b09212c34e5125764cbc/ws4py-0.3.5.zip";
md5 = "a261b75c20b980e55ce7451a3576a867";
};
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 {
url = "https://pypi.python.org/packages/41/9e/309259ce8dff8c596e8c26df86dbc4e848b9249fd36797fd60be456f03fc/wsgiref-0.1.2.zip";
md5 = "29b146e6ebd0f9fb119fe321f7bcf6cb";
};
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 {
name = "zope.cachedescriptors-4.0.0";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
url = "https://pypi.python.org/packages/40/33/694b6644c37f28553f4b9f20b3c3a20fb709a22574dff20b5bdffb09ecd5/zope.cachedescriptors-4.0.0.tar.gz";
md5 = "8d308de8c936792c8e758058fcb7d0f0";
};
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 {
name = "zope.deprecation-4.1.2";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
url = "https://pypi.python.org/packages/c1/d3/3919492d5e57d8dd01b36f30b34fc8404a30577392b1eb817c303499ad20/zope.deprecation-4.1.2.tar.gz";
md5 = "e9a663ded58f4f9f7881beb56cae2782";
};
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 {
name = "zope.event-4.0.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
url = "https://pypi.python.org/packages/c1/29/91ba884d7d6d96691df592e9e9c2bfa57a47040ec1ff47eff18c85137152/zope.event-4.0.3.tar.gz";
md5 = "9a3780916332b18b8b85f522bcc3e249";
};
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 {
name = "zope.interface-4.1.3";
buildInputs = with self; [];
doCheck = false;
propagatedBuildInputs = with self; [setuptools];
src = fetchurl {
url = "https://pypi.python.org/packages/9d/81/2509ca3c6f59080123c1a8a97125eb48414022618cec0e64eb1313727bfe/zope.interface-4.1.3.tar.gz";
md5 = "9ae3d24c0c7415deb249dd1a132f0f79";
};
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 }