Show More
@@ -236,6 +236,19 b'' | |||||
236 | license = [ pkgs.lib.licenses.mit ]; |
|
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 | hgsubversion = super.buildPythonPackage { |
|
252 | hgsubversion = super.buildPythonPackage { | |
240 | name = "hgsubversion-1.8.6"; |
|
253 | name = "hgsubversion-1.8.6"; | |
241 | buildInputs = with self; []; |
|
254 | buildInputs = with self; []; | |
@@ -578,7 +591,7 b'' | |||||
578 | name = "rhodecode-vcsserver-4.8.0"; |
|
591 | name = "rhodecode-vcsserver-4.8.0"; | |
579 | buildInputs = with self; [pytest py pytest-cov pytest-sugar pytest-runner pytest-catchlog pytest-profiling gprof2dot pytest-timeout mock WebTest cov-core coverage configobj]; |
|
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 | doCheck = true; |
|
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 | src = ./.; |
|
595 | src = ./.; | |
583 | meta = { |
|
596 | meta = { | |
584 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
|
597 | license = [ { fullName = "GPL V3"; } { fullName = "GNU General Public License v3 or later (GPLv3+)"; } ]; |
@@ -6,6 +6,7 b' configobj==5.0.6' | |||||
6 | decorator==4.0.11 |
|
6 | decorator==4.0.11 | |
7 | dulwich==0.13.0 |
|
7 | dulwich==0.13.0 | |
8 | hgsubversion==1.8.6 |
|
8 | hgsubversion==1.8.6 | |
|
9 | hg-evolve==6.0.1 | |||
9 | infrae.cache==1.0.1 |
|
10 | infrae.cache==1.0.1 | |
10 | mercurial==4.1.2 |
|
11 | mercurial==4.1.2 | |
11 | msgpack-python==0.4.8 |
|
12 | msgpack-python==0.4.8 |
General Comments 0
You need to be logged in to leave comments.
Login now