|
@@
-575,13
+575,13
b''
|
|
575
|
};
|
|
575
|
};
|
|
576
|
};
|
|
576
|
};
|
|
577
|
cssselect = super.buildPythonPackage {
|
|
577
|
cssselect = super.buildPythonPackage {
|
|
578
|
name = "cssselect-0.9.1";
|
|
578
|
name = "cssselect-1.0.1";
|
|
579
|
buildInputs = with self; [];
|
|
579
|
buildInputs = with self; [];
|
|
580
|
doCheck = false;
|
|
580
|
doCheck = false;
|
|
581
|
propagatedBuildInputs = with self; [];
|
|
581
|
propagatedBuildInputs = with self; [];
|
|
582
|
src = fetchurl {
|
|
582
|
src = fetchurl {
|
|
583
|
url = "https://pypi.python.org/packages/aa/e5/9ee1460d485b94a6d55732eb7ad5b6c084caf73dd6f9cb0bb7d2a78fafe8/cssselect-0.9.1.tar.gz";
|
|
583
|
url = "https://pypi.python.org/packages/77/ff/9c865275cd19290feba56344eba570e719efb7ca5b34d67ed12b22ebbb0d/cssselect-1.0.1.tar.gz";
|
|
584
|
md5 = "c74f45966277dc7a0f768b9b0f3522ac";
|
|
584
|
md5 = "3fa03bf82a9f0b1223c0f1eb1369e139";
|
|
585
|
};
|
|
585
|
};
|
|
586
|
meta = {
|
|
586
|
meta = {
|
|
587
|
license = [ pkgs.lib.licenses.bsdOriginal ];
|
|
587
|
license = [ pkgs.lib.licenses.bsdOriginal ];
|
|
@@
-1642,9
+1642,9
b''
|
|
1642
|
};
|
|
1642
|
};
|
|
1643
|
rhodecode-enterprise-ce = super.buildPythonPackage {
|
|
1643
|
rhodecode-enterprise-ce = super.buildPythonPackage {
|
|
1644
|
name = "rhodecode-enterprise-ce-4.7.0";
|
|
1644
|
name = "rhodecode-enterprise-ce-4.7.0";
|
|
1645
|
buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage cssselect configobj];
|
|
1645
|
buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj];
|
|
1646
|
doCheck = true;
|
|
1646
|
doCheck = true;
|
|
1647
|
propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons 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 lxml msgpack-python nbconvert 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 subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
|
|
1647
|
propagatedBuildInputs = with self; [Babel Beaker FormEncode Mako Markdown MarkupSafe MySQL-python Paste PasteDeploy PasteScript Pygments pygments-markdown-lexer Pylons Routes SQLAlchemy Tempita URLObject WebError WebHelpers WebHelpers2 WebOb WebTest Whoosh alembic amqplib anyjson appenlight-client authomatic backport-ipaddress cssselect celery channelstream colander decorator deform docutils gevent gunicorn infrae.cache ipython iso8601 kombu lxml msgpack-python nbconvert 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 subprocess32 waitress zope.cachedescriptors dogpile.cache dogpile.core psutil py-bcrypt];
|
|
1648
|
src = ./.;
|
|
1648
|
src = ./.;
|
|
1649
|
meta = {
|
|
1649
|
meta = {
|
|
1650
|
license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
|
|
1650
|
license = [ { fullName = "Affero GNU General Public License v3 or later (AGPLv3+)"; } { fullName = "AGPLv3, and Commercial License"; } ];
|