Show More
@@ -5,14 +5,18 b' done = false' | |||||
5 | done = true |
|
5 | done = true | |
6 |
|
6 | |||
7 | [task:rc_tools_pinned] |
|
7 | [task:rc_tools_pinned] | |
|
8 | done = true | |||
8 |
|
9 | |||
9 | [task:fixes_on_stable] |
|
10 | [task:fixes_on_stable] | |
|
11 | done = true | |||
10 |
|
12 | |||
11 | [task:pip2nix_generated] |
|
13 | [task:pip2nix_generated] | |
12 |
|
14 | |||
13 | [task:changelog_updated] |
|
15 | [task:changelog_updated] | |
|
16 | done = true | |||
14 |
|
17 | |||
15 | [task:generate_api_docs] |
|
18 | [task:generate_api_docs] | |
|
19 | done = true | |||
16 |
|
20 | |||
17 | [release] |
|
21 | [release] | |
18 | state = in_progress |
|
22 | state = in_progress |
@@ -1,3 +1,6 b'' | |||||
|
1 | # Generated by pip2nix 0.4.0.dev1 | |||
|
2 | # See https://github.com/johbo/pip2nix | |||
|
3 | ||||
1 | { |
|
4 | { | |
2 | Babel = super.buildPythonPackage { |
|
5 | Babel = super.buildPythonPackage { | |
3 | name = "Babel-1.3"; |
|
6 | name = "Babel-1.3"; | |
@@ -1309,7 +1312,7 b'' | |||||
1309 | md5 = "e1fa63535b40e022fa4fd646fd8b511a"; |
|
1312 | md5 = "e1fa63535b40e022fa4fd646fd8b511a"; | |
1310 | }; |
|
1313 | }; | |
1311 | meta = { |
|
1314 | meta = { | |
1312 | license = [ pkgs.lib.licenses.asl20 ]; |
|
1315 | license = [ pkgs.lib.licenses.asl20 { fullName = "Apache"; } ]; | |
1313 | }; |
|
1316 | }; | |
1314 | }; |
|
1317 | }; | |
1315 | python-ldap = super.buildPythonPackage { |
|
1318 | python-ldap = super.buildPythonPackage { | |
@@ -1417,7 +1420,7 b'' | |||||
1417 | }; |
|
1420 | }; | |
1418 | }; |
|
1421 | }; | |
1419 | rhodecode-enterprise-ce = super.buildPythonPackage { |
|
1422 | rhodecode-enterprise-ce = super.buildPythonPackage { | |
1420 |
name = "rhodecode-enterprise-ce-4.4. |
|
1423 | name = "rhodecode-enterprise-ce-4.4.2"; | |
1421 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; |
|
1424 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; | |
1422 | doCheck = true; |
|
1425 | doCheck = true; | |
1423 | 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]; |
|
1426 | 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]; | |
@@ -1427,13 +1430,13 b'' | |||||
1427 | }; |
|
1430 | }; | |
1428 | }; |
|
1431 | }; | |
1429 | rhodecode-tools = super.buildPythonPackage { |
|
1432 | rhodecode-tools = super.buildPythonPackage { | |
1430 |
name = "rhodecode-tools-0.10. |
|
1433 | name = "rhodecode-tools-0.10.2"; | |
1431 | buildInputs = with self; []; |
|
1434 | buildInputs = with self; []; | |
1432 | doCheck = false; |
|
1435 | doCheck = false; | |
1433 | propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl]; |
|
1436 | propagatedBuildInputs = with self; [click future six Mako MarkupSafe requests Whoosh elasticsearch elasticsearch-dsl urllib3]; | |
1434 | src = fetchurl { |
|
1437 | src = fetchurl { | |
1435 |
url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10. |
|
1438 | url = "https://code.rhodecode.com/rhodecode-tools-ce/archive/v0.10.2.zip"; | |
1436 | md5 = "8b74bc075ae7dd55fbd480a2406630c8"; |
|
1439 | md5 = "d2af3985a1a32a678944d4d48870cb04"; | |
1437 | }; |
|
1440 | }; | |
1438 | meta = { |
|
1441 | meta = { | |
1439 | license = [ { fullName = "AGPLv3 and Proprietary"; } ]; |
|
1442 | license = [ { fullName = "AGPLv3 and Proprietary"; } ]; | |
@@ -1501,7 +1504,7 b'' | |||||
1501 | md5 = "a5fc7d05d4cb38492285553def5d4b46"; |
|
1504 | md5 = "a5fc7d05d4cb38492285553def5d4b46"; | |
1502 | }; |
|
1505 | }; | |
1503 | meta = { |
|
1506 | meta = { | |
1504 | license = [ pkgs.lib.licenses.mit pkgs.lib.licenses.afl21 ]; |
|
1507 | license = [ { fullName = "Academic Free License (AFL)"; } pkgs.lib.licenses.mit ]; | |
1505 | }; |
|
1508 | }; | |
1506 | }; |
|
1509 | }; | |
1507 | six = super.buildPythonPackage { |
|
1510 | six = super.buildPythonPackage { |
General Comments 0
You need to be logged in to leave comments.
Login now