##// END OF EJS Templates
dependencies: dropped amqplib as celery doesn't need it anymore.
marcink -
r2360:ca6c0b3e default
parent child Browse files
Show More
@@ -187,11 +187,6 b' self: super: {'
187 };
187 };
188 });
188 });
189
189
190 amqplib = super.amqplib.override (attrs: {
191 meta = {
192 license = pkgs.lib.licenses.lgpl3;
193 };
194 });
195
190
196 docutils = super.docutils.override (attrs: {
191 docutils = super.docutils.override (attrs: {
197 meta = {
192 meta = {
@@ -340,19 +340,6 b''
340 license = [ pkgs.lib.licenses.bsdOriginal ];
340 license = [ pkgs.lib.licenses.bsdOriginal ];
341 };
341 };
342 };
342 };
343 amqplib = super.buildPythonPackage {
344 name = "amqplib-1.0.2";
345 buildInputs = with self; [];
346 doCheck = false;
347 propagatedBuildInputs = with self; [];
348 src = fetchurl {
349 url = "https://pypi.python.org/packages/75/b7/8c2429bf8d92354a0118614f9a4d15e53bc69ebedce534284111de5a0102/amqplib-1.0.2.tgz";
350 md5 = "5c92f17fbedd99b2b4a836d4352d1e2f";
351 };
352 meta = {
353 license = [ { fullName = "LGPL"; } { fullName = "GNU Library or Lesser General Public License (LGPL)"; } ];
354 };
355 };
356 appenlight-client = super.buildPythonPackage {
343 appenlight-client = super.buildPythonPackage {
357 name = "appenlight-client-0.6.22";
344 name = "appenlight-client-0.6.22";
358 buildInputs = with self; [];
345 buildInputs = with self; [];
@@ -1683,7 +1670,7 b''
1683 name = "rhodecode-enterprise-ce-4.11.0";
1670 name = "rhodecode-enterprise-ce-4.11.0";
1684 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj];
1671 buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj];
1685 doCheck = true;
1672 doCheck = true;
1686 propagatedBuildInputs = with self; [setuptools-scm amqplib amqp authomatic Babel Beaker celery Chameleon channelstream click colander configobj cssselect decorator deform docutils dogpile.cache dogpile.core ecdsa FormEncode future futures gnureadline infrae.cache iso8601 itsdangerous Jinja2 billiard kombu lxml Mako Markdown MarkupSafe msgpack-python MySQL-python objgraph packaging Paste PasteDeploy PasteScript pathlib2 peppercorn psutil psycopg2 py-bcrypt pycrypto pycurl pyflakes pygments-markdown-lexer Pygments pyparsing pyramid-beaker pyramid-debugtoolbar pyramid-jinja2 pyramid-mako pyramid pysqlite python-dateutil python-ldap python-memcached python-pam pytz pyzmq py-gfm recaptcha-client redis repoze.lru requests Routes setproctitle simplejson six SQLAlchemy sshpubkeys subprocess32 Tempita translationstring trollius urllib3 URLObject venusian WebError WebHelpers2 WebHelpers WebOb Whoosh wsgiref zope.cachedescriptors zope.deprecation zope.event zope.interface nbconvert bleach nbformat jupyter-client alembic invoke bumpversion transifex-client gevent greenlet gunicorn waitress uWSGI ipdb ipython CProfileV bottle rhodecode-tools appenlight-client pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage];
1673 propagatedBuildInputs = with self; [setuptools-scm amqp authomatic Babel Beaker celery Chameleon channelstream click colander configobj cssselect decorator deform docutils dogpile.cache dogpile.core ecdsa FormEncode future futures gnureadline infrae.cache iso8601 itsdangerous Jinja2 billiard kombu lxml Mako Markdown MarkupSafe msgpack-python MySQL-python objgraph packaging Paste PasteDeploy PasteScript pathlib2 peppercorn psutil psycopg2 py-bcrypt pycrypto pycurl pyflakes pygments-markdown-lexer Pygments pyparsing pyramid-beaker pyramid-debugtoolbar pyramid-jinja2 pyramid-mako pyramid pysqlite python-dateutil python-ldap python-memcached python-pam pytz pyzmq py-gfm recaptcha-client redis repoze.lru requests Routes setproctitle simplejson six SQLAlchemy sshpubkeys subprocess32 Tempita translationstring trollius urllib3 URLObject venusian WebError WebHelpers2 WebHelpers WebOb Whoosh wsgiref zope.cachedescriptors zope.deprecation zope.event zope.interface nbconvert bleach nbformat jupyter-client alembic invoke bumpversion transifex-client gevent greenlet gunicorn waitress uWSGI ipdb ipython CProfileV bottle rhodecode-tools appenlight-client pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage];
1687 src = ./.;
1674 src = ./.;
1688 meta = {
1675 meta = {
1689 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
1676 license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
@@ -2,7 +2,6 b''
2 setuptools==30.1.0
2 setuptools==30.1.0
3 setuptools-scm==1.15.6
3 setuptools-scm==1.15.6
4
4
5 amqplib==1.0.2
6 amqp==2.2.2
5 amqp==2.2.2
7 authomatic==0.1.0.post1
6 authomatic==0.1.0.post1
8 Babel==1.3
7 Babel==1.3
@@ -74,9 +74,6 b''
74 },
74 },
75 "python2.7-alembic-0.8.4": {
75 "python2.7-alembic-0.8.4": {
76 "MIT License": "http://spdx.org/licenses/MIT"
76 "MIT License": "http://spdx.org/licenses/MIT"
77 },
78 "python2.7-amqplib-1.0.2": {
79 "GNU Lesser General Public License v3.0 only": "http://spdx.org/licenses/LGPL-3.0"
80 },
77 },
81 "python2.7-appenlight-client-0.6.14": {
78 "python2.7-appenlight-client-0.6.14": {
82 "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause"
79 "BSD 4-clause \"Original\" or \"Old\" License": "http://spdx.org/licenses/BSD-4-Clause"
General Comments 0
You need to be logged in to leave comments. Login now