Show More
@@ -480,6 +480,19 b'' | |||||
480 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
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 | click = super.buildPythonPackage { |
|
496 | click = super.buildPythonPackage { | |
484 | name = "click-5.1"; |
|
497 | name = "click-5.1"; | |
485 | buildInputs = with self; []; |
|
498 | buildInputs = with self; []; | |
@@ -601,7 +614,7 b'' | |||||
601 | name = "dogpile.cache-0.6.1"; |
|
614 | name = "dogpile.cache-0.6.1"; | |
602 | buildInputs = with self; []; |
|
615 | buildInputs = with self; []; | |
603 | doCheck = false; |
|
616 | doCheck = false; | |
604 |
propagatedBuildInputs = with self; [ |
|
617 | propagatedBuildInputs = with self; []; | |
605 | src = fetchurl { |
|
618 | src = fetchurl { | |
606 | url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz"; |
|
619 | url = "https://pypi.python.org/packages/f6/a0/6f2142c58c6588d17c734265b103ae1cd0741e1681dd9483a63f22033375/dogpile.cache-0.6.1.tar.gz"; | |
607 | md5 = "35d7fb30f22bbd0685763d894dd079a9"; |
|
620 | md5 = "35d7fb30f22bbd0685763d894dd079a9"; | |
@@ -714,6 +727,32 b'' | |||||
714 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
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 | gnureadline = super.buildPythonPackage { |
|
756 | gnureadline = super.buildPythonPackage { | |
718 | name = "gnureadline-6.3.3"; |
|
757 | name = "gnureadline-6.3.3"; | |
719 | buildInputs = with self; []; |
|
758 | buildInputs = with self; []; | |
@@ -728,7 +767,7 b'' | |||||
728 | }; |
|
767 | }; | |
729 | }; |
|
768 | }; | |
730 | gprof2dot = super.buildPythonPackage { |
|
769 | gprof2dot = super.buildPythonPackage { | |
731 | name = "gprof2dot-2015.12.1"; |
|
770 | name = "gprof2dot-2015.12.01"; | |
732 | buildInputs = with self; []; |
|
771 | buildInputs = with self; []; | |
733 | doCheck = false; |
|
772 | doCheck = false; | |
734 | propagatedBuildInputs = with self; []; |
|
773 | propagatedBuildInputs = with self; []; | |
@@ -740,6 +779,19 b'' | |||||
740 | license = [ { fullName = "LGPL"; } ]; |
|
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 | gunicorn = super.buildPythonPackage { |
|
795 | gunicorn = super.buildPythonPackage { | |
744 | name = "gunicorn-19.6.0"; |
|
796 | name = "gunicorn-19.6.0"; | |
745 | buildInputs = with self; []; |
|
797 | buildInputs = with self; []; | |
@@ -1394,7 +1446,7 b'' | |||||
1394 | name = "rhodecode-enterprise-ce-4.3.0"; |
|
1446 | name = "rhodecode-enterprise-ce-4.3.0"; | |
1395 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; |
|
1447 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; | |
1396 | doCheck = true; |
|
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 | src = ./.; |
|
1450 | src = ./.; | |
1399 | meta = { |
|
1451 | meta = { | |
1400 | license = [ { fullName = "AGPLv3, and Commercial License"; } ]; |
|
1452 | license = [ { fullName = "AGPLv3, and Commercial License"; } ]; |
@@ -24,10 +24,6 b' Pyro4==4.41' | |||||
24 | # TODO: This should probably not be in here |
|
24 | # TODO: This should probably not be in here | |
25 | # -e hg+https://johbo@code.rhodecode.com/johbo/rhodecode-fork@3a454bd1f17c0b2b2a951cf2b111e0320d7942a9#egg=RhodeCodeEnterprise-dev |
|
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 | Routes==1.13 |
|
27 | Routes==1.13 | |
32 | SQLAlchemy==0.9.9 |
|
28 | SQLAlchemy==0.9.9 | |
33 | Sphinx==1.2.2 |
|
29 | Sphinx==1.2.2 | |
@@ -53,6 +49,7 b' backport-ipaddress==0.1' | |||||
53 | bottle==0.12.8 |
|
49 | bottle==0.12.8 | |
54 | bumpversion==0.5.3 |
|
50 | bumpversion==0.5.3 | |
55 | celery==2.2.10 |
|
51 | celery==2.2.10 | |
|
52 | channelstream==0.4.2 | |||
56 | click==5.1 |
|
53 | click==5.1 | |
57 | colander==1.2 |
|
54 | colander==1.2 | |
58 | configobj==5.0.6 |
|
55 | configobj==5.0.6 | |
@@ -69,7 +66,9 b' ecdsa==0.11' | |||||
69 | flake8==2.4.1 |
|
66 | flake8==2.4.1 | |
70 | future==0.14.3 |
|
67 | future==0.14.3 | |
71 | futures==3.0.2 |
|
68 | futures==3.0.2 | |
|
69 | gevent==1.1.1 | |||
72 | gprof2dot==2015.12.1 |
|
70 | gprof2dot==2015.12.1 | |
|
71 | greenlet==0.4.9 | |||
73 | gunicorn==19.6.0 |
|
72 | gunicorn==19.6.0 | |
74 |
|
73 | |||
75 | # TODO: Needs subvertpy and blows up without Subversion headers, |
|
74 | # TODO: Needs subvertpy and blows up without Subversion headers, |
@@ -70,10 +70,12 b' requirements = [' | |||||
70 | 'authomatic', |
|
70 | 'authomatic', | |
71 | 'backport_ipaddress', |
|
71 | 'backport_ipaddress', | |
72 | 'celery', |
|
72 | 'celery', | |
|
73 | 'channelstream', | |||
73 | 'colander', |
|
74 | 'colander', | |
74 | 'decorator', |
|
75 | 'decorator', | |
75 | 'deform', |
|
76 | 'deform', | |
76 | 'docutils', |
|
77 | 'docutils', | |
|
78 | 'gevent', | |||
77 | 'gunicorn', |
|
79 | 'gunicorn', | |
78 | 'infrae.cache', |
|
80 | 'infrae.cache', | |
79 | 'ipython', |
|
81 | 'ipython', |
General Comments 0
You need to be logged in to leave comments.
Login now