Show More
@@ -236,6 +236,19 b'' | |||
|
236 | 236 | license = [ pkgs.lib.licenses.mit ]; |
|
237 | 237 | }; |
|
238 | 238 | }; |
|
239 | hg-evolve = super.buildPythonPackage { | |
|
240 | name = "hg-evolve-6.0.1"; | |
|
241 | buildInputs = with self; []; | |
|
242 | doCheck = false; | |
|
243 | propagatedBuildInputs = with self; []; | |
|
244 | src = fetchurl { | |
|
245 | url = "https://pypi.python.org/packages/c4/31/0673a5657c201ebb46e63c4bba8668f96cf5d7a8a0f8a91892d022ccc32b/hg-evolve-6.0.1.tar.gz"; | |
|
246 | md5 = "9c1ce7ac24792abc0eedee09a3344d06"; | |
|
247 | }; | |
|
248 | meta = { | |
|
249 | license = [ { fullName = "GPLv2+"; } ]; | |
|
250 | }; | |
|
251 | }; | |
|
239 | 252 | hgsubversion = super.buildPythonPackage { |
|
240 | 253 | name = "hgsubversion-1.8.6"; |
|
241 | 254 | buildInputs = with self; []; |
@@ -578,7 +591,7 b'' | |||
|
578 | 591 | name = "rhodecode-vcsserver-4.8.0"; |
|
579 | 592 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; |
|
580 | 593 | doCheck = true; |
|
581 | propagatedBuildInputs = with self; [Beaker configobj decorator dulwich hgsubversion infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb ipython gevent greenlet gunicorn waitress pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; | |
|
594 | propagatedBuildInputs = with self; [Beaker configobj decorator dulwich hgsubversion hg-evolve infrae.cache mercurial msgpack-python pyramid pyramid-jinja2 pyramid-mako repoze.lru simplejson subprocess32 subvertpy six translationstring WebOb wheel zope.deprecation zope.interface ipdb ipython gevent greenlet gunicorn waitress pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage]; | |
|
582 | 595 | src = ./.; |
|
583 | 596 | meta = { |
|
584 | 597 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now