trytond: 4.6 -> 4.8
Major upstream release. Use extras-depends: cdecimal html2text ipaddress
This commit is contained in:
parent
2a1c4bf07a
commit
e708c8f120
@ -4,11 +4,11 @@
|
|||||||
with stdenv.lib;
|
with stdenv.lib;
|
||||||
|
|
||||||
python2Packages.buildPythonApplication rec {
|
python2Packages.buildPythonApplication rec {
|
||||||
name = "trytond-${version}";
|
pname = "trytond";
|
||||||
version = "4.6.2";
|
version = "4.8.0";
|
||||||
src = fetchurl {
|
src = python2Packages.fetchPypi {
|
||||||
url = "mirror://pypi/t/trytond/${name}.tar.gz";
|
inherit pname version;
|
||||||
sha256 = "0asc3pd37h8ky8j66iqxr0fv0k6mpjcwxwm0xgm5hrdi32l5cdda";
|
sha256 = "114c0ea15b8395117bf8c669b7da8af4961001297fbd034c780a42a40e079e3a";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tells the tests which database to use
|
# Tells the tests which database to use
|
||||||
@ -25,12 +25,15 @@ python2Packages.buildPythonApplication rec {
|
|||||||
relatorio
|
relatorio
|
||||||
werkzeug
|
werkzeug
|
||||||
wrapt
|
wrapt
|
||||||
|
ipaddress
|
||||||
|
|
||||||
# extra dependencies
|
# extra dependencies
|
||||||
bcrypt
|
bcrypt
|
||||||
pydot
|
pydot
|
||||||
python-Levenshtein
|
python-Levenshtein
|
||||||
simplejson
|
simplejson
|
||||||
|
cdecimal
|
||||||
|
html2text
|
||||||
] ++ stdenv.lib.optional withPostgresql psycopg2);
|
] ++ stdenv.lib.optional withPostgresql psycopg2);
|
||||||
meta = {
|
meta = {
|
||||||
description = "The server of the Tryton application platform";
|
description = "The server of the Tryton application platform";
|
||||||
@ -44,6 +47,6 @@ python2Packages.buildPythonApplication rec {
|
|||||||
'';
|
'';
|
||||||
homepage = http://www.tryton.org/;
|
homepage = http://www.tryton.org/;
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = [ maintainers.johbo ];
|
maintainers = with maintainers; [ udono johbo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user