Show More
@@ -95,6 +95,14 b' self: super: {' | |||||
95 | }; |
|
95 | }; | |
96 | }); |
|
96 | }); | |
97 |
|
97 | |||
|
98 | py-gfm = super.py-gfm.override { | |||
|
99 | src = pkgs.fetchgit { | |||
|
100 | url = "https://code.rhodecode.com/upstream/py-gfm"; | |||
|
101 | rev = "0d66a19bc16e3d49de273c0f797d4e4781e8c0f2"; | |||
|
102 | sha256 = "0ryp74jyihd3ckszq31bml5jr3bciimhfp7va7kw6ld92930ksv3"; | |||
|
103 | }; | |||
|
104 | }; | |||
|
105 | ||||
98 | pycurl = super.pycurl.override (attrs: { |
|
106 | pycurl = super.pycurl.override (attrs: { | |
99 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ |
|
107 | propagatedBuildInputs = attrs.propagatedBuildInputs ++ [ | |
100 | pkgs.curl |
|
108 | pkgs.curl |
@@ -1000,6 +1000,19 b'' | |||||
1000 | license = [ pkgs.lib.licenses.bsdOriginal ]; |
|
1000 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |
1001 | }; |
|
1001 | }; | |
1002 | }; |
|
1002 | }; | |
|
1003 | py-gfm = super.buildPythonPackage { | |||
|
1004 | name = "py-gfm-0.1.3"; | |||
|
1005 | buildInputs = with self; []; | |||
|
1006 | doCheck = false; | |||
|
1007 | propagatedBuildInputs = with self; [setuptools Markdown]; | |||
|
1008 | src = fetchurl { | |||
|
1009 | url = "https://pypi.python.org/packages/12/e4/6b3d8678da04f97d7490d8264d8de51c2dc9fb91209ccee9c515c95e14c5/py-gfm-0.1.3.tar.gz"; | |||
|
1010 | md5 = "e588d9e69640a241b97e2c59c22527a6"; | |||
|
1011 | }; | |||
|
1012 | meta = { | |||
|
1013 | license = [ pkgs.lib.licenses.bsdOriginal ]; | |||
|
1014 | }; | |||
|
1015 | }; | |||
1003 | pycrypto = super.buildPythonPackage { |
|
1016 | pycrypto = super.buildPythonPackage { | |
1004 | name = "pycrypto-2.6.1"; |
|
1017 | name = "pycrypto-2.6.1"; | |
1005 | buildInputs = with self; []; |
|
1018 | buildInputs = with self; []; | |
@@ -1342,7 +1355,7 b'' | |||||
1342 | name = "rhodecode-enterprise-ce-4.2.0"; |
|
1355 | name = "rhodecode-enterprise-ce-4.2.0"; | |
1343 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; |
|
1356 | buildInputs = with self; [WebTest configobj cssselect flake8 lxml mock pytest pytest-cov pytest-runner]; | |
1344 | doCheck = true; |
|
1357 | doCheck = true; | |
1345 | 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 colander decorator docutils gunicorn infrae.cache ipython iso8601 kombu msgpack-python packaging psycopg2 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 psutil py-bcrypt]; |
|
1358 | 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 colander decorator docutils 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 psutil py-bcrypt]; | |
1346 | src = ./.; |
|
1359 | src = ./.; | |
1347 | meta = { |
|
1360 | meta = { | |
1348 | license = [ { fullName = "AGPLv3, and Commercial License"; } ]; |
|
1361 | license = [ { fullName = "AGPLv3, and Commercial License"; } ]; |
General Comments 0
You need to be logged in to leave comments.
Login now