Show More
@@ -480,6 +480,19 b'' | |||
|
480 | 480 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
481 | 481 | }; |
|
482 | 482 | }; |
|
483 | channelstream = super.buildPythonPackage { | |
|
484 | name = "channelstream-0.4.2"; | |
|
485 | buildInputs = with self; []; | |
|
486 | doCheck = false; | |
|
487 | propagatedBuildInputs = with self; [gevent gevent-websocket pyramid pyramid-jinja2 itsdangerous]; | |
|
488 | src = fetchurl { | |
|
489 | url = "https://pypi.python.org/packages/91/e7/b5faffc810e5e31aa01e74e43f9d66aaf52034d03e54c2782c474cb3e8a7/channelstream-0.4.2.tar.gz"; | |
|
490 | md5 = "5857cc2b1cef993088817ccc31285254"; | |
|
491 | }; | |
|
492 | meta = { | |
|
493 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
|
494 | }; | |
|
495 | }; | |
|
483 | 496 | click = super.buildPythonPackage { |
|
484 | 497 | name = "click-5.1"; |
|
485 | 498 | buildInputs = with self; []; |
@@ -601,7 +614,7 b'' | |||
|
601 | 614 | name = "dogpile.cache-0.6.1"; |
|
602 | 615 | buildInputs = with self; []; |
|
603 | 616 | doCheck = false; |
|
604 |
propagatedBuildInputs = with self; [ |
|
|
617 | propagatedBuildInputs = with self; []; | |
|
605 | 618 | src = fetchurl { |
|
606 | 619 | url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz"; |
|
607 | 620 | md5 = "35d7fb30f22bbd0685763d894dd079a9"; |
@@ -714,6 +727,32 b'' | |||
|
714 | 727 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
715 | 728 | }; |
|
716 | 729 | }; |
|
730 | gevent = super.buildPythonPackage { | |
|
731 | name = "gevent-1.1.1"; | |
|
732 | buildInputs = with self; []; | |
|
733 | doCheck = false; | |
|
734 | propagatedBuildInputs = with self; [greenlet]; | |
|
735 | src = fetchurl { | |
|
736 | url = "https://pypi.python.org/packages/12/dc/0b2e57823225de86f6e111a65d212c9e3b64847dddaa19691a6cb94b0b2e/gevent-1.1.1.tar.gz"; | |
|
737 | md5 = "1532f5396ab4d07a231f1935483be7c3"; | |
|
738 | }; | |
|
739 | meta = { | |
|
740 | license = [ pkgs.lib.licenses.mit ]; | |
|
741 | }; | |
|
742 | }; | |
|
743 | gevent-websocket = super.buildPythonPackage { | |
|
744 | name = "gevent-websocket-0.9.5"; | |
|
745 | buildInputs = with self; []; | |
|
746 | doCheck = false; | |
|
747 | propagatedBuildInputs = with self; [gevent]; | |
|
748 | src = fetchurl { | |
|
749 | url = "https://pypi.python.org/packages/de/93/6bc86ddd65435a56a2f2ea7cc908d92fea894fc08e364156656e71cc1435/gevent-websocket-0.9.5.tar.gz"; | |
|
750 | md5 = "03a8473b9a61426b0ef6094319141389"; | |
|
751 | }; | |
|
752 | meta = { | |
|
753 | license = [ { fullName = "Copyright 2011-2013 Jeffrey Gelens <jeffrey@noppo.pro>"; } pkgs.lib.licenses.asl20 ]; | |
|
754 | }; | |
|
755 | }; | |
|
717 | 756 | gnureadline = super.buildPythonPackage { |
|
718 | 757 | name = "gnureadline-6.3.3"; |
|
719 | 758 | buildInputs = with self; []; |
@@ -728,7 +767,7 b'' | |||
|
728 | 767 | }; |
|
729 | 768 | }; |
|
730 | 769 | gprof2dot = super.buildPythonPackage { |
|
731 | name = "gprof2dot-2015.12.1"; | |
|
770 | name = "gprof2dot-2015.12.01"; | |
|
732 | 771 | buildInputs = with self; []; |
|
733 | 772 | doCheck = false; |
|
734 | 773 | propagatedBuildInputs = with self; []; |
@@ -740,6 +779,19 b'' | |||
|
740 | 779 | license = [ { fullName = "LGPL"; } ]; |
|
741 | 780 | }; |
|
742 | 781 | }; |
|
782 | greenlet = super.buildPythonPackage { | |
|
783 | name = "greenlet-0.4.9"; | |
|
784 | buildInputs = with self; []; | |
|
785 | doCheck = false; | |
|
786 | propagatedBuildInputs = with self; []; | |
|
787 | src = fetchurl { | |
|
788 | url = "https://pypi.python.org/packages/4e/3d/9d421539b74e33608b245092870156b2e171fb49f2b51390aa4641eecb4a/greenlet-0.4.9.zip"; | |
|
789 | md5 = "c6659cdb2a5e591723e629d2eef22e82"; | |
|
790 | }; | |
|
791 | meta = { | |
|
792 | license = [ pkgs.lib.licenses.mit ]; | |
|
793 | }; | |
|
794 | }; | |
|
743 | 795 | gunicorn = super.buildPythonPackage { |
|
744 | 796 | name = "gunicorn-19.6.0"; |
|
745 | 797 | buildInputs = with self; []; |
@@ -1394,7 +1446,7 b'' | |||
|
1394 | 1446 | name = "rhodecode-enterprise-ce-4.3.0"; |
|
1395 | 1447 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; |
|
1396 | 1448 | doCheck = true; |
|
1397 | propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery colander decorator deform docutils gunicorn infrae.cache ipython iso8601 kombu msgpack-python 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 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt]; | |
|
1449 | propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments Pylons Pyro4 Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu msgpack-python 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 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt]; | |
|
1398 | 1450 | src = ./.; |
|
1399 | 1451 | meta = { |
|
1400 | 1452 | license = [ { fullName = "AGPLv3, and Commercial License"; } ]; |
@@ -24,10 +24,6 b' Pyro4==4.41' | |||
|
24 | 24 | # TODO: This should probably not be in here |
|
25 | 25 | # -e hg+https://johbo@code.rhodecode.com/johbo/rhodecode-fork@3a454bd1f17c0b2b2a951cf2b111e0320d7942a9#egg=RhodeCodeEnterprise-dev |
|
26 | 26 | |
|
27 | # TODO: This is not really a dependency, we should add it only | |
|
28 | # into the development environment, since there it is useful. | |
|
29 | # RhodeCodeVCSServer==3.9.0 | |
|
30 | ||
|
31 | 27 | Routes==1.13 |
|
32 | 28 | SQLAlchemy==0.9.9 |
|
33 | 29 | Sphinx==1.2.2 |
@@ -53,6 +49,7 b' backport-ipaddress==0.1' | |||
|
53 | 49 | bottle==0.12.8 |
|
54 | 50 | bumpversion==0.5.3 |
|
55 | 51 | celery==2.2.10 |
|
52 | channelstream==0.4.2 | |
|
56 | 53 | click==5.1 |
|
57 | 54 | colander==1.2 |
|
58 | 55 | configobj==5.0.6 |
@@ -69,7 +66,9 b' ecdsa==0.11' | |||
|
69 | 66 | flake8==2.4.1 |
|
70 | 67 | future==0.14.3 |
|
71 | 68 | futures==3.0.2 |
|
69 | gevent==1.1.1 | |
|
72 | 70 | gprof2dot==2015.12.1 |
|
71 | greenlet==0.4.9 | |
|
73 | 72 | gunicorn==19.6.0 |
|
74 | 73 | |
|
75 | 74 | # TODO: Needs subvertpy and blows up without Subversion headers, |
General Comments 0
You need to be logged in to leave comments.
Login now