Show More
@@ -51,19 +51,6 b'' | |||
|
51 | 51 | license = [ { fullName = "BSD-like (http://repoze.org/license.html)"; } ]; |
|
52 | 52 | }; |
|
53 | 53 | }; |
|
54 | Fabric = super.buildPythonPackage { | |
|
55 | name = "Fabric-1.10.0"; | |
|
56 | buildInputs = with self; []; | |
|
57 | doCheck = false; | |
|
58 | propagatedBuildInputs = with self; [paramiko]; | |
|
59 | src = fetchurl { | |
|
60 | url = "https://pypi.python.org/packages/e3/5f/b6ebdb5241d5ec9eab582a5c8a01255c1107da396f849e538801d2fe64a5/Fabric-1.10.0.tar.gz"; | |
|
61 | md5 = "2cb96473387f0e7aa035210892352f4a"; | |
|
62 | }; | |
|
63 | meta = { | |
|
64 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
|
65 | }; | |
|
66 | }; | |
|
67 | 54 | FormEncode = super.buildPythonPackage { |
|
68 | 55 | name = "FormEncode-1.2.4"; |
|
69 | 56 | buildInputs = with self; []; |
@@ -1430,7 +1417,7 b'' | |||
|
1430 | 1417 | }; |
|
1431 | 1418 | }; |
|
1432 | 1419 | rhodecode-enterprise-ce = super.buildPythonPackage { |
|
1433 |
name = "rhodecode-enterprise-ce-4. |
|
|
1420 | name = "rhodecode-enterprise-ce-4.4.0"; | |
|
1434 | 1421 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; |
|
1435 | 1422 | doCheck = true; |
|
1436 | 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]; |
General Comments 0
You need to be logged in to leave comments.
Login now